document.write( "Question 742134: A lock has a disk with 26 numbers written around its edge. The combination to the lock is made up of three numbers (such as 12-33-07 or 19-19-08). How many different possible combinations are there for this lock?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #452279 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A lock has a disk with 26 numbers written around its edge. The combination to the lock is made up of three numbers (such as 12-33-07 or 19-19-08). How many different possible combinations are there for this lock? \n" ); document.write( "------ \n" ); document.write( "26C3 = (26*25*24)/(1*2*3) = 2600 \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |