document.write( "Question 550552: A license plate is to consist of three digits followed by two uppercase letters. Determine the number of different license plates possible if. Repetition of numbers and letters is not permitted. \n" ); document.write( "
Algebra.Com's Answer #358868 by TutorDelphia(193)\"\" \"About 
You can put this solution on YOUR website!
For the first digit I have 10 options (0 to 9) for the next I have 9 since I can't repeat the one I chose, and then 8. With numbers I start fresh with 26 letters and then since one is used, 25 options. \r
\n" ); document.write( "\n" ); document.write( "From the fundamental counting theorem I just multiply all my possibilities together and get:
\n" ); document.write( "10*9*8*26*25=468000
\n" ); document.write( "
\n" );