Practice solving equations where the variable has a power of one. Linear equations are one of the most important foundations for algebra, graphing, formulas, and college-level math.
A one-step equation can be solved using one opposite operation. If a number is added to the variable, subtract it from both sides. If a number is subtracted, add it to both sides.
Problem: Solve x + 9 = 15
Step 1: The variable x has 9 added to it.
Step 2: Use the opposite operation. Subtract 9 from both sides.
x + 9 - 9 = 15 - 9
Step 3: Simplify.
x = 6
Answer: x = 6
You are ready to move on when you can identify the operation attached to the variable and use the opposite operation to isolate it.
A two-step equation needs two opposite operations to isolate the variable. Usually, you undo addition or subtraction first, then undo multiplication or division. The goal is to get the variable by itself.
Problem: Solve 3x - 4 = 8
Step 1: The variable term is 3x. First, undo the -4 by adding 4 to both sides.
3x - 4 + 4 = 8 + 4
3x = 12
Step 2: Now undo multiplication by 3. Divide both sides by 3.
3x ÷ 3 = 12 ÷ 3
x = 4
Answer: x = 4
You are ready to move on when you can solve an equation by undoing addition or subtraction first, then undoing multiplication or division.
Some equations have variables on both sides of the equal sign. To solve them, move the variable terms to one side and the number terms to the other side. Then use opposite operations to isolate the variable.
Problem: Solve 5x + 2 = 2x + 14
Step 1: Move the smaller variable term to the other side.
Subtract 2x from both sides.
5x - 2x + 2 = 2x - 2x + 14
3x + 2 = 14
Step 2: Move the number away from the variable.
Subtract 2 from both sides.
3x + 2 - 2 = 14 - 2
3x = 12
Step 3: Divide both sides by 3.
x = 4
Answer: x = 4
You are ready to move on when you can collect variable terms on one side, collect number terms on the other side, and then solve.
Some equations include parentheses. Use the distributive property first, then solve the equation. The distributive property means multiplying the outside number by each term inside the parentheses.
Problem: Solve 3(x + 2) = 18
Step 1: Distribute the 3 to each term inside the parentheses.
3(x + 2) = 3x + 6
So the equation becomes:
3x + 6 = 18
Step 2: Subtract 6 from both sides.
3x + 6 - 6 = 18 - 6
3x = 12
Step 3: Divide both sides by 3.
x = 4
Answer: x = 4
You are ready to move on when you can distribute first, simplify the equation, and then isolate the variable.
Checking your solution means substituting your answer back into the original equation. If both sides become equal, your answer is correct. This is one of the best habits students can build in algebra.
Problem: Check whether x = 4 is the solution to 3x - 4 = 8.
Step 1: Start with the original equation.
3x - 4 = 8
Step 2: Substitute x = 4.
3(4) - 4 = 8
Step 3: Simplify the left side.
12 - 4 = 8
8 = 8
Answer: Yes, x = 4 is correct because both sides are equal.
Note: Problem 4 is a reminder that checking means substituting the value into the original equation. If both sides are equal, the solution is correct.
You are ready to move on when you can substitute your answer into the original equation and decide whether the left side equals the right side.