Solving Linear Equations: One-Step, Two-Step, and Multi-Step Equations

Fundamental Principles of Algebraic Equations

  • Definition of an Equation: An equation is a mathematical statement demonstrating that two expressions are equal, joined by an equals sign ==.
  • Core Objective: The primary goal when solving any linear equation is to isolate the variable on one side of the equals sign to determine its exact value.
  • Properties of Equality: Operations performed on one side of an equation must be performed on the opposing side to maintain equality:
    • 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 a×c=b×ca \times c = b \times c.
    • Division Property of Equality: If a=ba = b and c0c \neq 0, then ac=bc\frac{a}{c} = \frac{b}{c}.
  • Inverse Operations: Operations that undo each other when isolating variables:
    • Addition and subtraction are inverse operations.
    • Multiplication and division are inverse operations.

One-Step Equations

  • Definition: An algebraic equation that requires exactly one inverse operation to isolate the unknown variable.

  • Addition-Based One-Step Equations:

    • Operational Rule: To eliminate a constant added to a variable, subtract that constant from both sides of the equation.
    • Example: Solve x+7=15x + 7 = 15
      • Identify the term added to the variable: 77
      • Apply the Subtraction Property of Equality:
      • x+77=157x + 7 - 7 = 15 - 7
      • Simplify to find the solution:
      • x=8x = 8
  • Subtraction-Based One-Step Equations:

    • Operational Rule: To eliminate a constant subtracted from a variable, add that constant to both sides of the equation.
    • Example: Solve y12=4y - 12 = 4
      • Identify the term subtracted from the variable: 1212
      • Apply the Addition Property of Equality:
      • y12+12=4+12y - 12 + 12 = 4 + 12
      • Simplify to find the solution:
      • y=16y = 16
  • Multiplication-Based One-Step Equations:

    • Operational Rule: To eliminate a coefficient multiplying a variable, divide both sides of the equation by that coefficient.
    • Example: Solve 5z=355z = 35
      • Identify the coefficient multiplying the variable: 55
      • Apply the Division Property of Equality:
      • 5z5=355\frac{5z}{5} = \frac{35}{5}
      • Simplify to find the solution:
      • z=7z = 7
  • Division-Based One-Step Equations:

    • Operational Rule: To eliminate a denominator dividing a variable, multiply both sides of the equation by that denominator.
    • Example: Solve m6=9\frac{m}{6} = 9
      • Identify the denominator dividing the variable: 66
      • Apply the Multiplication Property of Equality:
      • m6×6=9×6\frac{m}{6} \times 6 = 9 \times 6
      • Simplify to find the solution:
      • m=54m = 54

Two-Step Equations

  • Definition: An algebraic equation that requires two sequential inverse operations to isolate the variable.

  • Standard Form: Commonly expressed as ax+b=cax + b = c or xa+b=c\frac{x}{a} + b = c

  • General Strategy:

    1. First, perform addition or subtraction to isolate the term containing the variable.
    2. Second, perform multiplication or division to isolate the variable itself.
  • Detailed Worked Examples:

    • Example 1: Solve 3x+8=233x + 8 = 23
      • Step 1 (Undo Addition): Subtract 88 from both sides of the equation.
      • 3x+88=2383x + 8 - 8 = 23 - 8
      • 3x=153x = 15
      • Step 2 (Undo Multiplication): Divide both sides of the equation by 33
      • 3x3=153\frac{3x}{3} = \frac{15}{3}
      • x=5x = 5
    • Example 2: Solve k45=7\frac{k}{4} - 5 = 7
      • Step 1 (Undo Subtraction): Add 55 to both sides of the equation.
      • k45+5=7+5\frac{k}{4} - 5 + 5 = 7 + 5
      • k4=12\frac{k}{4} = 12
      • Step 2 (Undo Division): Multiply both sides of the equation by 44
      • k4×4=12×4\frac{k}{4} \times 4 = 12 \times 4
      • k=48k = 48
    • Example 3: Solve 2w+14=2-2w + 14 = 2
      • Step 1 (Undo Addition): Subtract 1414 from both sides of the equation.
      • 2w+1414=214-2w + 14 - 14 = 2 - 14
      • 2w=12-2w = -12
      • Step 2 (Undo Multiplication): Divide both sides by the negative coefficient 2-2
      • 2w2=122\frac{-2w}{-2} = \frac{-12}{-2}
      • w=6w = 6

