What is the number of integers from 1 to 1000 (inclusive) that are divisible by neither 11 nor by 35?
- 884
- 890
- 892
- 910
- 945
To count the number of integers from 1 to (inclusive) that are divisible by , find the value of . Use only the integer part of the resulting number. Based on the formula, the number of integers divisible by 11 is (even though the result could be rounded off to 91, use 90). In the same way, the number of the integers divisible by 35 is .
Subtract the number of integers that are divisible by both 11 and 35, so that they are not counted twice.
Therefore, .
.
Subtract the number of integers that are divisible by both 11 and 35, so that they are not counted twice.
Therefore, .
.
The correct answer is A.
My answer was right. Wanted to keep this here to understand why they've used 1000/ 11*35. What I did was calculate 33*11 and 33*11*2 and saw that both are under 1000 and then counted 2. I should know this other method too.
No comments:
Post a Comment