ALGEBRA 1 • REASONING IN SOLVING EQUATIONS

Explaining and Justifying Equation Solving Steps

Learn why every algebra step works, not just how to do it.

Historical Context & Motivation

People have been solving equations for thousands of years, long before anyone used the letter x. Ancient civilizations figured out how to find unknown quantities — but they also realized that knowing why a method works is just as important as getting the right answer. The story of algebra is really a story about building logical arguments, step by step.

~1800 BCE
Babylonian Tablets
Ancient Babylonians carved problems onto clay tablets and solved them using step-by-step recipes. They didn't use variables like x, but they described each operation in words and showed why it worked.
~300 BCE
Euclid's Logical Proofs
The Greek mathematician Euclid established that every mathematical claim needs a logical justification. His axiom 'equals added to equals remain equal' is the ancestor of the properties we use to solve equations today.
~820 CE
Al-Khwārizmī and Al-Jabr
The Persian scholar al-Khwārizmī wrote a book describing systematic methods for solving equations. The Arabic word al-jabr (meaning 'restoration' or 'balancing') gave us the word algebra.
1637
Descartes Introduces Modern Notation
René Descartes popularized using letters like x, y, and z for unknowns and a, b, c for known values. This made it far easier to write out and justify each solving step.
2010
Common Core Standard A-REI.1
The Common Core State Standards formalized the expectation that students explain and justify each step in solving an equation, not just perform operations mechanically.

Throughout all of this history, one question persisted: How do we know that a solution method actually gives us the correct answer? Standard A-REI.1 asks you to answer that question every time you solve an equation. You need to explain why each step is valid, not just show what you did.

Core Principles & Definitions

Before we can justify our solving steps, we need to understand the foundational ideas that make those steps legal. Think of these principles as the rules of the game. Every move you make when solving an equation must be backed by one of these properties.

1

Addition Property of Equality

If a = b, then a + c = b + c. You can add the same number to both sides of an equation and the equation stays true. This also covers subtraction, since subtracting is just adding a negative.
2

Multiplication Property of Equality

If a = b, then a × c = b × c (as long as c ≠ 0 for division). You can multiply or divide both sides by the same nonzero number.
3

Distributive Property

a(b + c) = ab + ac. Multiplying a number by a group inside parentheses is the same as multiplying it by each term separately. This lets you simplify expressions within an equation.
4

Combining Like Terms

Terms with the same variable part (like 3x and 5x) can be combined using the distributive property: 3x + 5x = (3 + 5)x = 8x. This simplifies one side of an equation without changing its truth.
5

Assumption of a Solution

We start by assuming the equation has a solution. This means there is some number that makes the equation true. Every step transforms the equation into an equivalent one, preserving that solution until we isolate the variable.
KEY TAKEAWAY
Think of an equation like a balanced seesaw. The equals sign is the pivot point in the middle. Whatever you do to one side, you must do to the other side to keep the seesaw level. If you add 5 pounds to the left, you add 5 pounds to the right. If you cut the weight on the left in half, you cut the right in half too. The properties of equality are the rules that guarantee the seesaw stays balanced at every step.

Visual Explanation — The Balance Model

The diagram below shows how the equation 2x + 3 = 11 is solved step by step. Each row represents one transformation of the equation. Notice how the same operation is applied to both sides every time, and the justification (the property used) is labeled on the right.

Each colored box represents one step. The left side shows the algebra, and the right side names the property of equality that justifies the step. The arrows show how each new equation follows logically from the previous one.

Notice the pattern: at every step, we name the property that allows us to make that move. This is the heart of A-REI.1. You are building a logical chain where each link depends on the one before it. If any link breaks — if you use an invalid operation — the whole chain falls apart and your answer might be wrong.

Mathematical Framework — Properties of Equality

Let's formalize the properties you'll use to justify your steps. Each property is like a tool in your toolbox. When you write your justification, you pick the right tool and name it.

ADDITION PROPERTY OF EQUALITY
If a = b, then a + c = b + c
Where a and b are expressions known to be equal, and c is any real number. Use this to add or subtract the same value from both sides.
MULTIPLICATION PROPERTY OF EQUALITY
If a = b, then a × c = b × c (c ≠ 0)
Where c is any nonzero real number. Use this to multiply or divide both sides by the same nonzero value.
DISTRIBUTIVE PROPERTY
a(b + c) = ab + ac
Use this to expand (or factor) expressions. It lets you simplify one side of an equation before performing other operations.
SUBSTITUTION / SIMPLIFICATION
If a + 0 = a, and a × 1 = a, then simplify accordingly
The Identity Properties (additive identity: a + 0 = a; multiplicative identity: a × 1 = a) and Inverse Properties (a + (−a) = 0; a × (1/a) = 1) justify simplification after you apply an operation.

