Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. SAT Math
  2. Linear Equations in One Variable

SAT MATH • ALGEBRA

Linear Equations in One Variable

Master the foundational skill of isolating a variable to solve equations that appear throughout the Digital SAT.

SECTION 1

Historical Context & Motivation

Long before anyone called it "algebra," people needed to find unknown quantities. Ancient merchants calculated fair prices, architects determined how much material a building required, and astronomers predicted the positions of stars. The idea of setting up an equation — a balanced mathematical statement with an unknown value — arose from these practical needs. Today, linear equations in one variable are the most fundamental type of equation you will encounter on the Digital SAT, and they trace a fascinating path through human history.

~1800 BCE
Babylonian Clay Tablets
Babylonian scribes solved problems equivalent to linear equations using step-by-step arithmetic on clay tablets, centuries before symbolic notation existed.
~300 CE
Diophantus of Alexandria
The Greek mathematician Diophantus introduced shorthand symbols for unknowns in his work Arithmetica, moving algebra closer to symbolic form.
~820 CE
Al-Khwarizmi's Al-Jabr
The Persian scholar al-Khwarizmi published a systematic method for solving equations. The Arabic word al-jabr ("restoration") gave us the word "algebra."
1637
Descartes & Modern Notation
René Descartes popularized the convention of using letters like x, y, and z for unknowns and a, b, and c for constants — the notation you use today.

Across all of these milestones, a single question drove progress: how do we systematically find an unknown value when given a relationship between quantities? That question is exactly what you answer every time you solve a linear equation on the SAT.

SECTION 2

Core Principles & Definitions

A linear equation in one variable is an equation that can be written in the form ax + b = c, where x is the unknown and a, b, and c are constants. The word "linear" means the variable appears only to the first power — no x², no √x, and no x in a denominator. Solving such an equation means finding the value of x that makes both sides equal. Every technique you learn here rests on a small set of foundational principles.

1

Balance Principle

An equation is like a balanced scale. Whatever operation you perform on one side, you must perform on the other to keep it balanced.
2

Inverse Operations

Addition undoes subtraction; multiplication undoes division. You use inverse operations to peel away layers around the variable until it stands alone.
3

Combining Like Terms

Terms that share the same variable (and exponent) can be added or subtracted. Simplifying both sides before isolating x saves time and reduces errors.
4

Distributive Property

When a factor multiplies a group inside parentheses, distribute it to each term: a(b + c) = ab + ac. This is essential for clearing parentheses before solving.
5

Solution Verification

After finding x, substitute it back into the original equation. If both sides are equal, your answer is correct — a critical habit on the SAT.
✦ KEY TAKEAWAY
Think of solving a linear equation like unwrapping a gift. The variable x is inside layers of wrapping — addition, subtraction, multiplication, or division. You remove one layer at a time using inverse operations, always doing the same thing to both sides so the equation stays balanced. When the last layer comes off, x is revealed.
SECTION 3

Visual Explanation — The Balance Model

The most intuitive way to understand a linear equation is the balance scale model. Imagine a two-pan scale in perfect balance. The left pan holds the expression on the left side of the equation, and the right pan holds the expression on the right side. As long as you add or remove the same amount from both pans, the scale stays level. The diagram below shows how the equation 2x + 3 = 9 is solved step by step using this idea.

Solving 2x + 3 = 9 Using a Balance ScaleStep 1: Original Equation2x + 39Step 2: Subtract 3 from both sides2x6−3 from each sideStep 3: Divide both sides by 2x3÷2 on each sideVerification: 2(3) + 3 = 6 + 3 = 9 ✓Substituting x = 3 back into the original equation confirms the solution.
Each step removes one layer from around x. In Step 2 we subtract 3, undoing the "+3." In Step 3 we divide by 2, undoing the "2×." The scale stays balanced throughout.

Notice how each arrow in the diagram represents one inverse operation. The key insight is that you always undo the outermost operation first. Since 2x + 3 means "multiply x by 2, then add 3," you reverse the order: subtract 3 first, then divide by 2. This "last in, first out" strategy works for every linear equation, no matter how complex it looks.

SECTION 4

Mathematical Framework

Every linear equation in one variable can be reduced to a standard form. The equations you see on the Digital SAT may look different at first — they might include parentheses, fractions, or variables on both sides — but they all simplify to the same basic structure. Below are the key formulas and properties you need.

