document.write( "Question 1194314: How many possible arrangements exist for the following:\r
\n" );
document.write( "\n" );
document.write( "license plates with two letters followed by four digits, or four digits followed by two letters. \n" );
document.write( "
Algebra.Com's Answer #826486 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "It's not clear from the wording what answer you want.... \n" ); document.write( "(1) # of license plates with 2 letters followed by 4 digits: (26^2)(10^4) = 6,760,000 \n" ); document.write( "(2) # of license plates with 4 digits followed by 2 letters: (10^4)(26^2) = 6,760,000 \n" ); document.write( "(3) # of license plates with 2 letter followed by 4 digits OR 4 digits followed by 2 letters: 6,760,000+6,760,000 = 13,520,000 \n" ); document.write( " \n" ); document.write( " |