8.1 Data Visualizations: Tables, Bar/Line Graphs, Pie Charts & Histograms

Key Takeaways

  • Frequency tables tabulate counts of observations across categories or numerical bins, while relative frequency distributions normalize counts into proportions ($f/n$) or percentages ($(f/n) \times 100\%$) that sum to $1.0$ or $100\%$.
  • Two-way contingency tables cross-classify bivariate categorical data; joint relative frequencies divide cell counts by total sample size $N$, marginal relative frequencies divide row or column totals by $N$, and conditional relative frequencies divide cell counts by specific row or column subtotals.
  • Bar graphs represent discrete categorical data using separated bars, whereas histograms display continuous numerical data across contiguous intervals (bins) with touching bars and no spaces between adjacent bins unless an interval frequency is zero.
  • Circle graphs (pie charts) visually display proportions of a whole where the central angle of each sector is calculated by $\text{Angle} = \text{Percentage} \times 360^\circ = \frac{\text{Frequency}}{N} \times 360^\circ$.
  • Misleading graphical representations manipulate perception through truncated axes (non-zero baselines amplifying minor variations), uneven axis scaling, and 3D volume distortions that disproportionately exaggerate dimensional area and volume.
Last updated: August 2026

8.1 Data Visualizations: Tables, Bar/Line Graphs, Pie Charts & Histograms

Data analysis and statistics comprise 15% of the CLEP College Mathematics blueprint (~9 questions). Before calculating complex statistical parameters, mathematicians and researchers organize raw observations into structured tables and graphical displays. Mastery of tabular organization, coordinate plots, circle charts, and the visual signatures of misleading graphics is essential for securing maximum points on the exam.


1. Tabular Organization: Frequency & Contingency Tables

Raw, unstructured data must be grouped systematically before meaningful statistical analysis can take place.

Frequency and Relative Frequency Distributions

  • Frequency ($f$): The raw number of times a specific data value or category occurs within a dataset.
  • Relative Frequency: The proportion or percentage of the total dataset represented by a specific value or class interval: Relative Frequency=fnorPercentage=(fn)×100%\text{Relative Frequency} = \frac{f}{n} \quad \text{or} \quad \text{Percentage} = \left(\frac{f}{n}\right) \times 100\% Where $n = \sum f$ is the total number of observations. The sum of all relative frequencies must always equal $1.00$ ($100%$).
  • Cumulative Frequency: The running sum of frequencies up to and including the current class interval.

Two-Way Contingency Tables (Cross-Tabulation)

A two-way contingency table organizes bivariate categorical data across two distinct variables (one variable across rows, one variable across columns).

+-----------------------------------------------------------------------------+
|                  TWO-WAY CONTINGENCY TABLE ARCHITECTURE                     |
|                                                                             |
|                      Column Variable B_1      Column Variable B_2     Total |
|   Row Variable A_1   [ Joint Count: A1 ∩ B1 ]  [ Joint Count: A1 ∩ B2 ]  Row 1 Sum |
|   Row Variable A_2   [ Joint Count: A2 ∩ B1 ]  [ Joint Count: A2 ∩ B2 ]  Row 2 Sum |
|   Total              Column 1 Sum             Column 2 Sum             Grand N |
+-----------------------------------------------------------------------------+

From a two-way table, three types of proportions are computed:

  1. Joint Relative Frequency: Compares a single cell count to the grand total ($N$): P(A1 and B1)=Cell CountNP(A_1 \text{ and } B_1) = \frac{\text{Cell Count}}{N}
  2. Marginal Relative Frequency: Compares a row total or column total to the grand total ($N$): P(A1)=Row 1 TotalN,P(B1)=Column 1 TotalNP(A_1) = \frac{\text{Row 1 Total}}{N}, \quad P(B_1) = \frac{\text{Column 1 Total}}{N}
  3. Conditional Relative Frequency: Compares a single cell count to its specific row total or column total: P(B1A1)=Cell Count(A1B1)Row 1 TotalP(B_1 \mid A_1) = \frac{\text{Cell Count}(A_1 \cap B_1)}{\text{Row 1 Total}}

2. Bar Graphs vs. Histograms

A critical distinction on the CLEP exam is differentiating between a bar graph and a histogram.

