Question: If a lock requires 3 digits, how many different combinations can be formed using the digits 0-9?
Options:
Correct Answer: 1000
Solution:
Each digit can be any of the 10 digits, so the total combinations are 10^3 = 1000.