Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. PSAT Math
  2. Linear Equations in One Variable

ax + b = c
PSAT MATH • ALGEBRA

Linear Equations in One Variable

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

SECTION 1

Historical Context & Motivation

Long before anyone wrote equations with letters and equal signs, people were solving problems that we would now describe as linear equations. Ancient civilizations needed to divide land, calculate wages, and trade goods — tasks that naturally led to questions like "what unknown quantity makes this relationship balance?" The story of how those practical puzzles evolved into the symbolic algebra you use today spans thousands of years and multiple continents.

~1800 BCE
Babylonian Clay Tablets
Mesopotamian scribes recorded problems on clay tablets asking for unknown quantities. They solved what we now call linear equations using purely verbal, step-by-step recipes — no symbols at all.
~250 CE
Diophantus of Alexandria
The Greek mathematician Diophantus introduced shorthand notation for unknowns in his work Arithmetica, taking a major step toward symbolic algebra.
~825 CE
Al-Khwarizmi's Al-Jabr
The Persian scholar al-Khwarizmi wrote a treatise whose title, al-jabr, gave us the word "algebra." He systematized methods for balancing and simplifying equations.
1637
Descartes & Modern Notation
René Descartes popularized using letters near the end of the alphabet (x, y, z) for unknowns and letters near the start (a, b, c) for constants — the convention we still follow on the PSAT today.

The central question that drove all of this development is deceptively simple: given a balanced relationship between numbers and an unknown, what value of the unknown keeps the balance? That question is exactly what every linear equation on the PSAT is asking you to answer. Understanding where these ideas came from helps you see that "solving for x" isn't just a classroom exercise — it's a tool humans have relied on for millennia.

SECTION 2

Core Principles & Definitions

A linear equation in one variable is an equation where the variable (usually x) appears only to the first power — no exponents, no square roots, no variable in a denominator. The word "linear" comes from the fact that graphing the left and right sides as separate functions would produce straight lines. Before diving into techniques, you need to lock in a few foundational ideas that every solving strategy relies on.

1

Variable & Constant

A variable is a letter representing an unknown value. A constant is a fixed number. In 3x + 7 = 22, the variable is x and the constants are 3, 7, and 22.
2

Equality & Balance

The equal sign means both sides have the same value. Any operation you perform on one side must also be performed on the other to maintain this balance.
3

Inverse Operations

Inverse operations undo each other: addition undoes subtraction, and multiplication undoes division. You use these to peel away layers around the variable until it stands alone.
4

Solution & Verification

The solution is the value that makes the equation true. You can always verify by substituting your answer back into the original equation and checking that both sides are equal.
✦ KEY TAKEAWAY
Think of an equation as a perfectly balanced seesaw. Whatever sits on the left side weighs exactly the same as whatever sits on the right. If you add a five-pound weight to the left side, you must add the same five pounds to the right — otherwise the seesaw tips. Solving a linear equation means performing the same legal moves on both sides until the variable is alone on one side.
SECTION 3

Visual Explanation — The Balance Model

The diagram below illustrates the balance-model approach to solving the equation 2x + 5 = 13. Each step shows both sides of the equation as a balanced scale, with operations applied equally to maintain equilibrium.

Solving Linear Equations — Balance Model 2x + 5 = 13 STEP 0 Original Equation 2x + 5 13 = STEP 1 Subtract 5 from both sides 2x 8 = − 5 − 5 STEP 2 Divide both sides by 2 x 4 = ÷ 2 ÷ 2 Solution: x = 4 ✓ KEY PRINCIPLE Keep both sides equal
Each row shows the equation as a balanced scale. The pink annotations (−5 and ÷2) represent the inverse operations applied equally to both sides. The violet boxes hold the left side of the equation and the cyan boxes hold the right side. The final green box confirms the solution.

Notice the pattern: each step removes one layer of arithmetic from around the variable. The addition of 5 was undone by subtraction, and the multiplication by 2 was undone by division. This "peel the layers" approach works for any linear equation, no matter how complex it looks at first glance. On the PSAT, many algebra questions are testing whether you can apply these inverse operations accurately and efficiently.

SECTION 4

Mathematical Framework

Every linear equation in one variable can be transformed into a standard form. Understanding this general structure helps you recognize what steps are needed before you even begin solving. Below are the key forms and properties you should know for the PSAT.

