document.write( "Question 1140978: The DMV creates license tags that contain 3 digits followed by 3 letters. How many different tags are possible if the digit zero cannot be used and the letters can not repeat? \n" ); document.write( "
Algebra.Com's Answer #761526 by ikleyn(52803)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\"26%2A25%2A24%2A9%5E3\" = 11372400  different tags.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "26*25*24 serves to count all letter combinations without repeating.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "9^3 serves to count all 3-digit combinations (with no ZERO), where repeating is allowed.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );