document.write( "Question 1109987: Serial numbers for a product are to be made using 4letters followed by 4
\n" );
document.write( "numbers. If the letters are to be taken from the first 7 letters of the alphabet with no repeats and the numbers are taken from the digit 0 through 9
\n" );
document.write( "with no repeats, how many serial numbers can be generated \n" );
document.write( "
Algebra.Com's Answer #725026 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 7*6*5*4*10*9*8*7=4,233,600 \n" ); document.write( "once one letter/number is chosen, then there is one fewer letter/number \n" ); document.write( " |