GENERAL FORM
ax + b = c
where a is the coefficient of the variable (a ≠ 0), b is a constant added to the variable term, and c is the constant on the other side of the equation.
SOLVING STRATEGY
ax + b = c → ax = c − b → x = (c − b) / a
First isolate the variable term by subtracting b from both sides, then isolate the variable by dividing both sides by a.
VARIABLES ON BOTH SIDES
ax + b = cx + d → (a − c)x = d − b → x = (d − b) / (a − c)
When the variable appears on both sides, collect all variable terms on one side and all constants on the other. This requires a ≠ c for a unique solution to exist.
💡 PSAT TIP
Many PSAT questions present equations with parentheses, fractions, or variables on both sides. Your first move should always be to simplify — distribute any parentheses, clear fractions by multiplying both sides by the LCD, and combine like terms. Once simplified, every problem reduces to one of the forms above.

The properties that justify each step have formal names. The Addition Property of Equality states that adding the same number to both sides preserves equality. The Multiplication Property of Equality says the same about multiplying. Together with the distributive property and combining like terms, these tools are everything you need to solve any linear equation in one variable on the PSAT.

SECTION 5

Types of Linear Equations & Special Cases

Not every linear equation has exactly one solution. Understanding the three possible outcomes helps you avoid common traps on the PSAT, especially in questions that ask about the number of solutions rather than the value of the solution itself. The diagram below classifies all linear equations by their solution type.

Three Types of Linear Equations General Form: ax + b = cx + d Conditional Condition: a ≠ c Solutions: Exactly ONE x = (d−b)/(a−c) Example: 3x + 2 = 14 x = 4 Identity Condition: a = c AND b = d Solutions: INFINITELY MANY 0 = 0 (true ✓) Example: 2(x+3) = 2x+6 All real numbers Contradiction Condition: a = c AND b ≠ d Solutions: NO SOLUTION 5 = 3 (false ✗) Example: x + 5 = x + 3 ∅ (empty) PSAT TIP If simplifying leads to a true statement like 0 = 0 , the answer is "infinitely many." If it leads to a false statement like 5 = 3 , the answer is "no solution."
The green branch represents conditional equations (one solution, the most common type on the PSAT). The amber branch represents identities (infinitely many solutions). The red branch represents contradictions (no solution). The conditions on a, b, c, and d determine which type you have.

On the PSAT, questions about special cases often appear as "for what value of the constant k does the equation have no solution?" or "how many values of x satisfy the equation?" To answer these, simplify the equation completely. If the variable terms cancel and you're left with a true numerical statement (like 6 = 6), the equation is an identity with infinitely many solutions. If you're left with a false numerical statement (like 5 = 3), the equation is a contradiction with no solutions. Otherwise, you have a standard conditional equation with exactly one solution.

Summary of linear equation solution types
TypeSimplified ResultNumber of Solutions
Conditionalx = specific numberExactly one
IdentityTrue statement (e.g., 0 = 0)Infinitely many
ContradictionFalse statement (e.g., 5 = 3)No solution
SECTION 6

Worked Example

Let's work through a PSAT-style problem that includes parentheses, variables on both sides, and a fraction — all in one equation. This example demonstrates the full solving process you'll use on test day.

📝 PROBLEM
Solve for x: 3(2x − 4) + 6 = ½(8x + 10) − 1

Full Solution

Step 1 — Distribute

Apply the distributive property on both sides. On the left: 3(2x − 4) = 6x − 12. On the right: ½(8x + 10) = 4x + 5. The equation becomes:
6x − 12 + 6 = 4x + 5 − 1

Step 2 — Combine Like Terms

Simplify each side by combining the constant terms. On the left: −12 + 6 = −6. On the right: 5 − 1 = 4.
6x − 6 = 4x + 4

Step 3 — Collect Variable Terms

Subtract 4x from both sides to move all variable terms to the left side.
2x − 6 = 4

Step 4 — Isolate the Variable Term

Add 6 to both sides to move the constant away from the variable term.
2x = 10

Step 5 — Solve for x

Divide both sides by 2.
x = 5

Step 6 — Verify

Substitute x = 5 back into the original equation. Left side: 3(2(5) − 4) + 6 = 3(10 − 4) + 6 = 3(6) + 6 = 18 + 6 = 24. Right side: ½(8(5) + 10) − 1 = ½(40 + 10) − 1 = ½(50) − 1 = 25 − 1 = 24. Both sides equal 24, so the solution checks out.
24 = 24 ✓
🔑 STRATEGY RECAP
Think of solving a multi-step equation like unpacking a suitcase in layers. First, open the outer zippers (distribute parentheses and clear fractions). Then sort what's inside (combine like terms). Next, separate your items into two piles — variable terms on one side, constants on the other. Finally, unwrap the variable completely. Always verify by plugging your answer back in.
SECTION 7

