10.2 Reading and Interpreting Tables, Bar Graphs, Line Graphs & Circle Graphs
Key Takeaways
- Two-way contingency tables display bivariate categorical data; marginal row and column totals allow computation of joint, marginal, and conditional percentages.
- Bar graphs represent categorical frequencies along vertical or horizontal bars; double (grouped) bar graphs facilitate direct side-by-side comparison across multiple sub-groups or time intervals.
- Line graphs illustrate continuous trends over time (time series); the average rate of change between data points equals the slope of the line segment ($\text{Rate of Change} = \frac{\Delta y}{\Delta t}$).
- Circle graphs (pie charts) model proportional breakdowns of a whole ($100\%$); the central angle of each sector is proportional to its percentage ($\text{Central Angle} = \text{Percentage} \times 360^\circ$).
- Accurate graphic interpretation requires verifying axis labels, increments, and baselines; percentage increases and decreases must always be evaluated relative to the initial base value using $\frac{\text{New} - \text{Old}}{\text{Old}} \times 100\%$.
Reading and Interpreting Tables, Bar Graphs, Line Graphs & Circle Graphs
Quick Summary: Visual data displays translate raw quantitative information into structured tables and graphical representations. On the HiSET Mathematics test, data analysis questions require you to accurately locate specific values, calculate totals and proportions, determine rates of change across time, convert circle graph percentages into central angle degrees ($360^\circ$), and evaluate two-way contingency tables. Mastering axis scales, legends, and relative percentage formulas ensures you avoid the common visual interpretation traps set by test writers.
Data displays appear across all sections of the HiSET, connecting arithmetic operations and proportional reasoning to real-world economics, scientific research, and civic data.
1. Tables and Two-Way Contingency Tables
A frequency table lists categories alongside the count (frequency) of how often each category occurs. A two-way contingency table organizes bivariate categorical data, showing the relationship between two distinct categorical variables across rows and columns.
Structure of a Two-Way Contingency Table
┌──────────────────────┬─────────────────┬─────────────────┬─────────────────┐
│ Categorical Variable │ Column Group A │ Column Group B │ Marginal Total │
├──────────────────────┼─────────────────┼─────────────────┼─────────────────┤
│ Row Group 1 │ Joint Cell (1,A)│ Joint Cell (1,B)│ Row 1 Total │
├──────────────────────┼─────────────────┼─────────────────┼─────────────────┤
│ Row Group 2 │ Joint Cell (2,A)│ Joint Cell (2,B)│ Row 2 Total │
├──────────────────────┼─────────────────┼─────────────────┼─────────────────┤
│ Marginal Total │ Column A Total │ Column B Total │ Grand Total (N) │
└──────────────────────┴─────────────────┴─────────────────┴─────────────────┘
Types of Proportions from Two-Way Tables
- Joint Proportion: Compares a single cell intersection to the Grand Total:
- Marginal Proportion: Compares an entire row or column total to the Grand Total:
- Conditional Proportion: Restricts the sample space strictly to a single row or column condition:
Worked Example 1: Conditional Analysis from a Two-Way Table
A healthcare study surveyed $300$ adults to evaluate the relationship between daily physical activity and resting heart rate status:
| Activity Level | Normal Heart Rate | Elevated Heart Rate | Total |
|---|---|---|---|
| Sedentary | $60$ | $90$ | $150$ |
| Active | $120$ | $30$ | $150$ |
| Total | $180$ | $120$ | $300$ |
Question: What percentage of adults with an Elevated Heart Rate are categorized as Sedentary?
- Identify the conditioning group (the denominator): The question asks specifically about adults with an "Elevated Heart Rate." Look at the Elevated Heart Rate column total: $\text{Denominator} = 120$.
- Identify the numerator: Within that column, locate the count of Sedentary individuals: $\text{Numerator} = 90$.
- Calculate the conditional percentage:
- Conclusion: $75%$ of individuals with elevated resting heart rates lead a sedentary lifestyle.
2. Bar Graphs: Single and Double (Grouped)
Bar graphs display discrete categorical data using rectangular bars whose lengths or heights are directly proportional to the quantities they represent. The categorical variable is placed along one axis, while the numerical frequency scale is marked along the perpendicular axis.
Single Bar Graph Double (Grouped) Bar Graph
Sales ($k) Revenue ($k) ■ Product A □ Product B
40│ ┌──┐ 40│ ┌──┐
30│ ┌──┐│ │ 30│ ┌──┐│ │┌──┐┌──┐
20│ │ ││ │┌──┐ 20│ │ ││ ││ ││ │
10│ │ ││ ││ │ 10│ │■ ││□ ││■ ││□ │
0└──┴──┴──┴──┴──► 0└──┴──┴──┴──┴──┴──►
Q1 Q2 Q3 Q1 Q2
Single vs. Double Bar Graphs
- Single Bar Graphs: Compare individual categories against one another (e.g., revenue by department).
- Double (Grouped) Bar Graphs: Place two bars side-by-side for each category to allow simultaneous comparison across two variables (e.g., comparing 2024 vs. 2025 performance across four sales regions).
Calculating Relative Percentage Change from Graphs
HiSET questions frequently ask for the percentage increase or decrease between two bars. Always divide the change by the original (baseline) value:
Worked Example 2: Double Bar Graph Comparison
A double bar graph displays the monthly units manufactured by two assembly lines in October:
- Line A: $450$ units
- Line B: $600$ units
Question 1: What percentage of the total October production was manufactured by Line B?
Question 2: Line B's production was what percentage greater than Line A's production?
Visual Trap — The Truncated Axis: Be cautious of graphs where the numerical vertical axis does not begin at zero (a broken or truncated axis). A bar starting at $90$ rising to $100$ will look twice as tall as a bar rising to $95$, creating the visual illusion of a $100%$ increase when the actual numerical increase is only $\frac{100 - 95}{95} \approx 5.26%$.
3. Line Graphs (Time-Series Data & Rate of Change)
A line graph displays continuous data points connected by straight line segments, almost always tracking how a quantitative variable changes over continuous time intervals (days, months, years).
Interpreting Slope and Trends on a Line Graph
Value ($)
60│ ╭───● (Month 6: Peak $60k)
50│ ●──────╯ \
40│ / \ Negative Slope
30│ ●─────╯ Positive ● (Month 8: $30k)
20│ / Slope (Growth) (Decline)
10│● (Month 1: $10k)
0└──┴──┴──┴──┴──┴──┴──┴──┴──► Time (Months)
1 2 3 4 5 6 7 8
Interpreting Line Graph Trends
- Upward Slope (Positive): Variable is increasing over time.
- Downward Slope (Negative): Variable is decreasing over time.
- Horizontal Segment (Zero Slope): Variable remains constant (no change / plateau).
- Steepness of Segment: Indicates the speed (rate of change); steeper lines represent faster growth or sharper drops.
Calculating Average Rate of Change
The average rate of change between any two points $(t_1, y_1)$ and $(t_2, y_2)$ on a line graph is computed using the slope formula:
4. Circle Graphs (Pie Charts)
A circle graph (or pie chart) is a circular visual display divided into wedge-shaped sectors. It represents how a single whole quantity ($100%$) is partitioned into component categories.
Mathematical Principles of Circle Graphs
- Proportionality to Whole: The sum of all sector percentages must equal $100%$, or the sum of all sector fractions must equal $1.00$.
- Central Angle Conversion: A complete circle spans $360^\circ$. The central angle ($\theta$) of any sector is directly proportional to its percentage of the total:
- Finding Specific Quantities from Sector Percentages:
Circle Graph Sector Angle Relationships
100% Total Budget = 360° Full Circle
╭───────────╮
╱ │ ╲
╱ 25% │ 25% ╲ 25% of 360° = 90° (Right Angle)
│ (90°) │ (90°) │
│────────┼────────│
│ 10% │ 40% │ 10% of 360° = 36°
╲ (36°) │(144°) ╱ 40% of 360° = 144°
╲ │ ╱
╰───────────╯
Worked Example 3: Circle Graph Budget Allocation
A municipal school district operates on an annual budget of $$24,000,000$. The budget allocation is represented in a circle graph:
- Instructional Staff: $45%$
- Facilities & Operations: $20%$
- Administration: $15%$
- Student Services: $12%$
- Technology: $8%$
Question 1: What is the central angle measure for the sector representing Instructional Staff?
Question 2: How much total money is allocated to Technology and Student Services combined?
Comparison of Graphic Display Types
| Graphic Display | Best Used For | Key Mathematical Computations | Typical HiSET Exam Question |
|---|---|---|---|
| Two-Way Table | Bivariate categorical relationships | Joint, marginal, and conditional percentages | "What fraction of group X has condition Y?" |
| Bar Graph | Comparing distinct discrete categories | Differences between bars, totals, percentage change | "Which department experienced the largest percentage growth?" |
| Line Graph | Continuous trends over time | Slope, rate of change ($\frac{\Delta y}{\Delta t}$), trend interpolation | "What was the average monthly rate of revenue decline?" |
| Circle Graph | Part-to-whole proportions ($100%$) | Sector angles ($\text{Pct} \times 360^\circ$), dollar/unit allocations | "What central angle represents the $30%$ wedge?" |
A community center's total monthly budget of $48,000 is divided among five program areas: Youth Sports (40%), Adult Education (25%), Senior Services (15%), Arts & Crafts (12%), and Facility Maintenance (8%). If this budget is represented in a circle graph (pie chart), what is the central angle of the sector representing Adult Education?
A transportation agency surveyed 250 commuters regarding their commute method and whether their commute time exceeds 45 minutes:
What percentage of commuters whose commute time exceeds 45 minutes travel by Public Transit?Commute Method ≤ 45 Minutes > 45 Minutes Total Public Transit 45 75 120 Personal Vehicle 95 35 130 Total 140 110 250
A municipal water reservoir's water level is monitored at regular intervals during a dry summer. On Day 10, the water level was measured at 144 feet. On Day 50, the water level was measured at 108 feet. Assuming a constant linear decrease, what was the average rate of change in the reservoir's water level per day?
A retail store compares quarterly revenue for two consecutive years using a double bar graph. In the third quarter (Q3), revenue was $160,000 in Year 1 and $216,000 in Year 2. What was the percentage increase in Q3 revenue from Year 1 to Year 2?