ACCUPLACER QUANTITATIVE REASONING, ALGEBRA & STATISTICS • DESCRIPTIVE STATISTICS

Interpreting Data Displays — Interpret histograms, bar charts, boxplots, and scatterplots (intro)

Learn to extract meaning from the four most common statistical graphics on the ACCUPLACER exam.

Historical Context & Motivation

The impulse to represent numerical information visually is centuries old, rooted in the practical need to communicate patterns that raw tables of numbers obscure. Long before the advent of computers or standardized testing, scientists and political economists struggled with the same fundamental challenge: how do you compress a large data set into a single image that a reader can absorb at a glance? The answer came through a series of innovations in statistical graphics, each designed to highlight a different facet of data — distribution shape, central tendency, spread, or the relationship between two variables. Understanding this lineage helps you appreciate why the ACCUPLACER presents four specific display types: each one was invented to solve a distinct analytical problem.

1786
William Playfair Invents the Bar Chart
Scottish engineer William Playfair published The Commercial and Political Atlas, introducing bar charts to compare Scotland's trade figures across categories — a format still standard today.
1833
A. M. Guerry Popularizes the Histogram Concept
French statistician André-Michel Guerry used early histogram-style displays to study crime rates across French departments, grouping continuous data into intervals to reveal distributional patterns.
1901
Karl Pearson Formalizes the Histogram
Pearson coined the term "histogram" and established the convention that bar area — not height alone — represents frequency, connecting the display to probability density.
1977
John Tukey Introduces the Boxplot
In Exploratory Data Analysis, Tukey created the box-and-whisker plot to provide a five-number summary at a glance, emphasizing median, quartiles, and outliers.
1980s–Present
Scatterplots & Digital Visualization
Although scatterplots date to the 1830s, personal computing made them ubiquitous. Modern software instantly overlays trend lines, making bivariate analysis accessible to every student.

The core question these pioneers addressed remains the question that the ACCUPLACER will ask you: Given a graphical display, what can you conclude about the data it represents? Answering well requires knowing what each chart type is designed to show — and what it deliberately leaves out.

Core Principles & Definitions

Before diving into individual chart types, it is essential to internalize a small set of principles that govern all statistical graphics. Every data display encodes information through visual channels — position, length, area, or color — and your job as a reader is to decode those channels accurately. The four displays on the ACCUPLACER each exploit different channels, so misapplying rules from one chart type to another is one of the most common test-day errors.

1

Categorical vs. Quantitative Data

Categorical data name groups (colors, majors, regions); quantitative data measure numerical values (heights, test scores). Bar charts display categorical data; histograms display quantitative data grouped into intervals.
2

Distribution Shape

A distribution describes how data values are spread across possible values. Key descriptors include symmetric, left-skewed, right-skewed, unimodal, and bimodal. Histograms and boxplots both reveal shape.
3

Center, Spread & Outliers

The center (mean or median) indicates a typical value. Spread (range, IQR) shows variability. Outliers are data points that fall far from the bulk of the data. Boxplots make all three features explicit.
4

Association Between Variables

A scatterplot displays the relationship between two quantitative variables. Direction (positive/negative), form (linear/nonlinear), and strength (tight/loose clustering) characterize the association.
5

Frequency & Relative Frequency

Frequency is the raw count of observations in a category or interval. Relative frequency divides that count by the total, yielding a proportion or percentage. Both bar charts and histograms can display either.
KEY TAKEAWAY
Think of data displays as different lenses on the same scene. A bar chart is like a wide-angle lens — it shows you all categories side by side. A histogram is a macro lens focused on one variable's internal distribution. A boxplot is like an X-ray — it strips away surface detail to expose the skeletal five-number summary. A scatterplot is a pair of binoculars — it lets you watch how two variables move together. Choosing the right lens depends on the question you need to answer.

Visual Explanation — The Four Display Types

