document.write( "Question 1144410: Serial numbers for a product are to be made using 4 letters followed by 2 digits. The letters are to be taken from the first 6 letters of the alphabet, with no repeats. The digits are taken from the 10 digits 0, 1, 2, ..., 9, with no repeats. How many serial numbers can be generated? \n" ); document.write( "
Algebra.Com's Answer #765517 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Serial numbers for a product are to be made using 4 letters followed by 2 digits. The letters are to be taken from the first 6 letters of the alphabet, with no repeats. The digits are taken from the 10 digits 0, 1, 2, ..., 9, with no repeats. How many serial numbers can be generated?
\n" ); document.write( "---------
\n" ); document.write( "6*5*4*3*10*9
\n" ); document.write( "
\n" );