document.write( "Question 270975: You are choosing a computer password. The password has 3 letters followed by 3 digits. \r
\n" );
document.write( "\n" );
document.write( "a. How many passwords are possible if the letters must be uppercase?\r
\n" );
document.write( "\n" );
document.write( "b. How many passwords are possible if no letter or digit can be repeated and the letters have to be lowercase? \n" );
document.write( "
Algebra.Com's Answer #198446 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You are choosing a computer password. The password has 3 letters followed by 3 digits. \n" ); document.write( "a. How many passwords are possible if the letters must be uppercase? \n" ); document.write( "3 letters: 26^3 ways \n" ); document.write( "3 digits: 10^3 ways \n" ); document.write( "---- \n" ); document.write( "# of passwords: 26^3*1000 \n" ); document.write( "------------------------------------- \n" ); document.write( " \n" ); document.write( "b. How many passwords are possible if no letter or digit can be repeated and the letters have to be lowercase? \n" ); document.write( "3 letters: 26*25*24 \n" ); document.write( "3 digits: 10*9*8 \n" ); document.write( "--- \n" ); document.write( "# of passwords: 26*25*24*10*9*8 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |