Solving Linear Equations

Learn to solve one-step, two-step, and multi-step linear equations

Solving Linear Equations

What is a Linear Equation?

A linear equation is an equation where the variable appears to the first power only.

Examples: x+5=12x + 5 = 12, 3x7=203x - 7 = 20, 2(x+3)=5x42(x + 3) = 5x - 4

Two-Step Equations

Example: Solve 3x+4=193x + 4 = 19

Step 1: Subtract 4 from both sides 3x=153x = 15

Step 2: Divide by 3 x=5x = 5

Multi-Step Equations

For equations like 2(x+3)=5x42(x + 3) = 5x - 4:

  1. Distribute: 2x+6=5x42x + 6 = 5x - 4
  2. Collect like terms: 2x5x=462x - 5x = -4 - 6
  3. Simplify: 3x=10-3x = -10
  4. Solve: x=103x = \frac{10}{3}

Key Properties

  • Addition/Subtraction: If a=ba = b, then a+c=b+ca + c = b + c
  • Multiplication/Division: If a=ba = b, then ac=bcac = bc (and ac=bc\frac{a}{c} = \frac{b}{c} if c0c \neq 0)

📚 Practice Problems

1Problem 1easy

Question:

Solve for xx: 2x+7=152x + 7 = 15

💡 Show Solution

Step 1: Subtract 7 from both sides 2x+77=1572x + 7 - 7 = 15 - 7 2x=82x = 8

Step 2: Divide both sides by 2 2x2=82\frac{2x}{2} = \frac{8}{2} x=4x = 4

Check: 2(4)+7=8+7=152(4) + 7 = 8 + 7 = 15

Answer: x=4x = 4

2Problem 2medium

Question:

Solve for xx: 5(x3)=2x+95(x - 3) = 2x + 9

💡 Show Solution

Step 1: Distribute the 5 5x15=2x+95x - 15 = 2x + 9

Step 2: Subtract 2x2x from both sides 5x2x15=2x2x+95x - 2x - 15 = 2x - 2x + 9 3x15=93x - 15 = 9

Step 3: Add 15 to both sides 3x15+15=9+153x - 15 + 15 = 9 + 15 3x=243x = 24

Step 4: Divide by 3 x=8x = 8

Answer: x=8x = 8

3Problem 3hard

Question:

Solve for xx: 2x+34=x12\frac{2x + 3}{4} = \frac{x - 1}{2}

💡 Show Solution

Step 1: Multiply both sides by 4 (the LCD) 42x+34=4x124 \cdot \frac{2x + 3}{4} = 4 \cdot \frac{x - 1}{2} 2x+3=2(x1)2x + 3 = 2(x - 1)

Step 2: Distribute 2x+3=2x22x + 3 = 2x - 2

Step 3: Subtract 2x2x from both sides 2x2x+3=2x2x22x - 2x + 3 = 2x - 2x - 2 3=23 = -2

This is a contradiction!

Answer: No solution (the equation has no value of xx that makes it true)