No history yet

Multi-Step Linear Equations

Beyond Basic Balancing

You're already familiar with solving simple equations by keeping them balanced. Think of it like a weighing scale: whatever you do to one side, you must do to the other. Now, let's tackle equations with a few more layers. Solving a multi-step equation is like unwrapping a present. You undo the operations in the reverse order they were applied. If a variable was first multiplied and then had something added to it, you'll first subtract and then divide to find its value.

For an equation like 2x+7=152x + 7 = 15, the last operation performed on xx was adding 7. So, the first step to solving it is to subtract 7 from both sides.

Let's walk through it:

  1. Start with the equation: $2x + 7 = 15$
  2. Undo the addition by subtracting 7 from both sides: $2x + 7 - 7 = 15 - 7$, which simplifies to $2x = 8$.
  3. Now, undo the multiplication by dividing both sides by 2: $2x / 2 = 8 / 2$.

This leaves us with the solution: $x = 4$. The key is to peel back the layers one by one until the variable is left alone.

Variables on Both Sides

What happens when the variable appears on both sides of the equal sign? The strategy is simple: get all the variable terms on one side and all the constant terms on the other. It doesn't matter which side you choose for the variables, but it's often easier to move them in a way that results in a positive coefficient.

Consider the equation 7x5=3x+117x - 5 = 3x + 11. Our goal is to isolate xx. Let's move the xx terms to the left side. To do this, we subtract 3x3x from both sides.

7x3x5=3x3x+117x - 3x - 5 = 3x - 3x + 11 4x5=114x - 5 = 11

Now it looks familiar! It's a two-step equation. We just add 5 to both sides, then divide by 4.

4x=164x = 16 x=4x = 4

We successfully combined the like terms to simplify the problem.

Clearing the Clutter

Equations can sometimes look messy, with parentheses and fractions. The is your tool for handling parentheses. It lets you multiply a single term by each term inside a set of parentheses. For example, in 3(x+4)=213(x + 4) = 21, you distribute the 3 to both xx and 4.

3(x+4)=213x+12=213(x + 4) = 21 \\ 3x + 12 = 21

Fractions can also be cleared away. The most efficient method is to find the least common denominator (LCD) of all the fractions in the equation and multiply every single term by it. This eliminates the fractions entirely.

For the equation 23y12=56\frac{2}{3}y - \frac{1}{2} = \frac{5}{6}, the LCD of 3, 2, and 6 is 6. Multiplying every term by 6 will clear the fractions.

6(23y)6(12)=6(56)4y3=5\begin{aligned} 6 \left( \frac{2}{3}y \right) - 6 \left( \frac{1}{2} \right) &= 6 \left( \frac{5}{6} \right) \\ 4y - 3 &= 5 \end{aligned}

Real-World Balance

These skills aren't just for maths class. In engineering, they're crucial for ensuring structures are safe. Imagine a simple beam supported at both ends, with several forces pushing down on it. For the beam to be stable, all the upward forces (from the supports) must exactly balance all the downward forces (the loads). This is called and is described with linear equations.

To find the support reaction forces, R1R_1 and R2R_2, we use two main principles of equilibrium. First, the sum of all vertical forces must be zero. The upward forces are R1R_1 and R2R_2, and the downward forces are 20 N and 30 N.

R1+R22030=0R_1 + R_2 - 20 - 30 = 0 R1+R2=50R_1 + R_2 = 50

This gives us one equation with two unknowns. To find the values, we need a second equation, which comes from the principle that the sum of moments (rotational forces) about any point must also be zero. By calculating moments, engineers can solve for the reaction forces and ensure the supports are strong enough. This process relies entirely on setting up and solving multi-step linear equations.

Quiz Questions 1/5

When solving the equation 2x+7=152x + 7 = 15, what is the correct first step to isolate the variable xx?

Quiz Questions 2/5

What is the value of xx in the equation 7x5=3x+117x - 5 = 3x + 11?

Solving multi-step equations is a systematic process of simplification. By combining like terms, applying the distributive property, and clearing fractions, you can turn a complicated problem into something much more manageable.