An employee at a retail store recorded the number of hours they worked each day for one week in the table below.
| Day | Hours Worked |
|---|---|
| Monday | 8 |
| Tuesday | 2 |
| Wednesday | 10 |
| Thursday | 5 |
| Friday | 3 |
| Saturday | 7 |
| Sunday | 7 |
What is the median number of hours worked per day for this week?
- A5
- B6
- 7Answer
- D8
- E36
Answer
The median number of hours worked per day for this week is 7.
The median of a set of data is the middle value when the numbers are arranged in order. Sorting the given hours worked from least to greatest gives: 2, 3, 5, 7, 7, 8, 10. Since there are 7 data points, the middle value is the 4th value, which is 7.
Step-by-Step Solution
Key Concept
The median of a data set is the middle value when the data are arranged in numerical order.