document.write( "Question 1116372: A license plate is to consist of 5 digits followed by 4 uppercase letters. Determine the number of different license plates possible if the first and second digits must be odd, and repetition is not permitted. \n" ); document.write( "
Algebra.Com's Answer #731265 by Boreal(15235) You can put this solution on YOUR website! 5 ways to choose the first \n" ); document.write( "4 ways to choose the second \n" ); document.write( "That leaves 3 odd numbers and 5 even ones. This is followed by 26*25*24*23 \n" ); document.write( "5*4*8*7*6*26*25*24*23=2,411,136,000 \n" ); document.write( " |