Icon for SAT®

SAT®

How to Write a Linear Equation: Create & Interpret

how to write a linear equation

Linear equations appear everywhere on the SAT® Math test. In fact, roughly one out of every six questions involves them. Therefore, learning how to write a linear equation, create them, solve them, and interpret their parts saves time and raises scores. This guide breaks the topic into small, friendly steps and includes worked examples plus practice problems.

Why Linear Equations Deserve Attention

Linear models help translate real-life scenarios (like calculating paychecks, tracking ticket sales, or measuring speed) into mathematical equations or expressions. On the SAT®, students are rewarded for their ability to efficiently move between word problems and mathematical representations. By developing these skills, students will gain confidence in understanding how to write linear equations, create them from contextual situations, and interpret the meaning of each component within a linear model.

SAT® Checkpoint: What the Test Expects

Each exam typically includes 5 to 7 questions focused on one-variable linear equations. These questions assess a range of skills, including the ability to create an equation based on a given prompt, solve the equation accurately, and interpret the meaning of the solution in context.

Linear equation questions are split between the calculator and no-calculator sections. Approximately half of these questions appear in the calculator section; however, many of them can still be solved more efficiently by hand due to their simplicity. In contrast, the no-calculator section tends to feature problems with cleaner numbers but comes with stricter time constraints, requiring quicker mental math and problem-solving.

The Anatomy of a Linear Equation

  • A variable is a placeholder symbol, often x or y, that can represent many numbers.
  • A coefficient is the number multiplying the variable. In 7x, the coefficient is 7.
  • A constant has no variable attached. It stays the same value.

Example: Identify the parts of 5x-12=3.

  • Variable: x
  • Coefficient: 5
  • Constants: –12 and 3

From Words to Math: How to Write a Linear Equation in Context

To write a linear equation:

  1. Highlight unknowns & pick variables.
  2. Spot rate or total relationships.
  3. Translate comparison words.
    • “more than,” “added to” → +
    • “less than,” “difference” →
    • “per,” “each,” “every” → × or ÷

Example: Basic Paycheck

Ella earns \$8 per hour and receives a fixed bonus of \$15. After one week, her total earnings amounted to \$87. Write an equation to determine how many hours she worked.

Step 1: Define the variable
Let h represent the number of hours Ella worked during the week.

Step 2: Calculate the hourly earnings
She earns \$8 per hour, so her total hourly earnings are 8h.

Step 3: Add the constant bonus
Ella also receives a bonus of \$15, so we add that to the hourly earnings: 8h + 15.

Final Equation:
The total earnings equal \$87, so the equation is:

8h+15=87

Example: Mixture Problem

A chemist needs 30 mL of a 40\% acid solution by mixing a 25\% solution with pure acid (100\%). Write an equation for the total amount of acid in the final mixture.

Step 1: Define the variable

Let x represent the number of milliliters of the 25% acid solution used in the mixture.

Step 2: Express the amount of pure acid

Since the total volume of the mixture must be 30 mL, the amount of pure acid used is 30 - x milliliters.

Step 3: Write the equation for the total acid content

The acid from the 25% solution is 0.25x, and the acid from the pure solution is 1.00(30 - x). Together, they should equal the acid in 30 mL of a 40% solution, which is 0.40(30). So, the equation is:

0.25x + 1.00(30 - x) = 0.40(30)

Solving Linear Equations – The Smart Way

Standard Techniques

  • Combine like terms.
  • Use inverse operations (add, subtract, multiply, divide) to isolate the variable.

Strategic SAT® Shortcuts

  • Distribute first to clear parentheses.
  • Multiply both sides by the least common denominator to clear fractions fast.

Fluency Drills

Mental checks: If coefficients divide evenly, solve without writing every step. Time saved here adds up on test day.

Example: Solve 3(2x-5)+4=19.

StepReason
3(2x-5)+4=19Original equation
6x-15+4=19Distribute 3 into the parentheses
6x-11=19Combine like terms
6x-11 \color{red}{+11} =19\color{red}{+11}Add 11 to both sides
6x=30Simplify
\dfrac{6x}{\color{red}{6}}=\dfrac{30}{\color{red}{6}}Divide both sides by 6
x=5Final answer ✅

Special Cases: No Solution, One Solution, Infinitely Many Solutions

When solving an equation, three results may appear.

Simplified FormOutcomeSAT® Clue
x = a numberOne unique solutionRegular
A number = a different numberNo solutionParallel lines analogy
A number = the same numberInfinitely manyIdentical sides

Example: Solve 2(x+3)=2x+5

StepReason
2(x + 3) = 2x + 5Original equation
2x + 6 = 2x + 5Distribute 2 into the parentheses
2x + 6 \color{red}{-2x} = 2x + 5 \color{red}{-2x}Subtract 2x from both sides
6 = 5Simplify

