document.write( "Question 1073505: Suppose that your computer password must contain four characters, must begin with a letter, and may contain digits and letters only. How many different passwords can you create? \n" ); document.write( "
Algebra.Com's Answer #688453 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Since there are 26 letters in the alphabet, and 10 digits 0-9, there are 36 possibilities for each character. But, our password has to begin with a letter, so we have:
\n" ); document.write( "26x36x36x36, or 1,213,056 possible passwords (disregarding case-sensitivity). ☺☺☺☺
\n" ); document.write( "
\n" );