document.write( "Question 970303: A five password is to contain three digits and two capital letters with no characters repeated e.g 7A3B5,234DE,E178F but not 7A3A5,7231B........How many passwords are there? \n" ); document.write( "
Algebra.Com's Answer #592960 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
There are 10 digits and 26 letters.
\n" ); document.write( "\"N=10%2A9%2A8%2A26%2A25=468000\"
\n" ); document.write( "
\n" );