Skip to main content

Activity focus

  • ordering before median
  • odd vs even case
  • most frequent value

Practice set

  1. Find the median of 11, 7, 9, 13, 5.
  2. Find the median of 4, 6, 8, 10.
  3. Find the mode of 3, 3, 4, 5, 5, 5, 6.
  4. Can a dataset have two modes?

Answer key

  1. Ordered data: 5, 7, 9, 11, 13; median = 9
  2. (6 + 8)/2 = 7
  3. 5
  4. Yes

Common mistakes

  • picking the middle value before ordering
  • choosing the largest value instead of most frequent value