Question 370068
Each locker is labeled with three upper-case alpha characters followed by two Base 16 characters. What is the maximum number of different locker numbers that can be generated?
---
3 alphas in 26^3 ways
2 base 16 in 16^2 ways
-----
Total: 4499456 ways
--------------------------
That answer assumes you can repeat characters.
Cheers,
Stan H.