document.write( "Question 1152872: How many different license plates with repetition involving 3 letters and 4 digits if 3 letters must appear together at the beginning or at the end of plate. \n" ); document.write( "
Algebra.Com's Answer #774991 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Number of sequences (permutations) of 3 letters with repetition (assuming the English language alphabet with 26 letters): 26*26*26 = 26^3

\n" ); document.write( "Number of permutations of 4 digits with repetition: 10^4

\n" ); document.write( "Number of permutations of the group of 3 letters and the group of 4 digits: 2

\n" ); document.write( "Number of license plates: (2)(26^3)(10^4)

\n" ); document.write( "Use a calculator if the answer is required in a simplified form.

\n" ); document.write( "
\n" ); document.write( "
\n" );