Question:medium

How many even integers n, where 100 ≤ n ≤ 200, are divisible neither by seven nor by nine?

Show Hint

For counting within a range, use the formula: Number of multiples of $k$ from $a$ to $b$ = $\left\lfloor \frac{b}{k} \right\rfloor - \left\lfloor \frac{a-1}{k} \right\rfloor$.
Updated On: Mar 30, 2026
  • 39
  • 40
  • 38
  • 37
  • 32
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0