document.write( "Question 306871: a password consists of 3 digits, 0 to 9 followed by 3 letters. If repetition of the digits is allowed, but repetition of the letters is not allowed. determine the number of different passwords \n" ); document.write( "
Algebra.Com's Answer #219543 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! XXX-XXX \n" ); document.write( "N=10*10*10*26*25*24=15,600,000 different passwords \n" ); document.write( " |