document.write( "Question 912208: You are asked to create a 5-character password and each character may be any of the 26 letter of the alphabet or the 9 numerals 1 through 9. How many different passwords are possible? \n" ); document.write( "
Algebra.Com's Answer #553650 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
There are 26+9 = 35 different characters to choose from.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If repeated characters are allowed, then there are 35^5 = 52,521,875 different passwords possible.
\n" ); document.write( "
\n" );