Question 1055991: If I have a list of numbers 0-9 and I have a 4 digit code how many possible solutions are there Found 3 solutions by addingup, ikleyn, MathTherapy:Answer by addingup(3677) (Show Source): You can put this solution on YOUR website! 0-9 is 10 numbers. Your code is 4 digits:
10C4 = n!/(n-k)! = 10!/(10-4)! = 5,040 possible combinations Answer by ikleyn(52949) (Show Source): You can put this solution on YOUR website! .
If no restrictions on repetition of digits, and
if no restriction of the type "0 can not go first" . . .
then the number of codes is .
If there are restrictions, they MUST be listed in the condition.
Since we do not see any restrictions in the condition, they do not exist in this problem.