document.write( "Question 735074: We need to create serial numbers that start with one of the letters A, B, C, D, E, or F followed by three non-repeating digits. How many serial numbers can be created \n" ); document.write( "
Algebra.Com's Answer #449402 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
We need to create serial numbers that start with one of the letters A, B, C, D, E, or F followed by three non-repeating digits. How many serial numbers can be created
\n" ); document.write( "1st letter: 6 ways
\n" ); document.write( "1st digit: 10 ways
\n" ); document.write( "2nd digit: 9 ways
\n" ); document.write( "3rd digit: 8 ways
\n" ); document.write( "-------
\n" ); document.write( "Total ways: 6*10*9*8 = 4320 ways
\n" ); document.write( "--------------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );