ACT MATH • PREPARING FOR HIGHER MATH

Linear Equations

Master the equations that model constant-rate relationships and dominate the ACT Math section.

Historical Context & Motivation

Long before anyone wrote y = mx + b on a whiteboard, people needed to solve problems involving unknown quantities. Ancient merchants calculated fair prices, astronomers predicted the positions of stars, and engineers planned irrigation systems — all relying on relationships we now call linear equations. The word "linear" itself comes from the Latin linearis, meaning "of or relating to a line," because the graph of every such equation is a perfectly straight line.

~1800 BCE
Babylonian Clay Tablets
Babylonian scribes recorded methods for solving first-degree equations on clay tablets, using verbal recipes rather than symbols. These problems often involved distributing goods or computing areas.
~300 BCE
Euclid's Geometric Algebra
In ancient Greece, Euclid expressed algebraic relationships as geometric constructions. A linear equation became a problem about line segments whose lengths satisfied a given proportion.
~825 CE
Al-Khwarizmi's Al-Jabr
The Persian mathematician al-Khwarizmi wrote a treatise that gave algebra its name. He systematically solved first-degree equations by balancing both sides — the same technique you use today.
1637
Descartes Links Algebra and Geometry
René Descartes introduced the coordinate plane, showing that every linear equation corresponds to a straight line. This breakthrough merged algebra with geometry and gave us the graphing tools central to the ACT.
Today
Linear Equations on the ACT
Linear equations now appear in roughly 10–15 questions on every ACT Math test, spanning simple solving, graphing, word problems, and systems. Mastery of these problems is one of the fastest paths to a higher score.

The core question that linear equations answer is straightforward: if a quantity changes at a constant rate, what value does it reach at any given point? Whether you're predicting a phone bill, tracking a car's position, or finding where two trends intersect, linear equations provide the mathematical framework. Let's build that framework from the ground up.

Core Principles & Definitions

A linear equation is any equation that can be written in the form ax + b = c, where x is a variable raised only to the first power. No exponents, no square roots of the variable, no x in a denominator — just a straight-line relationship. Understanding the building blocks of these equations will make solving and graphing them feel automatic.

1

Variable

A letter (usually x or y) that represents an unknown value you are solving for. In a linear equation, the variable appears only to the first power — never squared or cubed.
2

Coefficient

The number multiplied by the variable. In 3x + 5 = 11, the coefficient of x is 3. It controls how steeply the line rises or falls.
3

Constant

A fixed number with no variable attached, such as the 5 and 11 in 3x + 5 = 11. Constants shift the line up, down, left, or right without changing its steepness.
4

Slope (m)

The rate of change — how much y increases for every 1-unit increase in x. Slope equals rise ÷ run and determines the line's angle on the graph.
5

Y-Intercept (b)

The point where the line crosses the y-axis, written as (0, b). It tells you the starting value of y when x equals zero.
KEY TAKEAWAY
KEY TAKEAWAY

Visual Explanation — Anatomy of a Line

The diagram below shows the graph of y = 2x + 1 on a coordinate plane. Notice how every key concept — slope, y-intercept, and rise over run — appears directly on the graph. Study the labeled parts and then read the explanation below.

The cyan line represents y = 2x + 1. The pink dot marks the y-intercept at (0, 1). The amber dashed lines show a rise of 2 for every run of 1, giving a slope of 2.

Starting at the y-intercept (0, 1), the line climbs steeply because the slope is 2 — meaning y increases by 2 every time x increases by 1. The slope triangle in amber makes this visible: move 1 unit to the right (the run), then 2 units up (the rise). Every point on the cyan line satisfies the equation y = 2x + 1. If you plugged x = 3 into the equation, you'd get y = 2(3) + 1 = 7, and sure enough, the point (3, 7) would land right on the line if the graph extended that far.

Mathematical Framework

The ACT tests linear equations in several forms. Knowing how to move between these forms — and what each one reveals — is essential for answering questions quickly and accurately.

SLOPE-INTERCEPT FORM
y = mx + b
m = slope (rate of change); b = y-intercept (value of y when x = 0). This is the most common form on the ACT because it lets you read slope and y-intercept directly.
STANDARD FORM
Ax + By = C
A, B, C are integers (by convention A ≥ 0). The x- and y-intercepts can be found quickly: set y = 0 to get x = C/A; set x = 0 to get y = C/B.
POINT-SLOPE FORM
y − y₁ = m(x − x₁)
Used when you know one point (x₁, y₁) and the slope m. This form is especially useful on ACT problems that give you two points and ask for the equation.
SLOPE FORMULA
m = (y₂ − y₁) / (x₂ − x₁)
Given any two points (x₁, y₁) and (x₂, y₂), this formula calculates the slope. Remember: slope is rise (vertical change) divided by run (horizontal change).
ACT TIP

Detailed Breakdown — Converting Between Forms

ACT questions often present a linear equation in one form and expect you to work in another. The diagram below shows how to move between the three major forms. Each conversion involves straightforward algebraic steps that you can practice until they become second nature.

