NECO 2024 · Paper 1 · Q50

Given the numbers 11, 8, 9, 6, 4, 3, 10, 2, 6, 5, find the median.

Worked solution (try it first)
  1. Put the 10 numbers in order: 2, 3, 4, 5, 6, 6, 8, 9, 10, 11.
  2. With an even count, the median is halfway between the 5th and 6th.
  3. Both are 6.
  4. So the median is 6, option B.

Report a problem with this question