All questions
Question 1
A researcher creates both a histogram and boxplot for the same dataset. In the histogram, the tallest bar is in the rightmost interval, and the bars generally decrease in height moving left. However, the boxplot shows the median closer to Q1 than to Q3. Which statement best explains this apparent inconsistency?
- The histogram intervals are too wide, causing misleading visual representation of the data density
- There is an error in the calculation since right-skewed histograms always have medians closer to Q3
- The histogram shows frequency while quartiles depend on cumulative percentages, creating different visual impressions (correct answer)
- The dataset likely contains extreme outliers that affect the boxplot but not the histogram representation
Explanation: This scenario describes a right-skewed distribution where most data clusters at higher values (tallest bar on right), but the median appears closer to Q1. This happens because quartiles are based on cumulative percentages of data points, not frequency density. In right-skewed data, Q1 to median often represents a smaller range of values than median to Q3, even though each contains 25% of the data. Choice A incorrectly blames interval width. Choice B is wrong because this pattern is actually consistent with right-skewed distributions. Choice D is incorrect because both displays would be affected by the same outliers.
Question 2
A dataset's histogram shows a clear bimodal distribution with peaks at both ends and a valley in the middle. What would be the most distinctive feature of this dataset's boxplot compared to a unimodal distribution with the same range?
- The boxplot would show two separate boxes to represent each mode of the distribution
- The interquartile range would be smaller because data clusters at the extremes rather than the center
- The whiskers would be significantly longer to accommodate the spread between the two modes
- The median would likely fall in a region of relatively low data density compared to the peaks (correct answer)
Explanation: When analyzing how different distribution shapes affect summary statistics and visual representations, you need to understand what each type of plot emphasizes and how data clustering impacts key measures.
In a bimodal distribution with peaks at both ends, most data points concentrate at the extremes while relatively few observations fall in the middle range. The median, being the middle value when data is ordered, will necessarily fall somewhere in that sparsely populated central region between the two peaks. This creates the distinctive feature where the median represents a value that occurs infrequently in the actual dataset, unlike unimodal distributions where the median typically falls near the area of highest data concentration.
Option A is incorrect because boxplots always display a single box regardless of how many modes the distribution has - they don't split into multiple boxes for different peaks. Option B misunderstands how clustering affects the interquartile range; when data clusters at extremes, the middle 50% of values (Q1 to Q3) actually spans a larger range, not smaller. Option C confuses the concept of whiskers, which extend to show the data range or outliers, not to "accommodate" the distance between modes - the whiskers' length depends on the actual data spread, not the number of peaks.
Remember that boxplots summarize distributions through five-number summaries and don't directly show modality. The key insight is recognizing how the median's position relative to data density changes between unimodal and bimodal patterns - this relationship frequently appears on finite mathematics exams when comparing distribution characteristics.
Question 3
A histogram of student ages shows bars of equal height across all intervals from 18 to 22 years old. What would the corresponding boxplot most likely show?
- Q1 at 19 years, median at 20 years, and Q3 at 21 years with equal spacing (correct answer)
- A median significantly different from 20 years due to outliers in the dataset
- Whiskers of unequal length because the distribution has different tail behaviors
- Multiple outliers beyond the whiskers since uniform distributions typically contain extremes
Explanation: A uniform distribution (equal bar heights across all intervals) would produce quartiles that are evenly spaced. With data uniformly distributed from 18 to 22, Q1 would be at 19 (25th percentile), median at 20 (50th percentile), and Q3 at 21 (75th percentile). Choice B is incorrect because uniform distributions don't typically have outliers that would shift the median. Choice C is wrong because uniform distributions have symmetric tails. Choice D is incorrect because uniform distributions within a bounded range don't produce outliers.
Question 4
Two datasets A and B have identical five-number summaries (min, Q1, median, Q3, max), so their boxplots appear identical. However, their histograms look very different. What characteristic could explain this apparent contradiction?
- Dataset A has more outliers than dataset B, affecting the whisker lengths differently
- The datasets have different sample sizes, causing different bar heights in histograms
- Dataset A is bimodal while dataset B is unimodal, but both have the same quartile values (correct answer)
- Dataset A has a larger standard deviation than dataset B due to different mean values
Explanation: Boxplots only show five summary statistics and can mask important distributional features like modality (number of peaks). Two datasets can have identical quartiles but very different shapes - one could be bimodal (two peaks) while the other is unimodal (one peak). Choice A is incorrect because identical five-number summaries means identical outlier patterns. Choice B is wrong because different sample sizes would still produce identical boxplots if the five-number summaries match. Choice D is incorrect because identical five-number summaries typically indicate very similar spreads, and the median would be the same in both cases.
Question 5
A histogram shows the distribution of test scores for a class of 40 students. The histogram has bars at intervals [60,70), [70,80), [80,90), and [90,100] with heights of 8, 12, 15, and 5 students respectively. If a boxplot were constructed from this same data, which statement about the relationship between the mean and median is most likely true?
- The mean is likely greater than the median because the distribution appears right-skewed
- The mean is likely less than the median because the distribution appears left-skewed (correct answer)
- The mean and median are likely approximately equal because the distribution appears symmetric
- The mean is likely greater than the median because the distribution appears left-skewed
Explanation: The histogram shows frequencies of 8, 12, 15, 5 from left to right. The highest frequency (15) is in the [80,90) interval, with a longer tail extending toward lower scores (left side). This creates a left-skewed distribution. In left-skewed distributions, the mean is pulled toward the tail (lower values) and is typically less than the median. Choice A incorrectly identifies the skew direction. Choice C is wrong because the distribution is clearly not symmetric. Choice D combines the correct skew identification with the wrong mean-median relationship.
Question 6
A dataset consists of 99 exam scores. The median score is 80, the first quartile is 72, and the third quartile is 88. A 100th score, with a value of 5, is added to the dataset. Which of the following measures is guaranteed to decrease as a result?
- The median
- The interquartile range (IQR)
- The mean (correct answer)
- The third quartile (Q₃)
Explanation: The mean is the sum of all values divided by the number of values. Adding a score of 5 (which is much lower than any reasonable exam score) will significantly decrease the sum while only increasing the count by 1, guaranteeing the mean decreases. For the median: with 100 scores, the new median will be the average of the 50th and 51st values. The extreme low score of 5 becomes the minimum, but doesn't affect the middle values, so the median may stay the same. Similarly, Q₃ is the 75th percentile and won't be affected by adding one extremely low value. The IQR (Q₃ - Q₁) also won't necessarily change since both Q₁ and Q₃ may remain the same.