Here is the key idea: when you solve an equation, you are producing a chain of equivalent equations. Each equation has the exact same solution set as the one before it. The properties above guarantee that no solutions are gained or lost (as long as you don't multiply both sides by zero or do something else that's not allowed). So if you start with an equation that has a solution, and every step is justified by one of these properties, then the final equation — usually something like x = (some number) — must also be true.

Writing a Justification — Step-by-Step Breakdown

Now let's look at what a full, properly justified solution looks like. The diagram below maps out a more complex equation and shows the reasoning structure you should follow when writing your own justifications.

This two-column layout — algebra on the left, justification on the right — is the standard way to present a justified solution. Practice writing your solutions this way.
Summary table for the justified solution of 3(x − 2) + 4 = 16
StepWhat You WriteWhy It's Valid
03(x − 2) + 4 = 16Given equation
13x − 6 + 4 = 16 → 3x − 2 = 16Distributive Property, then combine like terms
23x = 18Addition Property of Equality (add 2 to both sides)
3x = 6Multiplication Property of Equality (divide both sides by 3)
3(6 − 2) + 4 = 16 → 16 = 16 ✓Substitution into original equation confirms the solution

Worked Example — Full Justified Solution

Let's work through a complete example with variables on both sides. Pay close attention to how every single step is named and justified.

Solve and justify: 5x − 7 = 3x + 9
1
Step 0 — State the Given EquationWe begin with the equation 5x − 7 = 3x + 9. We assume this equation has a solution — that is, there exists some value of x that makes both sides equal.
5x − 7 = 3x + 9 (Given)
2
Step 1 — Subtract 3x from Both SidesWe want to collect the variable terms on one side. By the Addition Property of Equality, we can subtract 3x from both sides. Since 5x − 7 = 3x + 9 is true, then (5x − 7) − 3x = (3x + 9) − 3x must also be true. Simplifying: 5x − 3x = 2x on the left, and 3x − 3x = 0 on the right.
2x − 7 = 9
3
Step 2 — Add 7 to Both SidesNow we isolate the variable term by removing the −7. By the Addition Property of Equality, we add 7 to both sides. Since 2x − 7 = 9 is true, then (2x − 7) + 7 = 9 + 7 must also be true. On the left, −7 + 7 = 0 by the Inverse Property of Addition.
2x = 16
4
Step 3 — Divide Both Sides by 2Finally, we isolate x by dividing by its coefficient. By the Multiplication Property of Equality, we can divide both sides by 2 (since 2 ≠ 0). Since 2x = 16 is true, then 2x ÷ 2 = 16 ÷ 2 must also be true. On the left, 2x ÷ 2 = x by the Inverse Property of Multiplication.
x = 8
5
Step 4 — Check by SubstitutionWe substitute x = 8 into the original equation to verify. Left side: 5(8) − 7 = 40 − 7 = 33. Right side: 3(8) + 9 = 24 + 9 = 33. Since 33 = 33, the solution is confirmed.
33 = 33 ✓ Solution verified.
💡 Why the Check Step Matters
Checking your answer by substituting back into the original equation is more than good practice — it completes the logical argument. Your solving steps showed that if a solution exists, it must be 8. The check confirms that 8 actually does make the equation true.

Common Mistakes vs. Correct Reasoning

Understanding what not to do is just as important as knowing the correct steps. Here are some common errors students make when solving equations, along with explanations of why these moves break the logical chain.

Common mistakes and their corrections when justifying equation-solving steps
Common MistakeWhy It's WrongCorrect Approach
Performing an operation on only one side of the equationThis violates the properties of equality. If you add 5 to only the left side, the two sides are no longer equal — the balance is broken.Always perform the same operation on both sides, then name the property.
Dividing both sides by 0 (or by a variable that could be 0)Division by zero is undefined. If you divide by a variable expression, you might lose a solution where that expression equals zero.Never divide by zero. If dividing by a variable, note the restriction and check for lost solutions.
Saying 'move the 3 to the other side'Numbers don't 'move.' This language hides the actual operation. You're really adding −3 to both sides, justified by the Addition Property of Equality.Say: 'Subtract 3 from both sides (Addition Property of Equality).'
Distributing incorrectly: 3(x + 2) = 3x + 2The Distributive Property says you multiply 3 by every term inside the parentheses. Forgetting to distribute to the second term creates a false equation.3(x + 2) = 3x + 6. Multiply 3 by x AND by 2.
Skipping the check stepWithout checking, you've only shown what the answer MUST be IF a solution exists. You haven't confirmed it actually works. Errors in arithmetic can slip through undetected.Always substitute your answer back into the original equation to verify.
KEY TAKEAWAY
Imagine you're a lawyer arguing a case in court. You can't just say 'my client is innocent' — you have to present evidence for each claim. Similarly, you can't just say 'x = 8' — you have to show that every step from the original equation to your answer is backed by a mathematical property. Your justification is your evidence, and the check is your closing argument.

