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