document.write( "Question 1089242: The padlock for your gym locker uses a 3 number sequence to open the lock. If the numbers go from 1 to 22, how many different sequences are there on the dial without repeating a number? \n" ); document.write( "
Algebra.Com's Answer #703589 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
Number of possible combinations where order doesn't matter and numbers cannot be repeated:
\n" ); document.write( "n!/r!(n-r)! = 22!/3!(22-3)! = 1540
\n" ); document.write( "
\n" ); document.write( "
\n" );