Connection to Advanced Reasoning

The reasoning skills you develop through A-REI.1 are not just for simple linear equations. They form the foundation for everything you will encounter in higher mathematics. Let's see how this standard connects to more advanced topics.

How A-REI.1 reasoning connects to advanced mathematics
What You Learn in A-REI.1How It Extends Later
Justify each step with a named propertyIn Geometry, you write two-column proofs. In college math, you write formal proofs. The structure is identical: claim → justification.
Assume a solution exists, then derive what it must beThis is the logical structure of proof by assumption. In advanced algebra, you'll encounter equations with no solution or extraneous solutions — and this careful reasoning helps you detect them.
Check by substitutionWhen you solve radical or rational equations, checking is essential because squaring both sides or multiplying by variable expressions can introduce extraneous (false) solutions.
Properties of equality for linear equationsThe same properties apply to quadratic equations, systems of equations, and inequalities (with modifications for inequality direction when multiplying by negatives).

Think of A-REI.1 as your training ground for mathematical argumentation. The habit of asking 'Why is this step valid?' will serve you in every math course you take from here on. In Algebra 2, you'll justify steps when solving quadratic, exponential, and logarithmic equations. In calculus, you'll justify the rules you use to find derivatives and integrals. The logic is always the same: start from something you know is true, apply a valid operation, and arrive at something new that must also be true.

🔭 Looking Ahead
In A-REI.3 and A-REI.4, you'll apply this same reasoning to solve inequalities and quadratic equations. The properties of equality will be joined by the properties of inequality (where multiplying by a negative flips the sign) and the zero-product property. Every new tool gets the same treatment: name it, apply it, justify it.

Practice Problems

Now it's your turn. For each problem below, don't just find the answer — name the property that justifies each step. Try solving each one on your own before reading the answer.

PROBLEM 1CONCEPTUAL
A student writes the following steps to solve x + 5 = 12: Step 1: x + 5 − 5 = 12 − 5 Step 2: x = 7 The student says Step 1 is justified because 'you move the 5 to the other side.' Is this a valid mathematical justification? If not, what should the student say instead?
PROBLEM 2BASIC CALCULATION
Solve 4x − 10 = 22. Write each step and name the property that justifies it. Then check your solution by substitution.
PROBLEM 3INTERMEDIATE
Solve and justify every step: 2(3x + 1) − 4 = 18. Your justification should include naming the Distributive Property, combining like terms, and both Properties of Equality as needed.
PROBLEM 4APPLIED
A phone plan charges a $15 monthly base fee plus $0.10 per text message. Your bill this month was $23.50. Write an equation for this situation, then solve it step-by-step with full justifications to find how many text messages you sent.
PROBLEM 5CRITICAL THINKING
Consider the equation 2x + 6 = 2(x + 3). A student begins solving and writes: Step 1: 2x + 6 = 2x + 6 (Distributive Property). Then the student says: 'Every value of x works, so there are infinitely many solutions.' Is this reasoning valid? Construct a full argument explaining why or why not, referencing the assumption in A-REI.1 that the original equation has a solution.

Lesson Summary

Standard A-REI.1 asks you to do more than solve equations — it asks you to explain and justify each step in the process. You start by assuming the original equation has a solution. Then, at every step, you apply a valid mathematical property — the Addition Property of Equality, the Multiplication Property of Equality, or the Distributive Property — and name it explicitly. Each new equation in the chain is guaranteed to have the same solution as the one before it, creating a logical chain of equivalent equations from the original to the final answer.

Remember: the check step (substituting back into the original equation) completes the argument by confirming the solution actually works. Avoid vague language like 'move the number over' — instead, name the exact property. Common mistakes include performing operations on only one side, dividing by zero, and distributing incorrectly. The reasoning skills you build here extend directly into geometric proofs, advanced algebra, and beyond. Master this standard and you'll have a foundation for mathematical argumentation that lasts for years.

Varsity Tutors • Algebra 1 • Explaining and Justifying Equation Solving Steps