document.write( "Question 251764: a password consists of one letter followed by a six-digit number. how may passwords are possible if ther are no restrictions? \n" ); document.write( "
Algebra.Com's Answer #183448 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
ONE LETER=26
\n" ); document.write( "6 DIGITS=10^6=1,000,000
\n" ); document.write( "26*1,000,000=26,000,000 PASSWORDS ARE POSSIBLE.
\n" ); document.write( "
\n" );