Fiveable

📊Honors Statistics Unit 12 Review

QR code for Honors Statistics practice questions

12.1 Linear Equations

12.1 Linear Equations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📊Honors Statistics
Unit & Topic Study Guides
Pep mascot

Linear Equations

Linear equations describe straight-line relationships between two variables. In the context of regression and correlation, they're the foundation for building models that predict one variable from another. Getting comfortable with slopes, intercepts, and graphing here will pay off when you move into fitting regression lines to real data.

Pep mascot
more resources to help you study

Linear Equations

Components of linear equations, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Graph using the y-intercept and Slope

Components of linear equations

The general form of a linear equation used in statistics is:

y=a+bxy = a + bx

Each piece has a specific meaning:

  • yy is the dependent variable (the one being predicted or explained)
  • xx is the independent variable (the one doing the predicting)
  • aa is the y-intercept, the value of yy when x=0x = 0. On a graph, this is where the line crosses the y-axis.
  • bb is the slope, which tells you how much yy changes for each one-unit increase in xx. It captures both the steepness and direction of the line.

Slope in detail:

Slope is calculated as b=ΔyΔx=y2y1x2x1b = \frac{\Delta y}{\Delta x} = \frac{y_2 - y_1}{x_2 - x_1}, where Δy\Delta y is the vertical change and Δx\Delta x is the horizontal change between two points.

  • A positive slope means the line rises from left to right (as xx increases, yy increases)
  • A negative slope means the line falls from left to right (as xx increases, yy decreases)
  • A slope of 0 produces a horizontal line (yy doesn't change regardless of xx)
  • An undefined slope occurs with a vertical line (xx doesn't change), though vertical lines don't represent functions

You may also encounter point-slope form: yy1=m(xx1)y - y_1 = m(x - x_1), where (x1,y1)(x_1, y_1) is a known point on the line and mm is the slope. This is useful when you know a point and a slope but not the y-intercept.

Components of linear equations, Systems of Linear Equations: Two Variables – Algebra and Trigonometry OpenStax

Predictions using linear equations

One of the main reasons you write a linear equation is to make predictions. To predict yy for a given xx, substitute the xx value into the equation and solve.

Example: For y=3x2y = 3x - 2, predict yy when x=5x = 5.

  1. Substitute: y=3(5)2y = 3(5) - 2

  2. Multiply: y=152y = 15 - 2

  3. Subtract: y=13y = 13

The predicted value of yy when x=5x = 5 is 13.

Follow order of operations (PEMDAS) when solving: handle multiplication before addition or subtraction.

A note on notation: You'll sometimes see f(x)=3x2f(x) = 3x - 2 instead of y=3x2y = 3x - 2. These mean the same thing. Function notation just makes it easier to specify which input you're using, like writing f(5)=13f(5) = 13.

Graphing of linear equations

To graph a linear equation:

  1. Identify the y-intercept (0,a)(0, a) and plot it on the coordinate plane.
  2. Use the slope to find a second point. From the y-intercept, move bb units vertically for every 1 unit horizontally (rise over run).
  3. Plot the second point and draw a straight line through both points, extending in both directions.

A few things to notice about linear graphs:

  • The line is straight everywhere, which reflects the constant rate of change
  • It crosses the y-axis at (0,a)(0, a)
  • It extends infinitely in both directions

Example: Graph y=12x+3y = -\frac{1}{2}x + 3.

  • The y-intercept is (0,3)(0, 3).
  • The slope is 12-\frac{1}{2}, so the line drops 1 unit for every 2 units you move to the right.
  • From (0,3)(0, 3), move right 2 and down 1 to reach (2,2)(2, 2). You could also move left 2 and up 1 to reach (2,4)(-2, 4).
  • Plot these points and connect them with a straight line.

Relationships between linear equations

  • Parallel lines have the same slope but different y-intercepts. They never intersect. For example, y=2x+1y = 2x + 1 and y=2x5y = 2x - 5 are parallel because both have a slope of 2.
  • Perpendicular lines have slopes that are negative reciprocals of each other. If one line has slope 34\frac{3}{4}, a perpendicular line has slope 43-\frac{4}{3}. Their product always equals 1-1.
  • A system of linear equations involves two or more equations considered together. The solution is the point (or points) where the lines intersect, which you'll revisit when comparing regression models or checking for consistency between predictions.