How many integers between 101 and 999 are divisible by both 2 and 5?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let n denote an arbitrary integer between 1 0 2 and 9 9 9 . If 2 ∣ n and 5 ∣ n , then 1 0 ∣ n .
First, consider the set of numbers between 1 0 0 and 9 9 9 . Since we want to count the number divisible by 1 0 , this forces ones digit to be 0 . In this case,
So there are 9 ⋅ 1 0 = 9 0 numbers divisible by 1 0 in the hundred range. Thus, for the problem, since 1 0 0 does not occur between 1 0 1 and 9 9 9 , we have 9 0 − 1 = 8 9 numbers.