document.write( "Question 445787: 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 (a) characters can be repeated and (b) characters cannot be repeated?\r
\n" ); document.write( "\n" ); document.write( "on (a) this is what i tried... 26^6 x 26^5 x 10 x 26^4 x 10^2 etc. but the number I get is way off from the back of the book I also tried 36P6 but that was also incorrect. I have no idea how to continue input would be much appreciated :)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #307753 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "any position can be fill by 36 ( 26+10) characters.\r
\n" ); document.write( "\n" ); document.write( "(a) no. of possible password = 36*36*36*36*36*36 = 2176782336\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(b) no. of possible password when repetition not allowed = 36P6 = 1402410240\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );