Question 757701
A state's license plates consist of three letters followed by three numerals, and 249 letter arrangements are not allowed. How many plates can the state issue?
-----
Pattern: LLLNNN
-----
# of possible: 26^3*10^3 = 17576000
-------
# with restriction:  17576000-249 = 17575751
================================================
Cheers,
Stan H.