Question: If a lock requires a 3-digit code using the digits 0-9, how many different codes can be formed if digits cannot be repeated?
Options:
Correct Answer: 720
Solution:
The first digit has 10 options, the second has 9, and the third has 8. Total = 10 * 9 * 8 = 720.