Fix the Find the Median Class Mistake

Understand the problem

1 of 3

First, understand the question

Do not start calculating until the given information and the required answer are clear.

Problem

For classes 0010,1010,1020,2020,2030,3030,304040 with frequencies 5,9,12,45,9,12,4, identify the median class.

What are we trying to do?

Find the class interval containing the middle observation. This is the median class.

Build the solution one reason at a time

Read why each action is needed. Then use it to change the mathematical model.

5
14
26
30
0–1010–2020–3030–40
Helpful?