NECO 2023 · Paper 1 · Q16

The difference between a non-negative number xx and 5 is twice the number or more. Find the range of values of the number.

Worked solution (try it first)
  1. For 0≤x≤50 \le x \le 5 the difference between xx and 5 is 5−x5 - x, so the condition is 5−x≥2x5 - x \ge 2x.
  2. Add xx to both sides: 5≥3x5 \ge 3x, so x≤53x \le \frac53.
  3. For x>5x > 5 the difference is x−5x - 5, and x−5≥2xx - 5 \ge 2x would need x≤−5x \le -5, which a non-negative number can't be.
  4. With x≥0x \ge 0 as well, the range is 0≤x≤530 \le x \le \frac53, option D.

Report a problem with this question