document.write( "Question 747847: A password to a computer account is to consist of 3 lower-case letters followed by four digits. How many different passwords are possible if repetition of letters and numbers is not permitted. \n" ); document.write( "
Algebra.Com's Answer #455200 by FrankM(1040)![]() ![]() You can put this solution on YOUR website! If repeats were permitted,\r \n" ); document.write( "\n" ); document.write( "26^3*10^4\r \n" ); document.write( "\n" ); document.write( "But, as you note, no repeats, so \r \n" ); document.write( "\n" ); document.write( "26*25*24*10*9*8*7 or 78,624,000 combinations. \n" ); document.write( " |