document.write( "Question 313570: How many different 8 character passwords can be formed from the numerals 0-9 and the lowercase letters of the alphabet? When repetition is allowed? And when it's not? \n" ); document.write( "
Algebra.Com's Answer #224250 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
How many different 8 character passwords can be formed from the numerals 0-9 and the lowercase letters of the alphabet?
\n" ); document.write( "When repetition is allowed?: 36^8 = 2.8211x10^12
\n" ); document.write( "--------------------
\n" ); document.write( "And when it's not?: 36C8 = 30260340
\n" ); document.write( "--------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );