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?
= 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.