Answer:
19,656
Explanation:
Numbers used in locker = 3
Total numbers available = 28
Repetition is not allowed, so one number can be used only once. The order of number matters in the locker e.g. 123 password is not the same as 231. Since, the order of numbers matter, this is a problem of permutations. We need to find the number of different sequences formed with 28 numbers taken 3 at a time. This can be represented as 28P3
The formula for permutations is:
![^(n)P_(r)=(n!)/((n-r)!)](https://img.qammunity.org/2020/formulas/mathematics/middle-school/1ilczeiz87v1gx8i90lsijxy4902mh22w4.png)
For the given case, we will have:
![^(28)P_(3)=(28!)/((28-3)!)\\\\ = (28!)/(25!)\\\\ = 19656](https://img.qammunity.org/2020/formulas/mathematics/middle-school/44igx41l07a6tmeqtj37c1rbjnvcblyhsq.png)
This means, 19,656 different 3 numbered sequences are possible for the locker.