document.write( "Question 332451: employee identification codes at a company contains 2 letters followed by 2 numbers. all codes are equally likely. find the possible identificaion codes. \n" ); document.write( "
Algebra.Com's Answer #238280 by jrfrunner(365)\"\" \"About 
You can put this solution on YOUR website!
The answer depends on a couple of things\r
\n" ); document.write( "\n" ); document.write( "-The language used
\n" ); document.write( "-Whether replication is allowed or not
\n" ); document.write( "==\r
\n" ); document.write( "\n" ); document.write( "Lets assume we are talking about the English language, there are 26 possible letters.\r
\n" ); document.write( "\n" ); document.write( "And of course we'll assume we are talking about the numbers 0 thru 9
\n" ); document.write( "=====\r
\n" ); document.write( "\n" ); document.write( "With replication
\n" ); document.write( "2 letters followed by 2 number: 26*26*10*10 = 67600 codes
\n" ); document.write( "----
\n" ); document.write( "without replication
\n" ); document.write( "2 letters followed by 2 number: 26*25*10*9 = 58500 codes
\n" ); document.write( "There are 26 choices for the first letter, afterwards there are 25 choices for the second letter, since no replication is allowed.
\n" ); document.write( "
\n" ); document.write( "
\n" );