document.write( "Question 435801: A computer password consists of six characters. The first two must be lowercase letters and the remaining four can be either digits or lowercase letters. How many passwords are there which contain no repeated characters? \n" ); document.write( "
Algebra.Com's Answer #301583 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
How many four-digit numbers less than 6000 can be made using only odd digits?
\n" ); document.write( "---
\n" ); document.write( "left-most digit: 3 ways
\n" ); document.write( "all others: 5 ways
\n" ); document.write( "---
\n" ); document.write( "Total numbers: 3*5^3 = 375
\n" ); document.write( "===============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );