document.write( "Question 770152: members of a video club choose a PIN consisting of two letters and two digits.
\n" );
document.write( "How many PINs are possible if neither letter nor digits may be repeated? \n" );
document.write( "
Algebra.Com's Answer #469313 by John10(297)![]() ![]() You can put this solution on YOUR website! members of a video club choose a PIN consisting of two letters and two digits. \n" ); document.write( "How many PINs are possible if neither letter nor digits may be repeated?\r \n" ); document.write( "\n" ); document.write( "------------------------By using the basic counting principle\r \n" ); document.write( "\n" ); document.write( "The PINS have 4 spaces: _ _ _ _\r \n" ); document.write( "\n" ); document.write( "The first space: 26 choices (letters) \n" ); document.write( "The second space: 25 choices (letters) since no letter is repeated. \n" ); document.write( "The third space: 10 choices (10 numbers) \n" ); document.write( "The final space: 9 choices (9 letters) since no number is repeated.\r \n" ); document.write( "\n" ); document.write( "So the total PINS is 26 * 25 * 10 * 9 = 58,500\r \n" ); document.write( "\n" ); document.write( "Hope it helps you :)\r \n" ); document.write( "\n" ); document.write( "John10 (john100185@yahoo.com) \n" ); document.write( " |