document.write( "Question 1100857: A password consists of a letter chosen from the English alphabet, followed by three digits chosen from 0 to 9, followed by two special characters chosen from the set {!, @, #, $, %}. How many different passwords are possible? \n" ); document.write( "
Algebra.Com's Answer #715387 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
10*10*10=three digits chosen from 0 to 9 three times
\n" ); document.write( "26*10*10*10*5*5=650000
\n" ); document.write( "
\n" ); document.write( "
\n" );