document.write( "Question 484302: How many possible eight character passwords can be created using only uppercase letters and numbers?
\n" ); document.write( "Since there's 26 different upper case letters and 10 different numbers, I think I should take 8 to the power of 260 (which is 26 times 10) but I'm not sure.
\n" ); document.write( "

Algebra.Com's Answer #331931 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!
26+10 = 36\r
\n" ); document.write( "\n" ); document.write( "for each character we can use one of 36 letter/number. \r
\n" ); document.write( "\n" ); document.write( "number of possible passwords = 36^8 = 2821109907456\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if any doubt, you are welcome to contact..
\n" ); document.write( "
\n" );