A quality control department recorded the processing time, in days, for a batch of requests. The table below displays the frequency distribution of the processing times:
| Processing Time (Days) | Number of Requests |
|---|---|
| 1 | 5 |
| 2 | 8 |
| 3 | |
| 4 | 6 |
| 5 | 4 |
If is a positive integer and the median processing time for all requests in the batch is equal to 3 days, what is the minimum possible value of ?
- A2
- B3
- 4Answer
- D5
- E6
Answer
4
The correct answer is 4. There are values less than . For to be the median of the dataset, the median position must be greater than . With , the total number of items is . For an odd dataset of size , the median is the th item. Since the first items are less than , the th item is , making the median. Any value of results in a median less than .
Step-by-Step Solution
Key Concept
Median of a Frequency Distribution Table
Estimated Time:1m 30s