document.write( "Question 845625: A password for a computer account must contain five characters, and letters and digits may be used. Find the number of passwords possible if repetition is allowed. \n" ); document.write( "
Algebra.Com's Answer #509383 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
10 digits and 26 letters makes for 36 characters.
\n" ); document.write( "\"N=36%2A36%2A36%2A36%2A36=36%5E5=60466176\"
\n" ); document.write( "
\n" );