Difficulty: Easy
Correct Answer: 150
Explanation:
Given data
Concept / Approach
Step-by-step calculation
Smallest 3-digit multiple of 6: 102 (since 100 is not; 102 = 6×17)Largest 3-digit multiple of 6: 996 (since 999 is not; 996 = 6×166)Count = ((996 − 102)/6) + 1 = (894/6) + 1 = 149 + 1 = 150
Alternative formula
Count = ⌊999/6⌋ − ⌊99/6⌋ = 166 − 16 = 150.
Common pitfalls
Final Answer
150
Discussion & Comments