Question
How many three-digit numbers are divisible by 7?
This is a classic CBSE board question — appeared in CBSE 2024 — and it tests whether you can recognize an AP and apply the nth term formula correctly.
Solution — Step by Step
The smallest three-digit number is 100. Divide: , so 100 itself isn’t divisible by 7.
The next multiple is . So our first term is .
The largest three-digit number is 999. Divide: , so 999 doesn’t work.
Go down: . So our last term is .
All multiples of 7 form an AP with common difference . Our sequence is:
We need , the number of terms.
The formula for the last term of an AP is:
Substituting:
There are 128 three-digit numbers divisible by 7.
Why This Works
Multiples of any fixed integer always form an AP with . Once we spot that, the problem reduces to: given first term, last term, and common difference — find the count.
The nth term formula is doing the counting for us. It’s asking: “how many steps of size does it take to get from to ?” That’s exactly what represents.
This same logic applies to any “how many integers between X and Y are divisible by k?” question. Just find the first and last valid terms, set up the AP, and solve. It’s a one-minute question once the pattern is clear.
Alternative Method
You can get directly using a division formula — no AP formula needed:
This floor division method is faster in MCQ settings. counts all positive integers up to 999 divisible by 7. Subtract to remove the one- and two-digit ones. Same answer, fewer steps.
For board exams, show the AP method with working — it’s what the marking scheme expects. Use the floor method to verify quickly.
Common Mistake
The most common error is taking or without checking divisibility. Students assume the boundary values are automatically included. Always verify: is not an integer, and is not an integer. Starting with the wrong first or last term gives or — both wrong, and both a guaranteed mark loss in boards.
A secondary mistake: after getting , some students write and forget the . Write the step explicitly in your answer — don’t do it in your head.