What it is the middle score in the list after the scores are arranged in decreasing or increasing order?

4.4 Measures of central tendency 4.4.2 Calculating the median

Text begins

The median is the value in the middle of a data set, meaning that 50% of data points have a value smaller or equal to the median and 50% of data points have a value higher or equal to the median. For a small data set, you first count the number of data points (n) and arrange the data points in increasing order. If the number of data points is uneven, you add 1 to the number of points and divide the results by 2 to get the rank of the data point whose value is the median. The rank is the position of the data point after the data set has been arranged in increasing order: the smallest value is rank 1, the second-smallest value is rank 2, etc.

Example 1 – Median time in 200 metres of a top running athlete

Imagine that a top running athlete in a typical 200-metre training session runs in the following times: 26.1 seconds, 25.6 seconds, 25.7 seconds, 25.2 seconds, 25.0 seconds, 27.8 seconds and 24.1 seconds. How would you calculate his median time?

Let’s start with arranging the values in increasing order:

Table 4.4.2.1
Rank associated with each value of 200-meter running times
Table summary
This table displays the results of Rank associated with each value of 200-meter running times. The information is grouped by Rank (appearing as row headers), Times (in seconds) (appearing as column headers).

RankTimes (in seconds)
124.1
225.0
325.2
425.6
525.7
626.1
727.8

There are n = 7 data points, which is an uneven number. The median will be the value of the data points of rank

(n + 1) ÷ 2 = (7 + 1)  ÷ 2 = 4.

The median time is 25.6 seconds.

If the number of data points is even, the median will be the average of the data point of rank n ÷ 2 and the data point of rank (n ÷ 2) + 1.

Example 2 – Median time in 200 metres of a top running athlete (Part 2)

Now suppose that the athlete runs his eighth 200-metre run with a time of 24.7 seconds. What is his median time now?

Table 4.4.2.2
Rank associated with each value of 200-meter running times, updated
Table summary
This table displays the results of Rank associated with each value of 200-meter running times. The information is grouped by Rank (appearing as row headers), Times (in seconds) (appearing as column headers).

RankTimes (in seconds)
124.1
224.7
325.0
425.2
525.6
625.7
726.1
827.8

There are now n = 8 data points, an even number. The median is the mean between the data point of rank 

n ÷ 2 = 8 ÷ 2 = 4

and the data point of rank

(n ÷ 2) + 1 = (8 ÷ 2) +1 = 5

Therefore, the median time is (25.2 + 25.6) ÷ 2 = 25.4 seconds.

For larger data sets, the cumulative relative frequency distribution can be helpful to identify the median. The median is the smallest value for which the cumulative relative frequency is at least 50%. However, when possible it’s best to use the basic statistical function available in a spreadsheet or statistical software application because the results will then be more reliable.

Example 3 – Median size of households of the students in the class

Imagine you ask the 30 students of your class how many people there are in their households. You summarize the data you collected in a frequency table, in which you include the relative frequencies and the cumulative relative frequencies.

Table 4.4.2.3
Frequency table of household sizes of the students
Table summary
This table displays the results of Frequency table of household sizes of the students. The information is grouped by Household size (appearing as row headers), Frequency (number of students), Relative frequency (%), Cumulative frequency (number of students) and Cumulative relative frequency (%) (appearing as column headers).

Household size Frequency (number of students)Relative frequency (%)Cumulative frequency (number of students)Cumulative relative frequency (%)
23 10.0 3 10.0
34 13.3 7 23.3
410 33.3 17 56.7
54 13.3 21 70.0
62 6.7 23 76.7
73 10.0 26 86.7
81 3.3 27 90.0
92 6.7 29 96.7
101 3.3 30 100.0

You can see that 10% of students (3 students) live in a household of size 2, 23% of students (7 students) live in a household of size 3 or less and 57% of students (17 students) live in a household of size 4 or less. The median will be equal to 4 because it’s the smallest value for which the cumulative relative frequency is higher than 50%. This is even more obvious if you visualize the cumulative relative frequency on a bar chart like on chart 4.4.2.1. The dotted line indicates the cumulative relative frequency of 50%.

What it is the middle score in the list after the scores are arranged in decreasing or increasing order?

Data table for Chart 4.4.2.1

Data table for chart 4.4.2.1
Table summary
This table displays the results of Data table for chart 4.4.2.1. The information is grouped by Household size (appearing as row headers), Cumulative relative frequency (%) (appearing as column headers).

Household sizeCumulative relative frequency (%)
210.0
323.3
456.7
570.0
676.7
786.7
890.0
996.7
10100.0

The mean is the total number of people in the households of the students:

2 × 3 + 3 × 4 + 4 × 10 + 5 × 4 + 6 × 2 + 7 × 3 + 8 × 1 + 9 × 2 + 10 × 1 = 147

divided by the number of students, which is 30. The result is 147 ÷ 30 = 4.9 people per household.

In this example, the median (4) is lower than the mean (4.9).

The advantage of using the median instead of the mean is that the median is more robust, which means that an extreme value added to one extremity of the distribution don’t have an impact on the median as big as the impact on the mean. Therefore, it is important to check if the data set includes extreme values before choosing a measure of central tendency. This will be illustrated by the next example.

Example 4 – Median size of households of the students in the class (Part 2)

A new student recently joined your class. You decide to ask him what the size of his household is in order to update your results. He replies to you that he lives in a large multi-generational house that includes 18 people!
Once updated, the mean is (147 + 18) ÷ 31 = 5.3 people per household. Just adding one new student increased the mean by 0.4 (5.3 – 4.9). The median is the same after the update. There are now 7 ÷ 31 = 22.6% of students in a household of size 3 or less, and 17 ÷ 31 = 54.8% of students that live in a household of size 4 or less. The value 4 is still the smallest value with a cumulative relative frequency of at least 50%.

Report a problem on this page

Is something not working? Is there information outdated? Can't find what you're looking for?

Please contact us and let us know how we can help you.

Privacy notice

Date modified: 2021-09-02

What is the middle score for a set of data that has been arranged in order of magnitude?

The median of a data set is the middle value when the values are written in numerical order. If a data set has an even number of values, the median is the mean of the two middle values. The mode of a data set is the value that occurs most often.

What do you call the middle score in the ordered list of the values?

Median: To find the median of a data set, arrange the data values in order. from least to greatest or greatest to least; the median is the data value in the middle; if there is an even number of data values in the set, the median is the mean of the two middle values.

What do you call the middle number in the dataset when arranged either in ascending or descending order?

The median is the middle number in a sorted, ascending or descending list of numbers and can be more descriptive of that data set than the average.

What is the middle score?

The median is the middle score in a set of given numbers. As the median, half of the scores are above this number and half are below. The mode is the most frequently occurring score in a set of given numbers.