document.write( "Question 345914: How many combinations can be made from 3 letters followed by 2 digits? How to solve for this? \n" ); document.write( "
Algebra.Com's Answer #247332 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
How many combinations can be made from 3 letters followed by 2 digits? How to solve for this?
\n" ); document.write( "---------------
\n" ); document.write( "Each letter is one of 26 (if only upper-case is used)
\n" ); document.write( "Each digit is one of 10
\n" ); document.write( "--> 26*26*26*10*10
\n" ); document.write( "= 1757600
\n" ); document.write( "
\n" ); document.write( "
\n" );