STANDARD FORM
ax + b = c
where a is the coefficient of x (a ≠ 0), b is a constant added to the variable term, and c is the constant on the other side of the equation.
SOLUTION FORMULA
x = (c − b) / a
Subtract b from both sides to get ax = c − b, then divide both sides by a. This two-step process is the backbone of every linear equation solution.
DISTRIBUTIVE PROPERTY
a(b + c) = ab + ac
Use this property to clear parentheses before combining like terms. On the SAT, equations often include expressions like 3(x − 4) or −2(5 − x) that must be expanded first.
VARIABLES ON BOTH SIDES
ax + b = cx + d → (a − c)x = d − b → x = (d − b) / (a − c)
When x appears on both sides, gather all x-terms on one side and all constants on the other. This reduces the equation to standard form. Requires a ≠ c; if a = c the equation has either no solution or infinitely many solutions.
💡 SAT Strategy Tip
On the Digital SAT, many algebra questions include answer choices that are close together. A small arithmetic error — like distributing a negative sign incorrectly — can land you on a wrong answer that the test designers intentionally placed there. Always distribute carefully and verify your answer by plugging it back into the original equation.
SECTION 5

Types of Linear Equations on the SAT

Not all linear equations look the same on test day. The Digital SAT presents them in several formats, and knowing what to expect helps you work faster. The diagram below categorizes the major types you will encounter, along with the first move you should make for each.

Types of Linear Equations on the Digital SATLinear Equation in One VariableType 1: Basic3x + 7 = 22First move:Subtract 7, thendivide by 3Type 2: Distributive4(x − 2) = 20First move:Distribute 4, ordivide both sides by 4Type 3: Variables Both Sides5x − 3 = 2x + 9First move:Subtract 2x fromboth sidesType 4: Fractions(x + 5)/3 = 7First move:Multiply both sidesby 3 to clear fractionType 5: Word Problem"A plumber charges $50plus $30/hr..."First move:Translate words toequation, then solveSAT Tip:All five types reduce to ax + b = c. Identify the type → pick the right first move → solve efficiently.
The five most common forms of linear equations on the Digital SAT. Identifying the type quickly lets you pick the most efficient solution strategy.
Summary of equation types and first moves
Equation TypeExampleKey First Move
Basic two-step3x + 7 = 22Subtract 7, then divide by 3
Distributive4(x − 2) = 20Distribute 4, or divide both sides by 4
Variables on both sides5x − 3 = 2x + 9Subtract 2x from both sides
Fractions(x + 5)/3 = 7Multiply both sides by the denominator
Word problem"A plumber charges $50 plus $30/hr…"Define a variable and translate to an equation
SECTION 6

Worked Example — SAT-Style Problem

Let's walk through a problem that resembles what you'd actually see on the Digital SAT. This example combines distribution, variables on both sides, and fractions — multiple layers that must be peeled away carefully.

📝 Problem
If 3(2x − 4) − 5 = 4x + 3, what is the value of x?

Step-by-Step Solution

Step 1 — Distribute

Apply the distributive property to 3(2x − 4). Multiply 3 by each term inside the parentheses: 3 × 2x = 6x and 3 × (−4) = −12. The equation becomes:
6x − 12 − 5 = 4x + 3

Step 2 — Combine like terms on the left

On the left side, −12 and −5 are both constants. Combine them: −12 + (−5) = −17. The equation becomes:
6x − 17 = 4x + 3

Step 3 — Gather variable terms on one side

Subtract 4x from both sides to move all x-terms to the left: 6x − 4x = 2x. The equation becomes:
2x − 17 = 3

Step 4 — Isolate the variable term

Add 17 to both sides to move the constant away from the x-term: 3 + 17 = 20. The equation becomes:
2x = 20

Step 5 — Solve for x

Divide both sides by 2: 20 ÷ 2 = 10.
x = 10

Step 6 — Verify

Substitute x = 10 into the original equation: 3(2(10) − 4) − 5 = 3(20 − 4) − 5 = 3(16) − 5 = 48 − 5 = 43. Right side: 4(10) + 3 = 40 + 3 = 43. Both sides equal 43, so the solution is confirmed.
✓ Verified: x = 10
SECTION 7

Common Mistakes & How to Avoid Them

Even if you understand the concepts perfectly, careless errors can cost you points on the SAT. The table below lists the most frequent mistakes students make when solving linear equations, along with tips for avoiding each one.