The equation results in a false statement, so there is no value of x that makes it true. Thus, there are no real solutions.

Example: Solve 4(2y-1)=8y-4

StepReason
4(2y - 1) = 8y - 4Original equation
8y - 4 = 8y - 4Distribute 4 into the parentheses
8y - 4 \color{red}{- 8y} = 8y - 4 \color{red}{- 8y}Subtract 8y from both sides
-4 = -4Simplify

The equation results in a true statement. Therefore, there are infinitely many solutions.

Graphically, equations with infinitely many solutions look like one line on top of another.

Jim HefferonCC BY-SA 3.0, via Wikimedia Commons

Example: Solve 5z+7=3z-9

StepReason
5z + 7 = 3z - 9Original equation
5z + 7 \color{red}{-3z} = 3z - 9 \color{red}{-3z}Subtract 3z from both sides
2z + 7 = -9Simplify
2z + 7 \color{red}{-7} = -9 \color{red}{-7}Subtract 7 from both sides
2z = -16Simplify
\dfrac{2z}{\color{red}{2}} = \dfrac{-16}{\color{red}{2}}Divide both sides by 2
z = -8Final answer ✅

Tip: The SAT® often asks for the number of solutions rather than the solution itself.

Interpreting Solutions in Context

A numeric answer must make sense. Negative hours, for instance, are impossible.

Example: Ticket Sales

A school sold a total of 350 tickets for a fundraiser. Student tickets were sold for \$4 each, and adult tickets for \$7 each. The number of adult tickets sold was \boldsymbol{40} fewer than twice the number of student tickets. If the total revenue collected was \$1{,}940, how many student tickets were sold?

Variable
Let s represent the number of student tickets sold.

Expression for adult tickets
Since there were 40 fewer adult tickets than twice the number of student tickets, we write:

a=2s-40

Equation
Total tickets sold:

s+(2s-40)=350

Simplify and solve this to find s.

StepReason
s + (2s - 40) = 350Original equation
3s - 40 = 350Combine like terms
3s - 40 \color{red}{+ 40} = 350 \color{red}{+ 40}Add 40 to both sides
3s = 390Simplify
\dfrac{3s}{\color{red}{3}} = \dfrac{390}{\color{red}{3}}Divide both sides by 3
s = 130Final answer ✅

Check reasonableness: 130 adult tickets out of 350 total is possible, and revenue matches.

Common Pitfalls & Test-Day Strategies

  • Misplacing negative signs after distribution
  • Changing the meaning of a variable mid-problem
  • Forgetting to divide both sides by the same coefficient
  • Fast verification method: plug the answer back into the original equation
  • Notice “SAT®-friendly” numbers such as easy multiples of 5 or 10; they hint at quick arithmetic.

Quick Reference Chart

VocabularySimple DefinitionKey Feature
VariableSymbol that stands for an unknown numberUsually x or y
CoefficientNumber multiplying the variableIn 7x, 7
Constant TermNumber without a variableStays the same
Distributive Propertya(b+c)=ab+acRemoves parentheses
Solution SetAll numbers that satisfy the equationCould be none, one, or infinite
Linear EquationEquation of degree 1Graph is a straight line

Mini Practice Set

Try these three problems. Answers follow.

  1. The sum of a number and 12 equals 3 times the number minus 6. Find the number.
  2. Solve and state the number of solutions: 5(x-2)=5x-10.
  3. A runner trains by jogging at 6 mph and then sprinting at 10 mph. She runs 8 miles total in 1 hour. How many miles does she sprint?

Answer Key

  1. x=9
  2. Infinitely many solutions
  3. She sprints 5 miles

Wrap-Up & Next Steps

Creating and interpreting linear equations forms the backbone of SAT® Math success. Learn how to write a linear equation by remembering to:

  • Assign clear variables.
  • Keep the equation balanced.
  • Check that the solution fits the story.

Sharpen Your Skills for SAT® Math (Digital)

Are you preparing for the SAT® Math (Digital) test? We’ve got you covered! Try our review articles designed to help you confidently tackle real-world SAT® Math (Digital) problems. You’ll find everything you need to succeed, from quick tips to detailed strategies. Start exploring now!

Need help preparing for your SAT® Math (Digital) exam?

Albert has hundreds of SAT® Math (Digital) practice questions, free response, and full-length practice tests to try out.

Interested in a school license?​

Bring Albert to your school and empower all teachers with the world's best question bank for:

➜ SAT® & ACT®
➜ AP®
➜ ELA, Math, Science, & Social Studies
➜ State assessments

Options for teachers, schools, and districts.