119k views
2 votes
Find the MEDIAN of the data set. (Hint: the numbers must be in order first!) 40 76 40 63 47 57 49 55 50 53

1 Answer

2 votes

Given:

The data set is:

40, 76, 40, 63, 47, 57, 49, 55, 50, 53

To find:

The median of the given data set.

Solution:

We have,

40, 76, 40, 63, 47, 57, 49, 55, 50, 53

Arrange the data values in ascending order.

40, 40, 47, 49, 50, 53, 55, 57, 63, 76

Here, the number of observations is 10 which is an even number. So, the median is:


Median=\frac{((n)/(2))\text{th term}+((n)/(2)+1)\text{th term}}{2}

Putting n=10, we get


Median=\frac{((10)/(2))\text{th term}+((10)/(2)+1)\text{th term}}{2}


Median=\frac{5\text{th term}+6\text{th term}}{2}

From the arranged terms, it is clear that the the 5th term is 50 and the 6th term is 53.


Median=(50+53)/(2)


Median=(103)/(2)


Median=51.5

Therefore, the median of the given data set is 51.5.

User David Thibault
by
7.4k points