Five frequent mistakes and their fixes
Common MistakeExample of ErrorHow to Fix It
Forgetting to distribute the negative−2(x − 5) written as −2x − 5 instead of −2x + 10Multiply the factor by every term inside, including the sign. Negative × negative = positive.
Operating on only one sideSubtracting 5 from the left but forgetting the right sideWrite the operation you are performing next to both sides before simplifying.
Combining unlike termsCombining 3x + 4 into 7xOnly combine terms that have the exact same variable part. 3x and 4 are not like terms.
Sign errors when moving termsMoving +7 to the other side as +7 instead of −7When you move a term across the equals sign, its sign flips because you are performing the inverse operation.
Not multiplying every term by LCDMultiplying x/2 + 3 = 5 by 2 and getting x + 3 = 10When clearing fractions, multiply every term on both sides by the LCD. Here: x + 6 = 10.
✦ KEY TAKEAWAY
On the Digital SAT, the wrong answer choices are specifically designed to match the results of common errors. If you make a sign mistake while distributing, there is likely an answer choice waiting to trap you. Think of these wrong answers as landmines — you can avoid them by working methodically and always verifying your final answer in the original equation.
SECTION 8

Connection to Advanced Algebra on the SAT

Mastering linear equations in one variable is not just a standalone skill — it is the foundation for nearly every other algebra topic on the SAT. Systems of linear equations, linear inequalities, and even quadratic equations all build on the same principles of balance and inverse operations that you have practiced here. The table below shows how the skills from this lesson extend to more advanced topics.

How linear equation skills extend to advanced SAT algebra
This LessonAdvanced SAT TopicWhat Changes
Solve ax + b = c for xSystems of equationsTwo equations, two unknowns — solve one equation for a variable, substitute into the other (same isolation skill)
Balance principle (equals sign)Linear inequalitiesReplace = with <, >, ≤, or ≥. Same steps, but flip the sign when multiplying/dividing by a negative
Isolating a variableLiteral equations (formulas)Solve for a specific variable in a formula like d = rt. Same inverse operations, but the answer is an expression, not a number
Distributive property and combining like termsQuadratic equationsAfter factoring a quadratic, you set each factor equal to zero and solve two linear equations

The Digital SAT's algebra section is built in layers, and linear equations form the base layer. When you encounter a more complex problem — such as a system of equations embedded in a word problem — the final step almost always comes down to solving a single linear equation. The fluency you build here will pay dividends across the entire math section.

SECTION 9

Practice Problems

Test your understanding with these five problems, arranged from easiest to hardest. Try each one on your own before reading the answer. Remember to verify your solution by substituting back into the original equation.

PROBLEM 1 — CONCEPTUAL
Which of the following best describes the first step in solving the equation 5x − 8 = 22? A) Divide both sides by 5 B) Add 8 to both sides C) Subtract 22 from both sides D) Multiply both sides by 5
PROBLEM 2 — BASIC CALCULATION
Solve for x: 7x + 12 = 40 A) 3 B) 4 C) 5 D) 7
PROBLEM 3 — INTERMEDIATE
What is the value of x in the equation 3(x + 4) − 2 = 2(x − 1) + 8? A) −4 B) −2 C) 0 D) 2
PROBLEM 4 — APPLIED
A phone plan charges a flat monthly fee of $25 plus $0.10 per text message. If Maria's bill for one month was $43, how many text messages did she send? A) 18 B) 68 C) 180 D) 430
PROBLEM 5 — CRITICAL THINKING
For what value of k does the equation 2(kx + 3) = 6x − 4 have no solution? A) 1 B) 2 C) 3 D) 6
SUMMARY

Lesson Summary

A linear equation in one variable takes the general form ax + b = c and is solved by using inverse operations to isolate x while maintaining balance on both sides. The key properties — the distributive property, combining like terms, and clearing fractions by multiplying by the least common denominator — allow you to simplify any equation into standard form before solving.

On the Digital SAT, you will encounter linear equations as straightforward solve-for-x problems, as word problems requiring translation from English to algebra, and as questions about no solution or infinitely many solutions. Always verify your answer by substituting back into the original equation. The skills you build here — isolating variables, performing inverse operations, and distributing carefully — transfer directly to systems of equations, linear inequalities, and quadratic equations — making this lesson one of the most important foundations for SAT Math success.

Varsity Tutors • SAT Math • Linear Equations in One Variable

Linear Equations in One Variable

0:00 / 0:00