The diagram below places all four display types side by side so you can compare their visual grammars. Notice that the bar chart and histogram look superficially similar — both use rectangular bars — but the histogram's bars are touching (no gaps), signaling a continuous numerical axis, while the bar chart's separated bars indicate distinct categories. The boxplot condenses an entire distribution into a compact five-number summary, and the scatterplot maps each observation as an individual point in two-dimensional space.

Panel A shows a bar chart with gaps between bars (categorical axis). Panel B shows a histogram with touching bars (continuous axis). Panel C shows a boxplot with the five-number summary and an outlier. Panel D shows a scatterplot with a positive linear trend.

Study the four panels carefully. In Panel A the horizontal axis lists discrete category names (Math, Eng, Sci, Hist), and the height of each bar encodes the count for that category. Rearranging the bars would not change the meaning, because the categories have no inherent order. In Panel B, by contrast, the horizontal axis represents a continuous variable (exam scores), and the bins must stay in numerical order; rearranging them would destroy the distributional shape. Panel C compresses an entire distribution into five key values plus any outliers, making it ideal for quick comparisons between groups. Panel D plots ordered pairs, with one variable on each axis, so each dot represents a single observation — the overall cloud reveals whether the two variables tend to rise together, move inversely, or show no pattern.

Mathematical Framework

While interpreting data displays on the ACCUPLACER is largely a visual skill, a few quantitative formulas underpin the features you will be asked to identify. Knowing these formulas helps you verify what the graphic shows and catch trick answers that confuse, for instance, the median with the mean.

RELATIVE FREQUENCY
Relative Frequency = f / n
where f = frequency (count) in a class or category and n = total number of observations. Multiply by 100 for a percentage. On a histogram, relative frequency makes the total area equal to 1, connecting it to probability.
INTERQUARTILE RANGE (IQR)
IQR = Q₃ − Q₁
Q₁ is the 25th percentile and Q₃ is the 75th percentile. The IQR measures the spread of the middle 50% of the data. On a boxplot, IQR is the width (or height) of the box.
OUTLIER FENCES
Lower fence = Q₁ − 1.5 × IQR | Upper fence = Q₃ + 1.5 × IQR
Any data value below the lower fence or above the upper fence is classified as an outlier and plotted as an individual point beyond the whiskers on a boxplot.
MEDIAN POSITION
Position of the median = (n + 1) / 2
For an ordered data set of n values, this gives the index of the median value. If the position is not a whole number, the median is the average of the two surrounding values.
💡 ACCUPLACER Tip
You are unlikely to need to compute correlation coefficients on the ACCUPLACER, but you will need to describe a scatterplot's trend qualitatively: positive or negative direction, linear or curved form, and strong or weak strength. Practice reading these three features before test day.

Detailed Breakdown of Each Display

Now that the conceptual and mathematical foundations are in place, let us examine the anatomy of each chart type more closely. The diagram below focuses on the boxplot — the display that students most often misread — and labels every component you may be asked about on the ACCUPLACER.

This annotated boxplot labels every element you need to know: minimum, Q₁, median, Q₃, maximum (the five-number summary), the IQR bracket, and the outlier plotted beyond the whisker. The median line sitting left of center within the box, combined with the longer right whisker, indicates a right-skewed distribution.

Histogram Reading Strategies

When interpreting a histogram, start by identifying the shape of the distribution: is it roughly symmetric, or does it tail off to one side (skewed)? Next, locate the peak (mode) — the tallest bar or cluster of bars. Then estimate the center (roughly where the median would fall if you counted from either end) and the spread (the range from the leftmost to the rightmost bar). Finally, look for gaps or unusual features such as an isolated bar far from the main cluster, which may indicate an outlier or a separate subpopulation.

Scatterplot Reading Strategies

For a scatterplot, evaluate three characteristics: direction (do points rise from left to right, indicating a positive association, or fall, indicating a negative one?), form (do points follow a roughly straight line, a curve, or no discernible pattern?), and strength (are points tightly clustered around the trend or widely scattered?). A strong positive linear association means the points hug a line that slopes upward; a weak negative association means the points vaguely drift downward but with considerable scatter. Also check for influential points — isolated dots far from the main cloud that could distort a trend line if one were fitted.

Worked Example

