document.write( "Question 1209380: A combination lock has the integers 1 through 20 on its dial. Opening the lock requires a combination consisting of 3 of these integers, all different from one another and in a particular order. How many different combinations are possible for this lock?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #848719 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: 6840\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Work Shown: \n" ); document.write( "20*19*18 = 6840\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation: \n" ); document.write( "Technically it should be called a permutation lock since order matters in a permutation. \n" ); document.write( "There are 20 choices for the first slot, 19 choices for the next, and 18 choices for the final slot. This countdown is happening since we cannot repeat values. \n" ); document.write( "Multiply those values to get the final answer. \n" ); document.write( "Another way to reach this answer is to use the nPr permutation formula with n = 20 and r = 3. \n" ); document.write( " \n" ); document.write( " |