SOLUTION: 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 di
Algebra ->
Probability-and-statistics
-> SOLUTION: 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 di
Log On
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. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 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.
================