The following problem mirrors an ACCUPLACER-style question in which you are given a boxplot and must extract specific information from it.

📊 Problem Statement
A boxplot of daily high temperatures (°F) for a city during June shows the following: minimum = 68, Q₁ = 74, median = 80, Q₃ = 86, maximum = 92, with one outlier at 106. Approximately what percentage of days had temperatures between 74°F and 86°F? Also determine whether the distribution appears skewed and identify the IQR.
Solution
1
Step 1 — Identify the Five-Number SummaryFrom the boxplot, extract the five-number summary: Min = 68, Q₁ = 74, Median = 80, Q₃ = 86, Max = 92. One outlier is marked at 106. These values partition the data into four roughly equal groups, each containing approximately 25% of the observations.
Five values: 68, 74, 80, 86, 92 (outlier: 106)
2
Step 2 — Determine the Percentage Between Q₁ and Q₃By definition, Q₁ marks the 25th percentile and Q₃ marks the 75th percentile. The box of a boxplot contains exactly the middle 50% of the data. Therefore, the percentage of days with temperatures between 74°F and 86°F is 75% − 25% = 50%.
Approximately 50% of days
3
Step 3 — Calculate the IQRApply the formula IQR = Q₃ − Q₁ = 86 − 74 = 12°F. This measures the spread of the middle half of the distribution.
IQR = 12°F
4
Step 4 — Assess SkewnessCompare the median's position within the box. The distance from Q₁ to the median is 80 − 74 = 6, and from the median to Q₃ is 86 − 80 = 6. These are equal, suggesting the box itself is symmetric. However, the right whisker extends to 92 (6 beyond Q₃) while the left whisker extends to 68 (6 below Q₁), also symmetric — but the outlier at 106 is on the right side only. This single outlier introduces a very slight right skew, but overall the distribution is approximately symmetric.
Approximately symmetric, with a mild right-side outlier
5
Step 5 — Verify the Outlier Using FencesUpper fence = Q₃ + 1.5 × IQR = 86 + 1.5 × 12 = 86 + 18 = 104. Since 106 > 104, the point at 106 exceeds the upper fence and is confirmed as a formal outlier by the 1.5 × IQR rule. It is therefore plotted as an individual point beyond the end of the right whisker on the boxplot.
106 > 104, so 106 is above the upper fence — confirmed as a genuine outlier

Strengths & Limitations of Each Display

No single chart type does everything well. Understanding each display's strengths and limitations helps you answer ACCUPLACER questions that ask "Which display would best show…" or that test whether you are extracting information a particular chart cannot actually provide.

Comparison of the four ACCUPLACER data display types
Display TypeBest ForLimitations
Bar ChartComparing counts or proportions across categories; easy to read; order of bars can be rearranged for emphasis.Cannot show distribution shape of continuous data; does not display spread or individual data points.
HistogramRevealing distribution shape (symmetric, skewed, bimodal), locating modes, estimating center and spread for continuous data.Appearance can change with different bin widths; does not directly show exact data values or quartiles.
BoxplotQuick five-number summary; easy side-by-side comparison of multiple groups; explicitly flags outliers.Hides distribution shape details (e.g., bimodality is invisible); does not show sample size.
ScatterplotDisplaying the relationship between two quantitative variables; identifying direction, form, and strength of association; revealing clusters and outliers.Not useful for a single variable's distribution; overplotting can obscure patterns in large data sets.
KEY TAKEAWAY
Think of selecting a chart type like choosing a tool from a toolbox. A hammer (bar chart) is great for driving nails (comparing categories), but it is useless for turning screws (showing bivariate associations). Similarly, a wrench (boxplot) efficiently tightens bolts (comparing distributions across groups) but cannot measure the angle of a joint (show bimodality). On the ACCUPLACER, when a question asks which display is "most appropriate," mentally check which feature of the data the question cares about — then match it to the tool that exposes that feature.

Connection to Advanced Statistical Reasoning

