document.write( "Question 581943: A company assigns an order number to all of its internet orders. The order number consiss of two letters (A to Z) followed by 4 distinct (each from 0-9 with no numbers repeated). An example would be AF294. How many different order numbers can the company assign? I concerned with the formula used also? \n" ); document.write( "
Algebra.Com's Answer #371878 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A company assigns an order number to all of its internet orders. The order number consiss of two letters (A to Z) followed by 4 distinct (each from 0-9 with no numbers repeated). An example would be AF294. How many different order numbers can the company assign? I concerned with the formula used also?
\n" ); document.write( "----------
\n" ); document.write( "Pattern: LLNNNN
\n" ); document.write( "----
\n" ); document.write( "Assuming no repetition of letters AND no
\n" ); document.write( "repetition of numbers:
\n" ); document.write( "Number = 26*25*10*9*8*7 = 3,276,000
\n" ); document.write( "-------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=============
\n" ); document.write( "
\n" );