document.write( "Question 768446: A combination lock has 5 different numbers. If each number can only be used ONCE, how many different combinations are possible?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #468326 by fcabanski(1391) ![]() You can put this solution on YOUR website! Since no number is used twice, there are 5 possibilities for the first number, 4 for the second, 3 for the third, 2 for the fourth, and 1 for the fifth.
|