I have these math problem:
Facts:
- 4 numbers consisting of numbers 0 to 9
- The first number ist not zero
- A number may not occur more than once (No repetition)
How many numbers can I generate?
My Ideas: I have 8 possibilities for the first number.I have to calculate the other numbers with the Binomial-coefficient, but I don't exactly know how.