document.write( "Question 666412: a license plate consists of 1 letter followed by 5 digits how many different license plate can be made? if no digit could be repeated how many possible license plates would there be? \n" ); document.write( "
Algebra.Com's Answer #414444 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! The first spot there are 26 different letters. \n" ); document.write( "The 2nd spot we have 10 numbers \n" ); document.write( "3rd: 9 \n" ); document.write( "4th: 8 \n" ); document.write( "5th: 7 \n" ); document.write( "6th: 6\r \n" ); document.write( "\n" ); document.write( "By the fundamental counting principle, 26 * 10 * 9 * 8 * 7 * 6 = 786240 different license plates. \n" ); document.write( " |