Common Mistakes & How to Avoid Them

Even if you understand the principles perfectly, careless errors can cost you points on the PSAT. The table below lists the most frequent mistakes students make with linear equations and the specific habits that prevent each one.

Top five errors on linear equation PSAT questions
MistakeExampleHow to Avoid It
Forgetting to distribute the negative sign−2(x − 3) written as −2x − 6 instead of −2x + 6Distribute the coefficient AND its sign to every term inside the parentheses.
Performing an operation on only one sideSubtracting 5 from the left but forgetting to subtract 5 from the rightWrite the same operation annotation on both sides of the equation as you work.
Combining unlike termsAdding 3x + 7 as 10xOnly combine terms that are the same type — variable terms with variable terms, constants with constants.
Incorrectly clearing fractionsMultiplying only one term by the LCD instead of every termWhen multiplying by the LCD, apply it to every single term on both sides of the equation.
Dropping a sign when moving termsMoving +4x to the other side as +4x instead of −4xRather than "moving," think of it as adding or subtracting the same term from both sides.
🛡️ ERROR-PROOFING TIP
On the PSAT, you have access to a built-in calculator. After solving, plug your answer back into the original equation using the calculator. This ten-second check catches the vast majority of arithmetic and sign errors, and it's the single easiest way to protect easy points.
SECTION 8

Connection to Advanced Topics

Linear equations in one variable are the foundation for nearly every algebraic topic you'll encounter on the PSAT and beyond. Mastering them means you already have the core skill needed for more complex problems. The table below shows how the techniques you've learned in this lesson connect to topics you'll see in later sections of the test.

How linear equations in one variable connect to other PSAT topics
This LessonAdvanced TopicWhat Changes
Solving ax + b = cSystems of linear equations (two variables)Two equations, two unknowns — but each individual step is still solving a linear equation in one variable.
Isolating xLiteral equations (solving for a specific variable in a formula)Same inverse-operation process, but other letters remain in your answer instead of numbers.
Variables on both sidesLinear inequalitiesIdentical steps, except you flip the inequality sign when multiplying or dividing by a negative.
Clearing fractionsRational equationsSame LCD technique, but you must also check for extraneous solutions.

Think of linear equations as the fundamental move in algebra — like learning to dribble in basketball. Every more advanced play builds on that same motion. When you encounter systems of equations, inequalities, or word problems later on the PSAT, you'll find that the hardest part of each problem typically reduces to solving a linear equation. The stronger your foundation here, the faster and more accurately you'll handle those higher-level questions.

SECTION 9

Practice Problems

Test your understanding with these five problems, arranged from conceptual to challenging. Try each one on your own before reading the answer.

PROBLEM 1 — CONCEPTUAL
A student is solving the equation 5x − 8 = 22. Which of the following is the correct first step? (A) Divide both sides by 5 (B) Subtract 22 from both sides (C) Add 8 to both sides (D) Multiply both sides by 5
PROBLEM 2 — BASIC CALCULATION
What is the value of x in the equation 4x + 7 = −13? (A) −5 (B) −3/2 (C) 3/2 (D) 5
PROBLEM 3 — INTERMEDIATE
What value of x satisfies the equation 3(x − 2) + 4 = 2(x + 5)? (A) 2 (B) 8 (C) 10 (D) 12
PROBLEM 4 — APPLIED
A streaming service charges a one-time activation fee of $15 plus $9.50 per month. A competing service charges no activation fee but $12.25 per month. After approximately how many whole months will the total cost be the same for both services? (A) 4 months (B) 5 months (C) 6 months (D) 7 months
PROBLEM 5 — CRITICAL THINKING
For what value of k does the equation 6(2x + 3) = 4(3x + k) have infinitely many solutions? (A) 2 (B) 9/2 (C) 18/4 (D) Both (B) and (C)
SUMMARY

Summary

A linear equation in one variable is an equation where the variable appears only to the first power. Solving it means using inverse operations — addition/subtraction and multiplication/division — applied equally to both sides to isolate the variable. The standard approach is: (1) distribute and clear fractions, (2) combine like terms, (3) collect variable terms on one side and constants on the other, and (4) divide by the coefficient.

Remember that linear equations can have one solution (conditional), infinitely many solutions (identity), or no solution (contradiction). On the PSAT, always verify your answer by substituting it back into the original equation. Watch for common errors like sign mistakes during distribution and forgetting to apply operations to both sides. These foundational skills carry directly into systems of equations, inequalities, and literal equations — all of which are heavily tested on the PSAT.

Varsity Tutors • PSAT Math • Linear Equations in One Variable