A conversion map showing how to move between slope-intercept, standard, and point-slope forms. Solid arrows show the most common conversion direction; dashed arrows show the reverse.
Quick-reference conversion steps
From → ToStepsExample
Slope-Intercept → StandardMove mx term to the left side; multiply through to clear fractions if needed.y = 2x + 3 → −2x + y = 3 → 2x − y = −3
Standard → Slope-InterceptIsolate y by subtracting Ax from both sides, then divide everything by B.4x + 2y = 10 → 2y = −4x + 10 → y = −2x + 5
Point-Slope → Slope-InterceptDistribute m, then add y₁ to both sides to isolate y.y − 4 = 3(x − 1) → y − 4 = 3x − 3 → y = 3x + 1

Worked Example — Full ACT-Style Problem

Let's walk through a problem similar to what you'd see on test day. Read the problem, then follow each step carefully.

PROBLEM
1
Step 1 — Identify Given ValuesWe are given two points: (x₁, y₁) = (2, 5) and (x₂, y₂) = (6, 13). Our goal is to find y = mx + b.
2
Step 2 — Calculate the SlopeApply the slope formula: m = (y₂ − y₁) / (x₂ − x₁) = (13 − 5) / (6 − 2) = 8 / 4.
m = 2
3
Step 3 — Use Point-Slope FormSubstitute m = 2 and the point (2, 5) into point-slope form: y − 5 = 2(x − 2).
4
Step 4 — Distribute and SimplifyDistribute the 2: y − 5 = 2x − 4. Then add 5 to both sides: y = 2x − 4 + 5.
y = 2x + 1
5
Step 5 — Verify with the Second PointPlug (6, 13) into the equation: y = 2(6) + 1 = 12 + 1 = 13. ✓ The answer checks out.
Final Answer: y = 2x + 1
KEY TAKEAWAY
STRATEGY NOTE

Common Pitfalls & Comparisons

Many ACT mistakes with linear equations come from avoidable errors rather than misunderstanding the concept. The table below highlights the most frequent pitfalls and how to sidestep them.

Common ACT mistakes with linear equations
PitfallWhat Goes WrongHow to Avoid It
Slope sign errorSubtracting y-values in one order but x-values in the reverse order, producing a slope with the wrong sign.Always label your points as (x₁, y₁) and (x₂, y₂) first, then subtract in the same order: (y₂ − y₁) over (x₂ − x₁).
Forgetting to distributeWriting y − 3 = 2(x − 4) and jumping to y = 2x − 4 + 3 instead of y = 2x − 8 + 3.Multiply the slope by every term inside the parentheses before moving the constant.
Confusing slope with y-interceptIdentifying the coefficient in front of x as the y-intercept, or vice versa.Remember: in y = mx + b, the number attached to x is always the slope and the standalone number is the y-intercept.
Dividing only part of the equationWhen converting 4x + 2y = 10 to slope-intercept form, dividing only the right side by 2 instead of every term.When dividing both sides by a number, apply it to every single term — no exceptions.
KEY TAKEAWAY
KEY TAKEAWAY

Connection to Systems & Advanced Topics

Once you're comfortable with a single linear equation, the ACT raises the stakes with systems of linear equations — two or more equations considered simultaneously. A system asks: "Where do these lines meet?" The answer is the point (or points) that satisfy every equation at once. Roughly 4–6 questions on a typical ACT involve systems.

Single equations vs. systems
TopicSingle Linear EquationSystems of Linear Equations
Number of unknownsOne variable (or two if graphing y = mx + b)Two variables solved simultaneously
Graphical meaningOne straight line on the coordinate planeTwo lines; the solution is their intersection point
Solution methodsIsolate the variable using inverse operationsSubstitution, elimination, or graphing
Possible outcomesExactly one solution (one value of x)One solution (intersecting), no solution (parallel), or infinitely many (same line)

Beyond the ACT, linear equations serve as the foundation for linear algebra, a college-level subject that extends these ideas to matrices and multi-dimensional spaces. The principles you learn now — balancing both sides, interpreting slope, finding intercepts — carry directly into calculus, physics, economics, and data science. Every advanced topic in quantitative reasoning traces back to lines.

Practice Problems

Work through these five problems in order. They increase in difficulty to mirror the range of questions you'll encounter on the ACT. Try each one on paper before reading the answer.

1
A line has the equation y = −4x + 7. What is the slope of this line?
2
Solve for x: 3x − 7 = 14.
3
Find the equation in slope-intercept form of the line that passes through (−1, 4) and (3, −8).
4
A phone plan charges a flat monthly fee of $25 plus $0.10 per text message. If a customer sends 150 text messages in a month, what is the total monthly cost?
5
Line A has the equation 2x − 3y = 9. Line B passes through (0, 5) and is parallel to Line A. What is the equation of Line B in standard form?
Varsity Tutors • ACT Math • Linear Equations — Linear Equations