Solving Complex Algebraic Equations
Multi-Step Linear Equations
Beyond One-Step Equations
You already know how to isolate a variable by undoing a single operation. Multi-step equations aren't harder, they just require a few more steps. The goal remains the same: get the variable by itself on one side of the equal sign. The key is to simplify the equation first, then solve.
Simplify Before You Solve
The first step with any complex equation is to clean it up. This usually involves two moves: applying the distributive property and combining like terms. Think of it as tidying a room before you organize it.
If you see parentheses in an equation, your first job is to get rid of them using the . This means you multiply the term outside the parentheses by every term inside.
For example, take the equation:
3(x + 5) = 21
First, distribute the 3:
3 * x + 3 * 5 = 21
3x + 15 = 21
Now it's a simple two-step equation. Subtract 15 from both sides to get 3x = 6, then divide by 3 to find x = 2.
After distributing, or if there were no parentheses to begin with, scan each side of the equation for . These are terms that have the same variable raised to the same power. You can combine them through addition or subtraction.
Consider this equation:
4x + 2 + 3x = 16
On the left side, 4x and 3x are like terms. Combine them:
7x + 2 = 16
From here, it's a straightforward two-step problem. Subtract 2 from both sides (7x = 14) and then divide by 7 to get x = 2.
Variables on Both Sides
What if the variable appears on both sides of the equal sign? The strategy is to move all the variable terms to one side and all the constant terms (plain numbers) to the other. This is done using the addition and subtraction properties of equality.
The core principle is simple: to move a term, you perform the inverse operation on both sides of the equation.
Let's work through an example: 5x - 4 = 2x + 11.
Our goal is to gather the x terms on one side. While you can choose either side, it's often easiest to move the variable term with the smaller coefficient. This helps you avoid working with negative numbers.
Here, 2x is smaller than 5x. So, we subtract 2x from both sides:
5x - 2x - 4 = 2x - 2x + 11
3x - 4 = 11
Now the equation looks familiar. Add 4 to both sides:
3x = 15
Finally, divide by 3:
x = 5
To be sure, you can plug 5 back into the original equation: 5(5) - 4 = 25 - 4 = 21, and 2(5) + 11 = 10 + 11 = 21. Since 21 = 21, our solution is correct.
The Complete Workflow
Let's put everything together with a more complex problem. This is where a clear, step-by-step process is your best friend.
To solve a linear equation, the goal is to isolate the variable on one side of the equation.
Here is a reliable sequence of steps to follow:
- Distribute: Use the distributive property to eliminate any parentheses.
- Combine Like Terms: Simplify each side of the equation independently.
- Isolate the Variable Term: Move all variable terms to one side and all constant terms to the other.
- Solve: Perform the final multiplication or division to find the variable's value.
Let's try it with 2(x - 3) + 3 = 4x + 1.
Step 1: Distribute
2x - 6 + 3 = 4x + 1
Step 2: Combine Like Terms
On the left side, -6 and +3 are like terms. Let's combine them.
2x - 3 = 4x + 1
Step 3: Isolate the Variable Term
2x is the smaller variable term, so let's subtract 2x from both sides.
-3 = 2x + 1
Now, subtract 1 from both sides to move the constants.
-4 = 2x
Step 4: Solve
Divide by 2.
-2 = x
By following this sequence, you can break down even the most intimidating linear equations into a series of simple, manageable steps.
Now let's check your understanding.
What is the recommended first step when solving an equation that contains parentheses, such as 3(x + 5) = 21?
After the first step in solving 2(x - 3) + 3 = 4x + 1, which of the following equations is the result?