document.write( "Question 853190: I am going to create a password consisting of two letters followed by a three digit number. The letters can repeat, but the digits cannot. How many passwords can be made?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #513996 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
There are 26 possibilities for the first two characters of the password. So that part has 26 * 26 possibilities.


\n" ); document.write( "There are 10 digits, 0-9. The first character that's a digit has 10 possibilities, the second has 9 (they cannot repeat), and the third has 8.


\n" ); document.write( "The total number of possible passwords is 26*26*10*9*8 = 486720 \n" ); document.write( "

\n" );