document.write( "Question 1137275: To keep computer files secure, many programs require the user to enter a password. The shortest allowable passwords are typically six characters long and can contain both numbers and letters. How many six character passwords are possible if characters can be repeated?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #755156 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Assuming the English alphabet, there are 26 letters and 10 numbers
\n" ); document.write( "That is 36 possibilities for each
\n" ); document.write( "36^6 is the answer=2,176,782,336
\n" ); document.write( "
\n" );