document.write( "Question 1042828: Serial numbers for a product are to be made using 4 letters followed by 2 numbers. If the letters are to be taken from the first 9 letters of the alphabet with no repeats and the numbers are taken from the digits 0 through 9 with repeats possible, how many serial numbers can be generated? \n" ); document.write( "
Algebra.Com's Answer #657868 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Serial numbers for a product are to be made using 4 letters followed by 2 numbers. If the letters are to be taken from the first 9 letters of the alphabet with no repeats and the numbers are taken from the digits 0 through 9 with repeats possible, how many serial numbers can be generated? \n" ); document.write( "----- \n" ); document.write( "Pattern:: LLLLNN \n" ); document.write( "Ans: 26*25*24*23*10^2 = 96,716,888 \n" ); document.write( "-------- \n" ); document.write( "Cheers \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |