Among numbers 1 to 1000 how many are divisible by 3 or 7?
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.
So we're looking for values between 0 and 1000 divisible by 3 OR 7. Find values divisible by 3 between 0 and 1000, by finding what value times three gets closest to 100 in this case its 333 which times three gives 999. and do the same for seven, value for seven= 142. this tells us there are 333 values divisible by three and 142 divisible by seven. Since the question asks "OR" NOT "AND" we must subtract the number of integers divisible by both 3 and 7. By doing 21 *x = closest factor of 21 to 1000. we get 47. (142+333)-47 = 428