document.write( "Question 316192: A password consists of 2 letters followed by 2 digits. How many different passwords can be formed? \n" ); document.write( "
Algebra.Com's Answer #226148 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Digits - (0-9) - 10 possible
\n" ); document.write( "Letters - (A-Z) - 26 possible
\n" ); document.write( "\"N=26%2A26%2A10%2A10=67600\"
\n" ); document.write( "
\n" ); document.write( "
\n" );