The Golden Rule of Algebra
Whatever you do to one side, do to the other
An equation is a balance scale. As long as you do the same operation to both sides, the equation stays true. Your goal: get x alone on one side.
๐ฏ
The goal: get x by itself
Work backwards through the order of operations. If something was added to x, subtract it. If x was multiplied, divide. Each step undoes one operation until x stands alone.
+ addition
โ undo with
โ Subtraction
x + 5 = 12 โ x = 12 โ 5 = 7
โ subtraction
โ undo with
+ Addition
x โ 3 = 8 โ x = 8 + 3 = 11
ร multiplication
โ undo with
รท Division
4x = 20 โ x = 20 รท 4 = 5
รท division
โ undo with
ร Multiplication
x6 = 4 โ x = 4 ร 6 = 24
๐
Order of undoing = reverse order of operations
PEMDAS builds an expression from inside out. To solve, you undo from outside in:
First undo + and โ (lowest priority) ยท Then undo ร and รท ยท Then undo exponents/roots
1๏ธโฃ One-Step Equations
x + 9 = 15
1
Undo +9 by subtracting 9 from both sides
x = 6
3x = 21
1
Undo ร3 by dividing both sides by 3
x = 7
x โ 4 = 11
1
Undo โ4 by adding 4 to both sides
x = 15
x5 = 8
1
Undo รท5 by multiplying both sides by 5
x = 40
2๏ธโฃ Two-Step Equations
๐ Example โ 3x + 7 = 22
1
Undo +7 first (outermost operation): subtract 7 from both sides โ 3x = 15
2
Undo ร3 next: divide both sides by 3 โ x = 5
โ
Check: 3(5) + 7 = 15 + 7 = 22 โ
x = 5
๐ Example โ x/4 โ 3 = 5
1
Undo โ3 first: add 3 to both sides โ x/4 = 8
2
Undo รท4 next: multiply both sides by 4 โ x = 32
โ
Check: 324 โ 3 = 8 โ 3 = 5 โ
x = 32
๐ Example โ โ2x + 5 = โ9
1
Undo +5: subtract 5 from both sides โ โ2x = โ14
2
Undo ร(โ2): divide both sides by โ2 โ x = 7
โ
Check: โ2(7) + 5 = โ14 + 5 = โ9 โ
x = 7
๐ฆ Equations with Distribution
๐ Example โ 3(x + 4) = 21
1
Distribute the 3: 3ยทx + 3ยท4 = 21 โ 3x + 12 = 21
2
Undo +12: subtract 12 โ 3x = 9
3
Undo ร3: divide by 3 โ x = 3
โ
3(3 + 4) = 3(7) = 21 โ
x = 3
๐ Example โ 2(3x โ 5) = 4x + 6
1
Distribute: 6x โ 10 = 4x + 6
2
Move x terms to one side: subtract 4x from both sides โ 2x โ 10 = 6
3
Undo โ10: add 10 โ 2x = 16
4
Undo ร2: divide by 2 โ x = 8
โ
2(3ยท8โ5) = 2(19) = 38 = 4(8)+6 = 32+6 = 38 โ
x = 8
๐ Equations with Fractions
๐ก
Multiply both sides by the LCD (Least Common Denominator)
Find the smallest number that all denominators divide into evenly. Multiply every term on both sides by it. All fractions disappear and you're left with a regular equation.
๐ Example โ x3 + x4 = 7
1
LCD of 3 and 4 = 12. Multiply every term by 12.
2
12 ยท x3 + 12 ยท x4 = 12 ยท 7 โ 4x + 3x = 84
3
Combine: 7x = 84 โ x = 12
โ
123 + 124 = 4 + 3 = 7 โ
x = 12
๐ Example โ 2x โ 13 = x + 22
1
LCD of 3 and 2 = 6. Multiply every term by 6.
2
6 ยท 2x โ 13 = 6 ยท x + 22 โ 2(2xโ1) = 3(x+2)
3
Distribute: 4x โ 2 = 3x + 6
4
Collect x terms: subtract 3x โ x โ 2 = 6 โ x = 8
โ
2ยท8โ13 = 153 = 5 = 8+22 = 102 = 5 โ
x = 8
๐ข When the Answer Isn't a Whole Number
๐ก
Fraction answers are exact โ decimals can round wrong
When dividing gives a non-integer, leave it as a fraction like 28/3 rather than rounding to a decimal. Fractions are exact. Always simplify by finding the GCF of numerator and denominator.
๐ 3x = 28
1
Divide both sides by 3: x = 283
2
28 and 3 share no common factor โ already simplified
x = 283 (โ 9.33)
๐ 5x + 3 = 14
โ
5 ยท 115 + 3 = 11 + 3 = 14 โ
x = 115 (= 2.2)
๐ 7x = 42
1
Divide both sides by 7: x = 427 = 6
โ
7(6) = 42 โ
(This one IS a whole number!)
x = 6
๐ 4x โ 1 = 6
โ
4 ยท 74 โ 1 = 7 โ 1 = 6 โ
x = 74 (= 1.75)
The Strategy
When x appears on both sides, subtract the smaller x term from both sides to gather all x on one side.
1
Move x terms to one side by adding or subtracting the x term from the other side.
2
Move numbers to the other side by adding or subtracting constants.
3
Solve by dividing โ you may get a fraction.
๐ Example 1 โ 5x + 3 = 2x + 12
1
Subtract 2x from both sides: 5x โ 2x + 3 = 12 โ 3x + 3 = 12
2
Subtract 3 from both sides: 3x = 9
โ
5(3)+3 = 18 = 2(3)+12 = 18 โ
x = 3
๐ Example 2 โ 8x โ 4 = 3x + 11
1
Subtract 3x from both sides: 5x โ 4 = 11
2
Add 4 to both sides: 5x = 15
โ
8(3)โ4 = 20 = 3(3)+11 = 20 โ
x = 3
๐ Example 3 โ 7x + 2 = 4x + 9 (fraction answer)
โ
7 ยท 73+2 = 493 + 63 = 553 = 4 ยท 73+9 = 283 + 273 = 553 โ
x = 73
๐ x in the Denominator
โ๏ธ
Cross-multiplication: a/b = c/d โ ad = bc
When you have a fraction on each side (or can rewrite as one), multiply diagonally: numerator of left ร denominator of right = denominator of left ร numerator of right. This eliminates all denominators at once.
๐ Example 1 โ 5x = 23 (x in denominator on left)
1
Cross-multiply: 5 ยท 3 = 2 ยท x โ 15 = 2x
โ
515/2 = 5 ยท 215 = 1015 = 23 โ
x = 152 (= 7.5)
๐ Example 2 โ 4x = 6x + 1 (x in denominator on both sides โ rewrite first)
1
Rewrite right side with common denominator: 6x + 1 = 6x + xx = 6 + xx
2
Now both sides have denominator x: 4x = 6 + xx
3
Multiply both sides by x: 4 = 6 + x
โ
4โ2 = โ2 = 6โ2 + 1 = โ3 + 1 = โ2 โ
x = โ2
๐ Example 3 โ 3x+1 = 2xโ1 (x+expression in both denominators)
1
Cross-multiply: 3ยท(xโ1) = 2ยท(x+1)
2
Distribute: 3x โ 3 = 2x + 2
3
Subtract 2x: x โ 3 = 2
โ
35+1 = 36 = 12 = 25โ1 = 24 = 12 โ
x = 5
โ ๏ธ
Always check x โ 0 and denominators โ 0
After solving, verify your answer doesn't make any denominator equal zero. If x = 0 makes a denominator zero, it's an extraneous solution โ discard it!
โ Answers with Radicals (โ2, โ3, etc.)
๐
Radical form is exact โ decimal is approximate
โ3, โ2, 2โ5 etc. are exact values. A decimal like 1.732โฆ is only an approximation of โ3. In algebra and trig, always leave answers in simplified radical form unless told to round.
โ4 = 2
Perfect square โ whole number
โ12 = 2โ3
โ(4ยท3) = โ4ยทโ3 = 2โ3
โ18 = 3โ2
โ(9ยท2) = โ9ยทโ2 = 3โ2
๐ Example 1 โ xยฒ = 3 (solve for x)
1
Take the square root of both sides: โ(xยฒ) = ยฑโ3
2
Remember ยฑ โ both positive and negative roots satisfy xยฒ = 3
โ
(โ3)ยฒ = 3 โ
(โโ3)ยฒ = 3 โ
x = โ3 or x = โโ3 (i.e. x = ยฑโ3)
๐ Example 2 โ 2xยฒ โ 6 = 0 (multi-step with radical answer)
1
Add 6 to both sides: 2xยฒ = 6
3
Take square root of both sides: x = ยฑโ3
โ
2(โ3)ยฒ โ 6 = 2(3) โ 6 = 0 โ
x = ยฑโ3 (โ ยฑ1.732)
๐ Example 3 โ 3xยฒ + 1 = 7 (simplify the radical)
3
Take square root: x = ยฑโ2
โ
3(โ2)ยฒ + 1 = 3(2) + 1 = 7 โ
x = ยฑโ2 (โ ยฑ1.414)
๐ Example 4 โ 5xยฒ = 60 (simplify โ pull out the perfect square)
2
Take square root: x = ยฑโ12
3
Simplify โ12: โ12 = โ(4ยท3) = โ4 ยท โ3 = 2โ3
โ
5ยท(2โ3)ยฒ = 5ยท(4ยท3) = 5ยท12 = 60 โ
x = ยฑ2โ3 (โ ยฑ3.464)
๐ Example 5 โ xโ3 = 4 (x involves โ3 โ rationalize)
1
Multiply both sides by โ3: x = 4โ3
2
This is already simplified โ 4โ3 is exact radical form.
x = 4โ3 (โ 6.928)
๐ Example 6 โ 23 = x ยท โ3 (solve for x โ rationalize the answer)
1
Divide both sides by โ3: x = 23 รท โ3 = 23โ3
2
Rationalize the denominator โ multiply top and bottom by โ3 to clear the radical from the bottom:
3
x = 23โ3 ร โ3โ3 = 2โ33 ยท (โ3 ยท โ3) = 2โ33 ยท 3 = 2โ39
4
Check that 2 and 9 share no common factor โ GCF(2, 9) = 1, so this is fully simplified.
โ
Verify: x ยท โ3 = 2โ39 ยท โ3 = 2 ยท (โ3 ยท โ3)9 = 2 ยท 39 = 69 = 23 โ
x = 2โ39 (โ 0.385)
๐
Rationalizing the denominator
A radical in the denominator (like โ3) is not considered fully simplified. To rationalize, multiply top and bottom by that same radical: โ3 ยท โ3 = 3 โ the radical disappears from the bottom. The value of the fraction doesn't change since you're multiplying by โ3โ3 = 1.
โก Quick Reference โ Every Type at a Glance
| Equation Type |
First Step |
Example |
| x + a = b or x โ a = b |
Add or subtract a from both sides |
x + 5 = 12 โ x = 7 |
| ax = b (whole number) |
Divide both sides by a |
7x = 42 โ x = 6 |
| ax = b (fraction answer) |
Divide โ leave as b/a, simplify if possible |
3x = 28 โ x = 283 |
| ax + b = c |
Subtract b first, then divide by a |
2x + 3 = 11 โ x = 4 |
| a(x + b) = c |
Distribute a, then solve normally |
3(x+2) = 15 โ x = 3 |
| x terms on both sides |
Move all x to one side, numbers to other |
5x = 2x + 9 โ x = 3 |
| Fractions present |
Multiply everything by the LCD first |
x2 + x3 = 5 โ x = 6 |
| a/x = b/c (x in denominator) |
Cross-multiply: aยทc = bยทx, then solve |
5x = 23 โ x = 15/2 |
| xยฒ = a (radical answer) |
Take โ both sides โ ยฑโa. Simplify radical. |
5xยฒ = 60 โ x = ยฑ2โ3 |
โ
Always check your answer!
Plug x back into the original equation. If both sides are equal, you're right. If not, you made an arithmetic error somewhere โ go back and find it. Checking takes 10 seconds and catches everything.