โญ The Golden Rule
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.

๐Ÿ”„ Inverse Operations
๐Ÿ”„
Every Operation Has an Opposite
Use the inverse to undo what was done to x
+ 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
1๏ธโƒฃ
One Operation to Undo
Apply one inverse operation to both sides
x + 9 = 15
1
Undo +9 by subtracting 9 from both sides
2
x + 9 โˆ’ 9 = 15 โˆ’ 9
x = 6
3x = 21
1
Undo ร—3 by dividing both sides by 3
2
3x/3 = 213
x = 7
x โˆ’ 4 = 11
1
Undo โˆ’4 by adding 4 to both sides
2
x โˆ’ 4 + 4 = 11 + 4
x = 15
x5 = 8
1
Undo รท5 by multiplying both sides by 5
2
x5 ร— 5 = 8 ร— 5
x = 40
2๏ธโƒฃ Two-Step Equations
2๏ธโƒฃ
Undo Addition/Subtraction First, Then Multiply/Divide
Always work from the outside in
๐Ÿ“Œ 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
๐Ÿ“ฆ
Distribute First, Then Solve
Expand parentheses before isolating x
๐Ÿ“Œ 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
๐Ÿ•
Clear the Fractions First โ€” Multiply by the LCD
Eliminate all denominators in one step, then solve normally
๐Ÿ’ก

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 & Decimal Answers โ€” Totally Normal!
Don't panic when x doesn't come out clean โ€” leave it as a fraction
๐Ÿ’ก

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
โœ“
3 ยท 283 = 28 โœ…
x = 283   (โ‰ˆ 9.33)
๐Ÿ“Œ   5x + 3 = 14
1
Subtract 3:   5x = 11
2
Divide by 5:   x = 115
โœ“
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
1
Add 1:   4x = 7
2
Divide by 4:   x = 74
โœ“
4 ยท 74 โˆ’ 1 = 7 โˆ’ 1 = 6 โœ…
x = 74   (= 1.75)
โ†”๏ธ x on Both Sides
โ†”๏ธ
Collect All x Terms on One Side First
Move x terms left, numbers right โ€” then solve as normal
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
3
Divide by 3:   x = 3
โœ“
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
3
Divide by 5:   x = 3
โœ“
8(3)โˆ’4 = 20  =  3(3)+11 = 20 โœ…
x = 3
๐Ÿ“Œ Example 3 โ€”   7x + 2 = 4x + 9   (fraction answer)
1
Subtract 4x:   3x + 2 = 9
2
Subtract 2:   3x = 7
3
Divide by 3:   x = 73
โœ“
7 ยท 73+2 = 493 + 63 = 553  =  4 ยท 73+9 = 283 + 273 = 553 โœ…
x = 73
๐Ÿ“ x in the Denominator
๐Ÿ“
Cross-Multiply to Clear x from the Bottom
When x is in a denominator, cross-multiply first โ€” then solve
โœ–๏ธ

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
2
Divide by 2:   x = 152
โœ“
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
Subtract 6:   x = โˆ’2
โœ“
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
4
Add 3:   x = 5
โœ“
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.)
โˆš
When the Answer Involves a Square Root
Leave it in exact radical form โ€” don't round
๐Ÿ“‹

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
2
Divide by 2:   xยฒ = 3
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)
1
Subtract 1:   3xยฒ = 6
2
Divide by 3:   xยฒ = 2
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)
1
Divide by 5:   xยฒ = 12
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.
โœ“
4โˆš3โˆš3 = 4 โœ…
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.