🧮 Algebra
⚖️Solving Linear Equations
An equation is a balance scale — do the same thing to both sides and x gets cornered step by step.
is a riddle: what number, times 3 plus 5, lands exactly on 17? Guessing can stumble onto it, but mathematicians have a method — treat the equation as a balance scale and corner calmly.
The balance rule: move both sides
The equals sign is the pivot: both pans must weigh the same. You may do anything to a balance, as long as you do it to both sides:
- add 5 to both sides or subtract 5 from both sides — still balanced;
- multiply both sides by 3 or divide both by 3 — still balanced.
Solving has one goal: leave standing alone on one side. The tool is inverse operations — addition undoes subtraction, division undoes multiplication.
Isolating x, step by step
First, :
- Subtract 5 from both sides to clear the unrelated constant: ;
- Divide both sides by 3 to unhook the coefficient: .
Now one with on both sides: .
- Subtract from both sides to gather the terms: ;
- Add 2 to both sides: ;
- Divide both sides by 2: .
Motto: gather the terms, clear the constant, divide by the coefficient. Other orders sometimes work, but this one takes the fewest detours.
Checking answers, and counting solutions
Do not rush off after solving — substitute back into the original equation. For : the left side gives , and the right side is 17 too. For : left , right . Checking is exactly Substitution in action: a solution is the number that makes the equation true.
How many solutions?
A linear equation usually has exactly one solution, but there are exceptions. leaves after subtracting — a contradiction, so no solution. And holds for every — every number is a solution. On the scale: some balances can never level; others level no matter what you put on.
Equations as lines
Equations can be drawn, too. Solving asks: where does the line reach height 5? The line starts at and climbs with slope ; where it meets height 5, the horizontal coordinate is exactly . The solution of an equation is where its line meets that height line. What and mean is the theme of Equation of a Straight Line.
y = x + 2
y-intercept
(0, 2)
x-intercept
(-2, 0)
Set the sliders to and , walk along the line to height 5, and read off the horizontal coordinate — that is the solution of . Try other values of and and watch the solution move.
Check yourself
Quick quiz
1. Solve 2x+3=11. What is x?
2. Solve 5x−2=3x+8. What is x?
3. How many solutions does x+1=x+2 have?