CAT 2018 Slot 1 — QA Question 27
DivisibilityEasy
The number of integers x such that 0.25 ≤ 2x ≤ 200, and 2x + 2 is perfectly divisible by either 3 or 4, is
Answer & solution
Correct answer: 5
Answer: 5
Solution
Easy
First find which integers keep in the range . Then, for each such , test whether is divisible by or and count the successes.
1
Find the allowed integer values of . Write the bounds as powers of .
So .
2
Test divisibility of by or . For , is not an integer, so discard them. Check the rest.
3
Count the successes. The qualifying values are .