\(3x + 5 = 20\)
Two-step equation: An equation requiring two operations to isolate the variable
Order of operations: Work backwards through PEMDAS/BODMAS to undo operations
Inverse operations: Addition/subtraction and multiplication/division are opposites
To solve equations with addition/subtraction AND multiplication/division:
- Undo addition/subtraction first: Remove constants from the variable side
- Undo multiplication/division second: Isolate the variable
- Verify: Substitute solution back into original equation
\(3x + 5 = 20\)
\(3x + 5 - 5 = 20 - 5\)
\(3x = 15\)
\(\frac{3x}{3} = \frac{15}{3}\)
\(x = 5\)
Substitute \(x = 5\) into original: \(3(5) + 5 = 15 + 5 = 20\) ✓
The solution is \(x = 5\)
• Addition/Subtraction Property: Adding or subtracting the same number from both sides maintains equality
• Multiplication/Division Property: Dividing both sides by the same non-zero number maintains equality
• Order of Operations: Undo operations in reverse order (PEMDAS backwards)
\(2x - 7 = 13\)
Two-step equation with subtraction: The variable is first multiplied, then a constant is subtracted
Reverse order: Undo subtraction first, then undo multiplication
\(2x - 7 = 13\)
\(2x - 7 + 7 = 13 + 7\)
\(2x = 20\)
\(\frac{2x}{2} = \frac{20}{2}\)
\(x = 10\)
Substitute \(x = 10\) into original: \(2(10) - 7 = 20 - 7 = 13\) ✓
The solution is \(x = 10\)
• Addition/Subtraction Property: Adding or subtracting the same number from both sides maintains equality
• Multiplication/Division Property: Dividing both sides by the same non-zero number maintains equality
• Reverse Order: Undo operations in reverse of how they were applied
\(\frac{x}{4} + 3 = 8\)
Two-step equation with division: The variable is first divided, then a constant is added
Reverse order: Undo addition first, then undo division
\(\frac{x}{4} + 3 = 8\)
\(\frac{x}{4} + 3 - 3 = 8 - 3\)
\(\frac{x}{4} = 5\)
\(\frac{x}{4} \times 4 = 5 \times 4\)
\(x = 20\)
Substitute \(x = 20\) into original: \(\frac{20}{4} + 3 = 5 + 3 = 8\) ✓
The solution is \(x = 20\)
• Addition/Subtraction Property: Adding or subtracting the same number from both sides maintains equality
• Multiplication/Division Property: Multiplying both sides by the same non-zero number maintains equality
• Reverse Order: Undo operations in reverse of how they were applied
\(\frac{x}{5} - 2 = 6\)
Two-step equation with division and subtraction: The variable is first divided, then a constant is subtracted
Reverse order: Undo subtraction first, then undo division
\(\frac{x}{5} - 2 = 6\)
\(\frac{x}{5} - 2 + 2 = 6 + 2\)
\(\frac{x}{5} = 8\)
\(\frac{x}{5} \times 5 = 8 \times 5\)
\(x = 40\)
Substitute \(x = 40\) into original: \(\frac{40}{5} - 2 = 8 - 2 = 6\) ✓
The solution is \(x = 40\)
• Addition/Subtraction Property: Adding or subtracting the same number from both sides maintains equality
• Multiplication/Division Property: Multiplying both sides by the same non-zero number maintains equality
• Reverse Order: Undo operations in reverse of how they were applied
\(-4x + 9 = -7\)
Complex two-step equation: An equation with negative coefficients and negative results
Same method applies: Undo operations in reverse order, regardless of signs
\(-4x + 9 = -7\)
\(-4x + 9 - 9 = -7 - 9\)
\(-4x = -16\)
\(\frac{-4x}{-4} = \frac{-16}{-4}\)
\(x = 4\)
Substitute \(x = 4\) into original: \(-4(4) + 9 = -16 + 9 = -7\) ✓
The solution is \(x = 4\)
• Negative Division: Dividing two negative numbers gives a positive result
• Consistent Method: Same order of operations applies regardless of signs
• Verification: Always substitute back to check accuracy with negative values
Two-step equation: An equation that requires exactly two operations to isolate the variable
Inverse operations: Operations that undo each other (addition/subtraction, multiplication/division)
Order of operations: Operations applied to variables follow PEMDAS/BODMAS rules
Reverse order: To solve, undo operations in reverse of how they were applied
- Identify operations: Determine what operations are applied to the variable and in what order
- Undo in reverse order: Start with the last operation applied and work backwards
- Apply inverse operations: Use the opposite operation to both sides of the equation
- Isolate the variable: Simplify to get the variable alone on one side
- Verify the solution: Substitute the answer back into the original equation
• Addition/Multiplication: \(ax + b = c \Rightarrow x = \frac{c - b}{a}\)
• Subtraction/Multiplication: \(ax - b = c \Rightarrow x = \frac{c + b}{a}\)
• Addition/Division: \(\frac{x}{a} + b = c \Rightarrow x = a(c - b)\)
• Subtraction/Division: \(\frac{x}{a} - b = c \Rightarrow x = a(c + b)\)