The display-reading skills tested on the ACCUPLACER form the foundation for more sophisticated statistical techniques you will encounter in college-level statistics courses. The table below sketches how each introductory display connects to its more advanced counterpart, giving you a preview of the road ahead and reinforcing why mastering the basics is so important.

From introductory displays to advanced techniques
Introductory DisplayAdvanced ExtensionWhat It Adds
Bar ChartStacked / grouped bar charts, mosaic plotsDisplay conditional distributions and relationships between two categorical variables simultaneously.
HistogramDensity curves, kernel density estimatesSmooth the histogram into a continuous probability density function, enabling probability calculations under the curve.
BoxplotViolin plots, notched boxplotsOverlay density information on top of the five-number summary; notches indicate confidence intervals for the median.
ScatterplotRegression analysis, residual plotsFit a mathematical model to the trend; residual plots check model assumptions by looking for patterns in prediction errors.

For ACCUPLACER purposes, you will not be asked about density curves, regression equations, or mosaic plots. However, understanding that these displays exist helps you appreciate the logic behind the introductory versions. A histogram, for instance, approximates a density curve — and recognizing this connection is often the key to answering conceptual questions about what "area under the bars" represents. When you move into a statistics course, these advanced tools will feel like natural extensions rather than unfamiliar territory.

Practice Problems

PROBLEM 1CONCEPTUAL
A student creates a display in which rectangular bars are separated by gaps and the horizontal axis labels are "Freshman," "Sophomore," "Junior," and "Senior." The vertical axis shows the number of students. Is this display a histogram or a bar chart? Explain how you know.
PROBLEM 2BASIC CALCULATION
A boxplot shows Q₁ = 22, median = 30, Q₃ = 38, with whiskers extending to 10 and 50. Calculate the IQR and determine the upper and lower fences for outlier detection.
PROBLEM 3INTERMEDIATE
A histogram of exam scores (out of 100) has the following frequencies for each 10-point bin: [50–60): 4, [60–70): 7, [70–80): 12, [80–90): 9, [90–100]: 3. How many students scored below 70? What is the relative frequency of the [70–80) bin? Describe the overall shape of the distribution.
PROBLEM 4APPLIED
A researcher collects data on hours of weekly exercise and resting heart rate (bpm) for 30 adults and plots them on a scatterplot. The cloud of points slopes downward from left to right, and the points cluster fairly tightly around an imaginary straight line. Describe the direction, form, and strength of the association. If one person exercises 15 hours per week and has a resting heart rate of 90 bpm while most 15-hour exercisers have rates near 55 bpm, what would you call that data point?
PROBLEM 5CRITICAL THINKING
Two classes take the same final exam. Class A's boxplot shows Q₁ = 65, median = 78, Q₃ = 85. Class B's boxplot shows Q₁ = 70, median = 75, Q₃ = 90. Both have the same minimum (50) and maximum (100) with no outliers. A student argues that Class B performed better because its Q₃ is higher. Evaluate this claim by comparing the centers, spreads, and what the boxplots do and do not reveal.

Lesson Summary

The ACCUPLACER tests your ability to read four foundational data displays. A bar chart compares counts or proportions across categorical groups using separated bars. A histogram groups continuous quantitative data into bins with touching bars, revealing distribution shape (symmetric, skewed, unimodal, bimodal). A boxplot condenses a distribution into a five-number summary (minimum, Q₁, median, Q₃, maximum), displays the IQR as the width of the box, and explicitly flags outliers using the 1.5 × IQR fence rule. A scatterplot shows the association between two quantitative variables, characterized by direction (positive/negative), form (linear/nonlinear), and strength (strong/weak).

When interpreting any display, always identify the type of data (categorical vs. quantitative), the center (mean or median), the spread (range, IQR), and any unusual features (outliers, gaps, clusters). Remember that each display has strengths and limitations — bar charts cannot show distribution shape, histograms hide exact values, boxplots mask bimodality, and scatterplots are for two variables only. Matching the right display to the right question is itself a testable skill on the ACCUPLACER.

Varsity Tutors • ACCUPLACER Quantitative Reasoning, Algebra & Statistics • Interpreting Data Displays