document.write( "Question 1206249: \" Can you please help me with this question by explaining the steps, \"step by step\"? I am stuck and just cant get the idea on how to do it. The problem is, \" HOW MANY DIFFERENT LICENSE PLATES OF 5 DIGITS ARE POSSIBLE IF THE FIRST DIGIT MUST BE A NUMBER, THE NEXT THREE DIGITS ARE LETTERS, AND THE LAST DIGIT IS A NUMBER.
\n" );
document.write( "_ _ _ _ _ \n" );
document.write( "
Algebra.Com's Answer #843547 by Theo(13342)![]() ![]() You can put this solution on YOUR website! there are 10 numbers you can choose from. \n" ); document.write( "they are 0,1,2,3,4,5,6,7,8,9.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there are 26 letters you can choose from. \n" ); document.write( "they are a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assuming all letters and numbers can be entered more than once, your possible number of entries would be.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "first didit = 10 \n" ); document.write( "second digit = 26 \n" ); document.write( "third digit = 26 \n" ); document.write( "fourth digit = 26 \n" ); document.write( "fifth digit = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total number of possible combination would be 10 * 26 * 26 * 26 * 10 = 10^2 * 26^3 = 1,757,600 possible choices.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to see how this works, make the possible choices less.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "allow for 2 numbers per digit and 2 letters per digit. \n" ); document.write( "let the numbers = 1,2 \n" ); document.write( "let the letters = a,b \n" ); document.write( "the possible choices would be 2^2 * 2^3 = 4 * 8 = 32 \n" ); document.write( "those choices would be: \n" ); document.write( "1AAA1 1AAA2 1AAB1 1AAB2 1ABA1 1ABA2 1ABB1 1ABB2 1BAA1 1BAA2 1BAB1 1BAB2 1BBA1 1BBA2 1BBB1 1BBB2 \n" ); document.write( "16 MORE COMBINATIONS WITH 2 AS THE FIRST DIGIT. \n" ); document.write( "TOTAL = 32. \n" ); document.write( "it works the same way with 10 * 26 * 26 * 26 * 10 = 10^2 * 26^3. \n" ); document.write( " \n" ); document.write( " |