document.write( "Question 1165886: How many different license plates are possible if there are four letters and two digits (0 through 9) on each plate and no repetition of either is allowed? \n" ); document.write( "
Algebra.Com's Answer #790372 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
How many different license plates are possible if there are four letters and two digits (0 through 9) on each plate and no repetition of either is allowed?
\n" ); document.write( "--------------------
\n" ); document.write( "The 4 letters (not case sensitive) ---> 26*25*24*23
\n" ); document.write( "The 2 digits ---> 10*9
\n" ); document.write( "-----------------------------
\n" ); document.write( "Overall, it's 26*25*24*23*10*9
\n" ); document.write( "==============
\n" ); document.write( "Some states (in the US) and other countries use various combinations w/o either letters or numbers being in a certain position.
\n" ); document.write( "---
\n" ); document.write( "I had CG3B101 on a vehicle. Now its HHZ9PH.
\n" ); document.write( "
\n" ); document.write( "
\n" );