document.write( "Question 934575: 8. Employees at a company are to be issued a computer ID code that consists of three letters followed by two digits (0 to 9). How many ID codes are possible if
\n" ); document.write( "a. Repetition is allowed?
\n" ); document.write( "b. Letters may not repeat, but digits may repeat?
\n" ); document.write( "c. Neither letters nor digits may repeat?
\n" ); document.write( "

Algebra.Com's Answer #567708 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
8. Employees at a company are to be issued a computer ID code that consists of
\n" ); document.write( "three letters followed by two digits (0 to 9). How many ID codes are possible if
\n" ); document.write( "`
\n" ); document.write( "a. Repetition is allowed?
\n" ); document.write( "
\r\n" );
document.write( "26*26*26*10*10\r\n" );
document.write( "

\n" ); document.write( "b. Letters may not repeat, but digits may repeat?
\n" ); document.write( "
\r\n" );
document.write( "26*25*24*10*10\r\n" );
document.write( "

\n" ); document.write( "c. Neither letters nor digits may repeat?
\n" ); document.write( "
\r\n" );
document.write( "26*25*24*10*9\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );