Two random samples of daily messages received are
Group A: \(2,\ 4,\ 4,\ 6,\ 6,\ 8,\ 8,\ 10\)
Group B: \(10,\ 12,\ 12,\ 14,\ 14,\ 16,\ 16,\ 18\)
Compute each median and IQR. Do the middle halves overlap? Do the full sample ranges overlap?
Hints
- Find the median, then find the median of each half of each ordered list.
- Use the quartile intervals to compare the middle halves.
- Use the minimum and maximum only when comparing the full sample ranges.
Solution
1. Group A has median \(6\), first quartile \(4\), and third quartile \(8\), so its IQR is \(8-4=4\).
2. Group B has median \(14\), first quartile \(12\), and third quartile \(16\), so its IQR is \(16-12=4\).
3. The middle halves are \([4,8]\) and \([12,16]\), so they do not overlap.
4. The full sample ranges are \([2,10]\) and \([10,18]\), so they meet at \(10\).
5. The samples have equal middle-half variability and clearly different centers, but their full ranges are not separated by a gap.
Answer
Group A: median \(6\), IQR \(4\)
Group B: median \(14\), IQR \(4\)
The middle halves do not overlap. The full sample ranges meet at \(10\).