Hi all,
For this kind of questions we need to follow the next steps:
1) find the LCM between 4 and 6 ->
LCM is 122) find the first multiple of 12 after 100 -> Sum of digits need to be a multiple of 3 -> 102 (it is not multiple of 4), 105 (it is not a multiple of 2),
108 (it is a multiple of 4 and 3, and therefore of 12)
3) find the first multiple of 12 before 300 -> Sum of digits need to be a multiple of 3 -> 297 (it is not a multiple of 2), 294 (it is not a multiple of 4), 291 (it is not a multiple of 2),
288 (it is a multiple of 4 and 3, and therefore of 12)
4) find the numbers between 288 and 108 with increases of 12 (both inclusive) -> (288-108)/12 + 1 (the +1 is because both are inclusive) =
165) then we know that we need to deduct the multiples of 60 (multiple of 12 and 5). Multiples of 60 are 60, 120, 180, 240, 300 (only 120, 180 and 240 fall within the range),
Answer is 16-3 =
13
ANSWER CAdvice: these steps can be used in any questions of this kind, you just need to use different numbers. This way you can solve the questions very quickly