Question

Difficulty: MediumDescriptive Statistics and Data Representations

A local shipping warehouse records the number of packages shipped during each hour of a 6-hour morning shift in the table below:

HourPackages Shipped
Hour 11515
Hour 22727
Hour 31818
Hour 43232
Hour 51212
Hour 62222

What is the median number of packages shipped per hour during this shift?

  1. 2020Answer
  2. B
    2121
  3. C
    2222
  4. D
    2525
  5. E
    2929

Answer

The median number of packages shipped per hour is 2020.
The correct answer is 2020. To find the median, we first arrange the numbers in ascending order: 12,15,18,22,27,3212, 15, 18, 22, 27, 32. Since there is an even number of values (66), the median is the average of the two middle values, 1818 and 2222. The average is 18+222=20\frac{18 + 22}{2} = 20.

Step-by-Step Solution

1
Sort the package counts in ascending order.
The sorted dataset is 12,15,18,22,27,3212, 15, 18, 22, 27, 32.
Finding the median of a dataset requires the data to be ordered from least to greatest.
2
Identify the two middle numbers in the ordered dataset.
Since there is an even number of data points (66 values), the two middle numbers are the 3rd and 4th values: 1818 and 2222.
For an even number of data points, the median is the average of the two central values.
3
Calculate the average of the two middle numbers.
18+222=402=20\frac{18 + 22}{2} = \frac{40}{2} = 20.
The average of 1818 and 2222 yields the median value of 2020.

Key Concept

Calculating the median of a dataset with an even number of values.
Rate this question