document.write( "Question 445640: 18. Suppose the code to a lock consists of there different numbers from the numbers 1 to 20, inclusive.\r
\n" );
document.write( "\n" );
document.write( "a. How many three-number codes are possible?\r
\n" );
document.write( "\n" );
document.write( "b. How many of the codes contain the numbers 6,13, and 17?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #307211 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! a: Assuming order matters, the number of ways is 20P3 = 20*19*18.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b: There are 3! = 6 ways to arrange 6, 13, 17 to form different codes (e.g. 6-13-17 is different from 13-17-6, etc.) \n" ); document.write( " |