FINDING MEDIAN FOR UNGROUPED DATA

What is a Median ?

The median is the middle value of a given data when those values are arranged from ascending to descending order.

Median  =  Middle value

To find the median from ungrouped data, we have to consider if n is odd or even.

If n is odd, then using the formula

Median   =  (N+1)th term/2

If n is even, then using the formula

Median  =  [(N/2)th term + (N/2+1)th term]/2

Find the median of the following data :

Problem 1 :

2, 5, 1, 5, 2, 1, 2, 3, 2, 3, 1

Solution :

Ascending order of the given data

1, 1, 1, 2, 2, 2, 2, 3, 3, 5, 5

Number of values given = 11 (odd)

Median = [(N + 1)/2]th value

Median = 12/2 = 6th value

Hence the median is 2.

Problem 2 :

8, 5, 1, 3, 7, 1, 1, 7, 1, 8, 7

Solution :

Ascending order of the given data

1, 1, 1, 1, 3, 5, 7, 7, 7, 8, 8

Number of values given = 11 (odd)

Median = [(N + 1)/2]th value

Median = 12/2 = 6th value

Hence the median is 5.

Problem 3 :

18, 22, 17, 20, 19, 20, 22, 19, 29, 18, 23, 25, 22, 24, 23, 22, 18, 20, 22, 20

Solution :

Ascending order of the given data 

17, 18, 18, 18, 19, 19, 20, 20, 20, 20, 22, 22, 22, 22, 22, 23, 23, 24, 25, 29

Number of given observations = 20

Median = [(N/2)th observation + ((N/2) + 1)th observation] / 2

Median = [(20/2)th value + ((20/2) + 1)th value] / 2

= (10th value + 11th value) / 2

= (20 + 22) / 2

= 42/2

= 21

Problem 4 :

42, 28, 32, 35, 24, 32, 48, 32, 32, 24, 35, 28, 30, 35, 45, 32, 28, 32, 42, 42, 30

Solution :

Ascending order of the given data

24, 24, 28, 28, 28, 30, 30, 32, 32, 32, 32, 32, 32, 35, 35, 35, 42, 42, 42, 45, 48

Number of values given = 21 (odd)

Median = [(N + 1)/2]th value

Median = 22/2 = 11th value

Hence the median is 32.

Problem 5 :

The number of children per house on one block:

1, 4, 2, 3, 3, 2, 6, 2, 4, 2, 0, 3, 0.

Solution :

Ascending order of the given data

0, 0, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 6

Number of values given = 13 (odd)

Median = [(N + 1)/2]th value

Median = 14/2 = 7th value

Hence the median is 2.

Problem 6 :

The number of movies watched each month last year: 2, 0, 3, 0, 0, 8, 6, 5, 0, 1, 2, 3

Solution :

Ascending order of the given data

0, 0, 0, 0, 1, 2, 2, 3, 3, 5, 6, 8

Number of given observations = 12

Median = [(N/2)th observation + ((N/2) + 1)th observation] / 2

Median = [(12/2)th value + ((12/2) + 1)th value] / 2

= (6th value + 7th value) / 2

= (2 + 2) / 2

= 4/2

= 2

Problem 7 :

The number of units being taken by students in one class: 12, 5, 11, 10, 10, 11, 5, 11, 11, 11, 10, 12.

Solution :

Ascending order of the given data

5, 5, 10, 10, 10, 11, 11, 11, 11, 11, 12, 12

Number of given observations = 12

Median = [(N/2)th observation + ((N/2) + 1)th observation] / 2

Median = [(12/2)th value + ((12/2) + 1)th value] / 2

= (6th value + 7th value) / 2

= (11 + 11) / 2

= 22/2

= 11

Problem 8 :

The number of hours of sleep per night for the past two weeks: 8, 5, 7, 8, 8, 6, 6, 6, 6, 9, 7, 8, 8, 8.

Solution :

Ascending order of the given data

5, 6, 6, 6, 6, 7, 7, 8, 8, 8, 8, 8, 8, 9

Number of given observations = 12

Median = [(N/2)th observation + ((N/2) + 1)th observation] / 2

Median = [(14/2)th value + ((14/2) + 1)th value] / 2

= (7th value + 8th value) / 2

= (7 + 8) / 2

= 15/2

= 7.5

Problem 9 :

A teacher asked his class of 20 students, “What is your age?” Their responses are shown on the line plot below

median-of-ungrouped-q1

Find the mean, median, and mode of the data.

Solution :

Mean :

Mean = [14(4) + 15(7) + 16(5) + 17(2) + 18(2)] / (4 + 7 + 5 + 2 + 2)

= (56 + 105 + 80 + 34 + 36) / 20

= 311/20

= 15.55

Median :

x

14

15

16

17

18

Frequency

4

7

5

2

2

Cummulative frequency

4

4 + 7 ==> 11

11 + 5 ==> 16

16 + 2 ==> 18

18 + 2 ==> 20

Number of terms (N) = 20 (even)

= [N/2th term + (N/2) + 1th term]/2

= (10th term + 11th term)/2

= (15+15)/2

= 15

Mode :

Here 15 is repeating more number of times. Then mode is 15.

Problem 10 :

If x, 13, 15, 18, x + 1, x + 3, 30, 32, 35, 41 are ten observation in an ascending order with median 24, find the value of x.

Solution :

Median = 24

The given data is in ascending order.

x, 13, 15, 18, x + 1, x + 3, 30, 32, 35, 41

n = 10

Median = [N/2th term + (N/2) + 1th term]/2

= (5th term + 6th term)/2

(x + 1 + x + 3)/2 = 24

(2x + 4)/2 = 24

2x + 4 = 48

2x = 44

x = 44/2

x = 22

So, the value of x is 22.

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More