document.write( "Question 667969: A school code consists of two letters followed by 3 digits. The first letter must be K, F, S, T, U, or I. How many codes meet this description? How many codes meet the additional restrictions: no repeated letter, and no digit can be the 0 digit? \n" ); document.write( "
Algebra.Com's Answer #415283 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "A school code consists of two letters followed by 3 digits.
\n" ); document.write( "The first letter must be one of \"6\" letters: K, F, S, T, U, or I. \"26-6+=+20\"
\n" ); document.write( " How many codes meet this description? \"6%2A26%2A10%2A10%2A10\"
\n" ); document.write( "How many codes meet the additional restrictions: no repeated letter, and no digit can be the 0 digit?
\n" ); document.write( "\"6%2A20%2A9%2A9%2A9\" \n" ); document.write( "
\n" );