Multi-Step Equations

  • Definition: Algebraic equations requiring three or more operational steps to solve. These equations typically involve grouped terms (parentheses), like terms on the same side of the equal sign, or variables on both sides of the equal sign.

  • Systematic Order of Execution for Multi-Step Equations:

    1. Clear Parentheses: Use the Distributive Property a(b+c)=ab+aca(b + c) = ab + ac to eliminate brackets or parentheses.
    2. Combine Like Terms: Simplify each side of the equation independently by grouping identical variable terms and constant terms.
    3. Collect Variable Terms: Move all variable terms to one side of the equation using addition or subtraction.
    4. Collect Constant Terms: Move all constant numbers to the opposite side of the equation using addition or subtraction.
    5. Isolate Variable: Multiply or divide by the variable's coefficient to finish solving.
    6. Verify Solution: Substitute the resulting numerical value back into the original equation to ensure validity.
  • Detailed Worked Examples:

    • Example 1 (Distributive Property & Combining Like Terms): Solve 4(x3)+2x=184(x - 3) + 2x = 18
      • Step 1: Distribute 44 through the expression (x3)(x - 3)
      • 4x12+2x=184x - 12 + 2x = 18
      • Step 2: Combine like terms on the left side (4x+2x4x + 2x)
      • 6x12=186x - 12 = 18
      • Step 3: Add 1212 to both sides of the equation.
      • 6x12+12=18+126x - 12 + 12 = 18 + 12
      • 6x=306x = 30
      • Step 4: Divide both sides by 66
      • 6x6=306\frac{6x}{6} = \frac{30}{6}
      • x=5x = 5
    • Example 2 (Variables on Both Sides): Solve 7y5=3y+157y - 5 = 3y + 15
      • Step 1: Subtract 3y3y from both sides to collect variable terms on the left side.
      • 7y3y5=3y3y+157y - 3y - 5 = 3y - 3y + 15
      • 4y5=154y - 5 = 15
      • Step 2: Add 55 to both sides to collect constant terms on the right side.
      • 4y5+5=15+54y - 5 + 5 = 15 + 5
      • 4y=204y = 20
      • Step 3: Divide both sides by 44
      • 4y4=204\frac{4y}{4} = \frac{20}{4}
      • y=5y = 5
    • Example 3 (Complex Multi-Step with Distribution on Both Sides): Solve 2(3n4)=3(n+5)22(3n - 4) = 3(n + 5) - 2
      • Step 1: Apply the Distributive Property to both sides.
      • 6n8=3n+1526n - 8 = 3n + 15 - 2
      • Step 2: Combine like constants on the right side (15215 - 2
      • 6n8=3n+136n - 8 = 3n + 13
      • Step 3: Subtract 3n3n from both sides.
      • 6n3n8=3n3n+136n - 3n - 8 = 3n - 3n + 13
      • 3n8=133n - 8 = 13
      • Step 4: Add 88 to both sides.
      • 3n8+8=13+83n - 8 + 8 = 13 + 8
      • 3n=213n = 21
      • Step 5: Divide both sides by 33
      • 3n3=213\frac{3n}{3} = \frac{21}{3}
      • n=7n = 7

Special Cases in Multi-Step Equations

  • No Solution Equations (Inconsistent Equations):

    • Occurs when algebraic simplification causes the variable to cancel out completely, yielding a false statement (e.g., 0=50 = 5).
    • This indicates that no value exists for the variable that can satisfy the equation.
    • Example: Solve 2(x+3)=2x+102(x + 3) = 2x + 10
      • Expand the left side: 2x+6=2x+102x + 6 = 2x + 10
      • Subtract 2x2x from both sides: 6=106 = 10
      • Since 6=106 = 10 is mathematically false, the equation has No Solution (solution set: \emptyset).
  • Infinitely Many Solutions / Identities (Dependent Equations):

    • Occurs when algebraic simplification causes the variable to cancel out completely, yielding a statement that is universally true (e.g., 5=55 = 5 or 0=00 = 0).
    • This indicates that any real number substituted for the variable makes the equation true.
    • Example: Solve 3(x+4)=3x+123(x + 4) = 3x + 12
      • Expand the left side: 3x+12=3x+123x + 12 = 3x + 12
      • Subtract 3x3x from both sides: 12=1212 = 12
      • Since 12=1212 = 12 is universally true, the equation has Infinitely Many Solutions (solution set: all real numbers, R\mathbb{R}).