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