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 (no exponents or radicals). The graph of a linear equation is always a straight line.

Examples of linear equations:

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

Steps to Solve Linear Equations

1. One-Step Equations

For equations like x+5=12x + 5 = 12, perform the inverse operation on both sides:

x+5=12x + 5 = 12 x+55=125x + 5 - 5 = 12 - 5 x=7x = 7

2. Two-Step Equations

For equations like 3x+4=193x + 4 = 19:

  1. Subtract 4 from both sides: 3x+44=1943x + 4 - 4 = 19 - 4 3x=153x = 15

  2. Divide both sides by 3: 3x3=153\frac{3x}{3} = \frac{15}{3} x=5x = 5

3. Multi-Step Equations

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

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

Key Properties

Addition Property of Equality: If a=ba = b, then a+c=b+ca + c = b + c

Subtraction Property of Equality: If a=ba = b, then ac=bca - c = b - c

Multiplication Property of Equality: If a=ba = b, then ac=bcac = bc

Division Property of Equality: If a=ba = b and c0c \neq 0, then ac=bc\frac{a}{c} = \frac{b}{c}

Common Mistakes to Avoid

  • Forgetting to perform the same operation on both sides
  • Sign errors when dealing with negative numbers
  • Not combining like terms before solving
  • Dividing by zero

📚 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

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 2x 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 (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 the 2 2x+3=2x22x + 3 = 2x - 2

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

This is a contradiction, which means there is no solution.

Answer: No solution