Question: If a password consists of 3 letters followed by 2 digits, how many different passwords can be formed using the first 3 letters of the alphabet and the first 5 digits?
Options:
Correct Answer: 180
Solution:
The number of ways to choose 3 letters from 3 is 3! and 2 digits from 5 is 5P2. Total = 3! * 5P2 = 6 * 20 = 120.