Question 896914
How many locker tags can be made that satisfy the following conditions? The first position is a letter not including q or z. the last 3 positions are digits not including 0, and digits cannot be repeated. 
------
Pattern:: LDDD
------
# of ways = 24*9*8*7 = 12096
===============================
Cheers,
Stan H.
================