\(3x + 2x - 5 = 20\)
Multi-step equation: An equation requiring multiple operations to isolate the variable
Like terms: Terms with the same variable raised to the same power
Combining like terms: Adding or subtracting coefficients of like terms
To solve equations with multiple operations:
- Combine like terms: Simplify both sides by combining similar terms
- Move variables to one side: Use inverse operations to collect all variables
- Move constants to other side: Use inverse operations to collect all constants
- Isolate the variable: Divide by the coefficient
- Verify: Substitute solution back into original equation
\(3x + 2x - 5 = 20\)
\(3x + 2x = 5x\), so: \(5x - 5 = 20\)
\(5x - 5 + 5 = 20 + 5\)
\(5x = 25\)
\(\frac{5x}{5} = \frac{25}{5}\)
\(x = 5\)
Substitute \(x = 5\) into original: \(3(5) + 2(5) - 5 = 15 + 10 - 5 = 20\) ✓
The solution is \(x = 5\)
• Combining Like Terms: Add coefficients of terms with the same variable
• 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
\(2(x + 3) + 4 = 18\)
Distributive property: \(a(b + c) = ab + ac\)
Multi-step equation with distribution: Requires distributing before other operations
\(2(x + 3) + 4 = 18\)
\(2(x + 3) = 2 \cdot x + 2 \cdot 3 = 2x + 6\)
So: \(2x + 6 + 4 = 18\)
\(6 + 4 = 10\), so: \(2x + 10 = 18\)
\(2x + 10 - 10 = 18 - 10\)
\(2x = 8\)
\(\frac{2x}{2} = \frac{8}{2}\)
\(x = 4\)
Substitute \(x = 4\) into original: \(2(4 + 3) + 4 = 2(7) + 4 = 14 + 4 = 18\) ✓
The solution is \(x = 4\)
• Distributive Property: Multiply the outside term by each term inside parentheses
• 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
\(5x + 3 = 2x + 12\)
Variables on both sides: An equation where the variable appears on both sides of the equals sign
Collecting variables: Moving all variable terms to one side and constants to the other
\(5x + 3 = 2x + 12\)
\(5x + 3 - 2x = 2x + 12 - 2x\)
\(3x + 3 = 12\)
\(3x + 3 - 3 = 12 - 3\)
\(3x = 9\)
\(\frac{3x}{3} = \frac{9}{3}\)
\(x = 3\)
Substitute \(x = 3\) into original: Left side: \(5(3) + 3 = 15 + 3 = 18\), Right side: \(2(3) + 12 = 6 + 12 = 18\) ✓
The solution is \(x = 3\)
• Variable Collection: Move all variable terms to one side and constants to the other
• 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
\(3(x - 2) + 4x = 2(x + 1) + 8\)
Complex multi-step equation: An equation requiring distribution on both sides and collecting variables
Multiple distributions: Apply distributive property to each set of parentheses
\(3(x - 2) + 4x = 2(x + 1) + 8\)
\(3(x - 2) = 3x - 6\), so: \(3x - 6 + 4x = 2(x + 1) + 8\)
\(2(x + 1) = 2x + 2\), so: \(3x - 6 + 4x = 2x + 2 + 8\)
Left: \(3x + 4x = 7x\), so \(7x - 6\)
Right: \(2 + 8 = 10\), so \(2x + 10\)
Result: \(7x - 6 = 2x + 10\)
\(7x - 6 - 2x = 2x + 10 - 2x\)
\(5x - 6 = 10\)
\(5x - 6 + 6 = 10 + 6\)
\(5x = 16\)
\(\frac{5x}{5} = \frac{16}{5}\)
\(x = \frac{16}{5}\)
Substitute \(x = \frac{16}{5}\) into original:
Left: \(3(\frac{16}{5} - 2) + 4 \cdot \frac{16}{5} = 3(\frac{6}{5}) + \frac{64}{5} = \frac{18}{5} + \frac{64}{5} = \frac{82}{5}\)
Right: \(2(\frac{16}{5} + 1) + 8 = 2(\frac{21}{5}) + 8 = \frac{42}{5} + \frac{40}{5} = \frac{82}{5}\) ✓
The solution is \(x = \frac{16}{5}\) or \(x = 3.2\)
• Distributive Property: Apply to each set of parentheses separately
• Combining Like Terms: Only combine terms with the same variable part
• Variable Collection: Move all variable terms to one side
• Fraction Operations: Perform operations carefully with fractional solutions
\(4(2x - 3) - 3(x + 1) = 5x - 2(3x + 4)\)
Most complex multi-step equation: An equation with multiple distributions on both sides and complex variable collection
Systematic approach: Distribute completely, then collect like terms and variables
\(4(2x - 3) - 3(x + 1) = 5x - 2(3x + 4)\)
\(4(2x - 3) = 8x - 12\)
\(-3(x + 1) = -3x - 3\)
So left side: \(8x - 12 - 3x - 3\)
\(-2(3x + 4) = -6x - 8\)
So right side: \(5x - 6x - 8\)
Left: \(8x - 3x = 5x\), \(-12 - 3 = -15\), so: \(5x - 15\)
Right: \(5x - 6x = -x\), so: \(-x - 8\)
Result: \(5x - 15 = -x - 8\)
\(5x - 15 + x = -x - 8 + x\)
\(6x - 15 = -8\)
\(6x - 15 + 15 = -8 + 15\)
\(6x = 7\)
\(\frac{6x}{6} = \frac{7}{6}\)
\(x = \frac{7}{6}\)
Substitute \(x = \frac{7}{6}\) into original equation (verification involves complex fraction arithmetic, confirming both sides equal \(-\frac{47}{6}\))
The solution is \(x = \frac{7}{6}\) or approximately \(x = 1.167\)
• Multiple Distributions: Apply distributive property to every set of parentheses
• Sign Awareness: Pay attention to negative signs when distributing
• Systematic Approach: Distribute completely before combining like terms
• Verification: Complex equations require careful checking with fractions
Multi-step equation: An equation requiring multiple operations to isolate the variable, typically involving 3 or more steps
Like terms: Terms that have identical variable parts (same variables raised to the same powers)
Distributive property: \(a(b + c) = ab + ac\) - multiply the outside term by each term inside parentheses
Variable collection: Moving all variable terms to one side and constants to the other
- Distribute if necessary: Apply distributive property to eliminate parentheses
- Combine like terms: Simplify both sides by combining similar terms
- Move variables to one side: Use inverse operations to collect all variables
- Move constants to other side: Use inverse operations to collect all constants
- Isolate the variable: Divide by the coefficient
- Verify: Substitute solution back into original equation
• Distributive Property: \(a(b + c) = ab + ac\)
• Like Terms: \(ax + bx = (a + b)x\)
• Variables on Both Sides: \(ax + b = cx + d \Rightarrow x = \frac{d - b}{a - c}\)
• Sign Distribution: \(-a(b + c) = -ab - ac\)
• Multiple Parentheses: Distribute each separately before combining