document.write( "Question 761275: A code consists of 3 letters and then 3 digits. Any of the letters and numbers can be repeaded. How many different codes are there?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #463155 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A code consists of 3 letters and then 3 digits. Any of the letters and numbers can be repeated. How many different codes are there? \n" ); document.write( "----- \n" ); document.write( "Pattern: LLLDDD \n" ); document.write( "---- \n" ); document.write( "# = 26^3*10^3 = 260^3 = 17576000 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |