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)![]() ![]() ![]() 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.
|