Study Guide

Graphical Representations Between Two Quantitative Variables

AP StatisticsΒ· 12 min read

1. Core Scatterplot Construction Rulesβ˜…β˜…β˜†β˜†β˜†β± 3 min

A valid scatterplot maps the explanatory (independent) variable to the horizontal x-axis, and the response (dependent) variable to the vertical y-axis. Every paired observation is plotted as a single unconnected point, with no lines joining sequential points unless explicitly tracking time for time-series data.

πŸ“˜ Definition

Scatterplot

Paired points

A 2D visualization that displays the full distribution of bivariate quantitative observations to reveal patterns of association between two variables.

πŸ“ Worked Example

Construct a scatterplot for the following paired data: x = hours studied for a quiz, y = quiz score out of 10, for 5 students: (1,3), (2,5), (3,7), (4,8), (5,9)

  1. 1

    Label the x-axis 'Hours Studied' with a scale from 0 to 6, and y-axis 'Quiz Score' with a scale from 0 to 10.

  2. 2

    Plot each paired point at its corresponding x and y coordinate, no connecting lines or extra markers.

  3. 3

    Add a clear title 'Relationship Between Hours Studied and Quiz Score' to complete the plot.

βœ“ Quick check

Test your understanding of scatterplot construction:

  1. Which variable is plotted on the x-axis of a standard scatterplot?

    • Response variable

    • Explanatory variable

    • Categorical variable

    • Confounding variable

    Reveal answer
    Explanatory variable β€”

    The explanatory independent variable is always mapped to the horizontal x-axis for standard bivariate analysis.

2. Interpreting Scatterplot Key Featuresβ˜…β˜…β˜…β˜†β˜†β± 3 min

All scatterplot interpretations must cover four standardized features: direction (positive, negative, or no association), form (linear, curved, clustered), strength (strong, moderate, weak based on how tightly points follow the form), and outliers (points that deviate drastically from the overall pattern).

  • Positive association: As x increases, y tends to increase

  • Negative association: As x increases, y tends to decrease

  • No association: No consistent trend between x and y values

πŸ“ Worked Example

Interpret the scatterplot of hours studied vs quiz score from the prior example

  1. 1

    Direction: Positive association, as hours studied increases, quiz score tends to rise.

  2. 2

    Form: Perfectly linear, no visible curvature or clustering.

  3. 3

    Strength: Very strong, all points lie almost exactly along a straight trend line.

  4. 4

    Outliers: No points deviate from the overall linear pattern.

Exam tip:

AP exam graders require you to explicitly reference all four features (direction, form, strength, outliers) when asked to describe a scatterplot, no partial credit for missing any of the four.

3. Residual Plots for Linear Fit Assessmentβ˜…β˜…β˜…β˜†β˜†β± 3 min

A residual plot graphs residuals (calculated as , observed minus predicted y value) on the vertical axis against the explanatory x variable on the horizontal axis. A well-fitting linear model will show a random, scattered distribution of points with no visible pattern centered at residual = 0.

πŸ“ Worked Example

Evaluate linear model fit for a residual plot that shows points forming a clear upward opening U-shape

  1. 1

    First confirm the residual plot axes: x is explanatory variable, y is residual value.

  2. 2

    Identify the clear curved parabolic pattern across the full range of x values.

  3. 3

    Conclusion: The linear model is a poor fit, and a quadratic curved model will produce a much better fit for the data.

4. Segmented Scatterplots for Confounder Controlβ˜…β˜…β˜…β˜…β˜†β± 3 min

Segmented scatterplots use different colors, shapes, or marker sizes to separate points by levels of a third categorical variable, allowing you to reveal hidden relationships that are masked when all points are plotted together. This is a common tool to eliminate the effect of confounding variables.

πŸ“ Worked Example

Use a segmented scatterplot to reveal Simpson's paradox for data showing overall negative association between ice cream sales and drowning deaths, when segmented by month

  1. 1

    Plot all points together first to see the spurious negative trend.

  2. 2

    Segment points by season (winter, spring, summer, fall) using different marker colors.

  3. 3

    Observe that within every season, the association between ice cream sales and drowning deaths is strongly positive, revealing the hidden confounding variable of outdoor temperature.

5. Common Pitfalls

Wrong move:

Claiming causation directly from a scatterplot showing strong association

Why:

Scatterplots only display observational association, they cannot prove a causal relationship between variables

Correct move:

Explicitly describe the observed association, and note that causal conclusions require a controlled experimental design

Wrong move:

Describing a residual plot using the same direction/strength language as a raw scatterplot

Why:

Residual plots are designed to eliminate the overall linear trend, so they have no inherent direction or strength to interpret

Correct move:

Only look for visible patterns (curvature, fanning, clusters) to assess if the linear model is appropriate

Wrong move:

Ignoring influential points in the x-direction when interpreting scatterplots

Why:

A single extreme outlier far from the mean of x can completely flip the sign of the correlation coefficient and regression slope

Correct move:

Flag all x-direction outliers, and note how removing them would change the strength and direction of the association

Wrong move:

Using a segmented scatterplot for a third quantitative variable

Why:

Segmenting by a continuous quantitative variable will produce unreadable, overcrowded marker groups

Correct move:

Reserve segmented plots for third categorical variables, and use marker size for continuous third variables if required

Wrong move:

Adding extra lines connecting sequential points on a standard scatterplot

Why:

Connecting unrelated points creates artificial visual trends that do not exist in the underlying data

Correct move:

Only plot individual unconnected points, add a single regression trend line if explicitly required for analysis

6. Quick Reference Cheatsheet

Graph Type

Core Purpose

Key Diagnostic Features

Red Flag for Poor Fit

Raw Scatterplot

Display bivariate association

Direction, form, strength, outliers

No visible trend, extreme x outliers

Residual Plot

Assess linear model fit

Random scatter centered at 0

Curved pattern, fanning residual spread

Segmented Scatterplot

Control for third categorical variable

Group-specific trends visible

Overlapping markers, no clear group separation

Overlaid Scatterplot

Compare two bivariate datasets

Two distinct trend groups

Groups fully overlapping with no separation

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2025 Β· 1

    Scatterplot interpretation FRQ

  • 2024 Β· 2

    Residual plot analysis MCQ

  • 2023 Β· 1

    Outlier identification FRQ

What's Next

Mastering these graphical tools is the critical first step before calculating formal regression statistics, as you will always use plots to validate model appropriateness before running numerical calculations on the AP exam. Skipping graphical checks is one of the most common mistakes that costs students FRQ points, as College Board graders explicitly award marks for referencing residual plot patterns to justify model choices. You will now build on this foundation to learn the Pearson correlation coefficient, construct least squares regression lines, and perform formal residual analysis to quantify model fit.