document.write( "Question 934374: If a computer password has six characters consisting of either digits (0-9) or a single-letter (a-z), how many passwords are there which begin with a digit? \n" ); document.write( "
Algebra.Com's Answer #567453 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The first spot must be a digit so there are 10 choices.
\n" ); document.write( "The remaining 5 spots can be a digit or letter so there are 36 choices.
\n" ); document.write( "\"N=10%2A36%2A36%2A36%2A36%2A36\"
\n" ); document.write( "\"N=604661760\"
\n" ); document.write( "
\n" );