Graphical DimensionBar GraphHistogram
Data TypeCategorical / Qualitative (discrete labels, categories, names)Continuous Numerical / Quantitative (measurements, real intervals)
Horizontal AxisCategory names (e.g., Car Brands, Majors, Colors)Contiguous numerical bins / class intervals (e.g., $10$–$19$, $20$–$29$)
Bar SpacingGaps/spaces exist between adjacent bars to denote separate categoriesContiguous (touching) bars with no gaps unless an interval has $f = 0$
Bar WidthArbitrary uniform width (width carries no numerical meaning)Meaningful bin width (representing interval length, e.g., $10$ units)
VariationsHorizontal, vertical, double/clustered, stackedRelative frequency histogram, cumulative frequency polygon (ogive)
+-----------------------------------------------------------------------------+
|                        BAR GRAPH vs. HISTOGRAM                              |
|                                                                             |
|      BAR GRAPH (Categorical, Spaces)          HISTOGRAM (Continuous, No Gaps) |
|   Freq                                     Freq                             |
|    10 |    [#]         [#]                  10 |       [#][#]                   |
|     5 |    [#]   [#]   [#]                   5 |    [#][#][#][#]                |
|     0 +-------------------------             0 +-------------------------   |
|           Red   Blue  Green                         0-10 10-20 20-30 30-40  |
+-----------------------------------------------------------------------------+

3. Line Graphs & Circle Graphs (Pie Charts)

Line Graphs (Time Series & Trends)

A line graph plots data points on a Cartesian coordinate plane connected by straight line segments. It is primarily used to track changes over time (time-series data).

  • Horizontal Axis ($x$): Time intervals (days, months, quarters, years).
  • Vertical Axis ($y$): Quantitative metric (revenue, temperature, enrollment).
  • Slope: Indicates the rate of change between consecutive data points. A steep upward slope denotes rapid growth, a horizontal line denotes stagnation, and a downward slope denotes decline.

Circle Graphs (Pie Charts)

A circle graph (pie chart) represents categorical proportions of a single whole ($100%$ or $1.00$). The entire circle comprises $360^\circ$.

Sector Central Angle Formula

To determine the central angle ($,\theta,$) of a sector corresponding to a given category:

θ=Relative Frequency×360=(fn)×360=(Percentage100)×360\theta = \text{Relative Frequency} \times 360^\circ = \left(\frac{f}{n}\right) \times 360^\circ = \left(\frac{\text{Percentage}}{100}\right) \times 360^\circ

Budget CategoryPercentageRelative FrequencySector Central Angle CalculationSector Angle
Housing / Rent$35%$$0.35$$0.35 \times 360^\circ$$126.0^\circ$
Food & Dining$20%$$0.20$$0.20 \times 360^\circ$$72.0^\circ$
Tuition & Books$25%$$0.25$$0.25 \times 360^\circ$$90.0^\circ$
Transportation$10%$$0.10$$0.10 \times 360^\circ$$36.0^\circ$
Savings$10%$$0.10$$0.10 \times 360^\circ$$36.0^\circ$
Total$100%$$1.00$$1.00 \times 360^\circ$$360.0^\circ$

4. Bivariate Data, Scatterplots & Correlation

A scatterplot displays paired numerical observations $(x_i, y_i)$ on coordinate axes to examine the relationship (association) between an independent variable ($x$) and a dependent variable ($y$).

+-----------------------------------------------------------------------------+
|                        SCATTERPLOT CORRELATION PATTERNS                     |
|                                                                             |
|   Positive Correlation (r > 0)    Negative Correlation (r < 0)   No Correlation (r ≈ 0) |
|   y |         *   *               y | *   *                      y |   *   *    *   * |
|     |      *   *                    |   *   *                      | *   *   *   *   |
|     |   *   *                       |      *   *                   |   *   *   *   * |
|     +-----------------              +-----------------             +----------------- |
|      0               x               0               x              0               x |
+-----------------------------------------------------------------------------+

Types of Correlation

  1. Positive Correlation: As $x$ increases, $y$ tends to increase (e.g., hours studied vs. exam score).
  2. Negative Correlation: As $x$ increases, $y$ tends to decrease (e.g., vehicle age vs. resale value).
  3. Zero / No Correlation: No discernible linear relationship exists between $x$ and $y$ (e.g., shoe size vs. college GPA).
  4. Line of Best Fit (Trendline): A straight line drawn through the center of the plotted points that minimizes the sum of squared vertical distances (residuals) from the points to the line.

[!IMPORTANT] Correlation Does NOT Imply Causation: Even if two variables exhibit a strong linear correlation ($r \approx 1.0$), one variable does not necessarily cause the change in the other. A confounding or lurking variable may drive both.


5. Misleading Graphical Representations & Deceptive Practices

The CLEP exam frequently tests your ability to detect deceptive or misleading charts.

+-----------------------------------------------------------------------------+
|                   COMMON DECEPTIVE GRAPHICAL TACTICS                        |
|                                                                             |
|   1. TRUNCATED / NON-ZERO BASELINE:                                         |
|      Starting the y-axis at a non-zero value (e.g., 95 instead of 0) makes  |
|      a 5% increase look like a 500% surge.                                  |
|                                                                             |
|   2. INCONSISTENT AXIS SCALING:                                             |
|      Unequal interval spacings along an axis distort growth trajectories.   |
|                                                                             |
|   3. 3D VOLUME & AREA DISTORTION (Pictograms):                              |
|      Doubling the height of a graphic object quadruples its area (2^2 = 4)  |
|      and octuples its volume (2^3 = 8), visually deceiving the viewer.      |
+-----------------------------------------------------------------------------+

6. Step-by-Step Worked Examples

Worked Example 1: Two-Way Contingency Table Analysis

Problem: A survey of $300$ university students records their academic major and preferred study modality:

MajorOnline PreferenceIn-Person PreferenceTotal
STEM$45$$75$$120$
Humanities$72$$48$$120$
Business$33$$27$$60$
Total$150$$150$$300$
  1. What is the joint relative frequency of students who are STEM majors and prefer online study?
  2. What is the marginal relative frequency of students who prefer in-person study?
  3. Given that a randomly chosen student is a Humanities major, what is the conditional probability that the student prefers online study?

Solution:

  1. Joint Relative Frequency: P(STEMOnline)=45300=0.15=15.0%P(\text{STEM} \cap \text{Online}) = \frac{45}{300} = 0.15 = 15.0\%
  2. Marginal Relative Frequency: P(In-Person)=150300=0.50=50.0%P(\text{In-Person}) = \frac{150}{300} = 0.50 = 50.0\%
  3. Conditional Relative Frequency: Divide the cell count by the Humanities row total: P(OnlineHumanities)=72120=0.60=60.0%P(\text{Online} \mid \text{Humanities}) = \frac{72}{120} = 0.60 = 60.0\%

Worked Example 2: Circle Graph Sector Angle Calculation

Problem: In a municipal election, Candidate A received $4{,}500$ votes, Candidate B received $3{,}000$ votes, and Candidate C received $2{,}500$ votes. What central angle should be assigned to Candidate B's sector in a pie chart representing the election results?

Solution:

  1. Compute total votes cast ($N$): N=4,500+3,000+2,500=10,000N = 4{,}500 + 3{,}000 + 2{,}500 = 10{,}000
  2. Compute Candidate B's proportion / relative frequency: Relative Frequency=3,00010,000=0.30=30%\text{Relative Frequency} = \frac{3{,}000}{10{,}000} = 0.30 = 30\%
  3. Multiply by $360^\circ$ to find the sector angle: θ=0.30×360=108\theta = 0.30 \times 360^\circ = 108^\circ

7. Common CLEP Traps & Strategic Checkpoints

  • Trap 1: Confusing Joint vs. Conditional Table Proportions: For joint probabilities ($A \text{ and } B$), divide by the grand total $N$. For conditional probabilities ($A \text{ given } B$), divide exclusively by the subtotal of condition $B$.
  • Trap 2: Treating Bar Graphs as Histograms: If the horizontal axis lists discrete categories with spaces between bars, it is a bar graph, not a histogram.
  • Trap 3: Misreading Sector Degrees as Percentages: A sector measuring $90^\circ$ represents $25%$ of the data ($\frac{90}{360} = 0.25$), not $90%$.
  • Trap 4: Overlooking Truncated Baselines: Always check whether the vertical axis starts at zero. If the axis starts at a non-zero value, bar heights are not proportional to their actual quantities.
Test Your Knowledge

A university survey of 400 undergraduate students records their class standing and residential status:

Class StandingOn-Campus HousingOff-Campus CommuterTotal
Freshmen14060200
Seniors50150200
Total190210400
Based on this table, what percentage of Freshmen reside in on-campus housing?

A
B
C
D
Test Your Knowledge

In a survey of 500 college commuters, 135 students stated that their primary mode of transportation is bicycling. In a circle graph (pie chart) representing the survey results, what is the measure of the central angle for the bicycling sector?

A
B
C
D
Test Your Knowledge

A corporate quarterly report publishes a vertical bar chart comparing Company A's revenue of $105 million to Company B's revenue of $100 million. The vertical axis begins at $95 million rather than $0. What misleading visual impression does this truncated axis produce?

A
B
C
D