Answer:
.
Explanation:
Note the requirements:
- Repetition of letter or digit is not allowed.
- The order of the letters and digits matters.
Because of that, permutation would be the most suitable way to count the number of possibilities.
There are
ways to arrange three out of
distinct letters (without replacement.)
Similarly, there are
ways to arrange four out of
distinct numbers (also without replacement.)
Therefore, there are
possibilities for the three-letter section of this password, and
possibilities for the four-digit section. What if these two parts are combined?
Consider: if the first three letters of the password were fixed, then there would be
possibilities. However, if any of the first three letters was changed, the result would be another
possibilities, all of which are different from the previous
possibilities. These two three-letter sections along will give
possibilities. Since there are
three-letter sections like that, there would be
possible passwords in total. That gives the number of possible passwords that satisfy these requirements.