Question: If a password consists of 3 letters followed by 2 digits, how many different passwords can be formed using the English alphabet and digits?
Options:
Correct Answer: 17576000
Solution:
There are 26 letters and 10 digits. The total combinations are 26^3 * 10^2 = 17576000.