SOLUTION: 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?

Algebra ->  Probability-and-statistics -> SOLUTION: 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?      Log On


   



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?
Answer by ikleyn(52803) About Me  (Show Source):
You can put this solution on YOUR website!
.
26%2A25%2A24%2A9%5E3 = 11372400  different tags.


26*25*24 serves to count all letter combinations without repeating.


9^3 serves to count all 3-digit combinations (with no ZERO), where repeating is allowed.

Solved.