Solving Equations with Variables on Both Sides

So, you’ve mastered equations with variables on just one side. Great job! But what happens when variables start appearing on both sides of the equation? It might seem tricky at first, but we’ll break down the process step-by-step to make it as straightforward as possible.

First, let’s recap the parts of an equation. In the equation 2x + 3 = 5x - 1:

  • ‘x’ is the variable we’re solving for
  • The numbers multiplied by the variables (2 and 5 in this case) are known as coefficients
  • The standalone numbers (3 and -1 here) are called constants

Solving the Equation

To solve equations with variables on both sides, there are three main steps we need to complete:

  • Step 1: Getting all the variables on one side
  • Step 2: Getting all the constants on one side
  • Step 3: Isolating the Variable

Getting all the variables on one side

Your first step in solving an equation with variables on both sides is to get all the variables on one side. This makes the equation easier to solve.

Let’s use x + 2 = 2x - 3 as an example. To move all the variables to one side, we’d subtract x from both sides, resulting in 2 = x - 3.

Getting all the constants on one side

Next, we’ll focus on the constants. Using the example above, 2 = x - 3, you’d add 3 to both sides of the equation to get all the constants on the other side. This results in x = 5.

Isolating the variable

In many cases, you’ll find that the variable is already isolated after you’ve moved all the variables and constants to their respective sides. But if it isn’t, you’ll usually need to divide or multiply both sides of the equation by the same number to get x by itself.

For example, if we had 2x = 8, we’d divide both sides by 2 to get x = 4.

Practice Questions

Question 1:

Solve x + 3 = 2 \times x - 2

Subtract x from both sides to get 3 = x - 2

Then add 2 to both sides, leading to x = 5


Question 2:

Solve 3x - 4 = 2x + 5

Subtract 2x from both sides to get x - 4 = 5

Add 4 to both sides, resulting in x = 9


Question 3:

Solve 4x + 3 = 2x - 3

Subtract 2x from both sides to get 2x + 3 = -3

Then subtract 2 from both sides, leading to 2x = -6

Divide both sides by 2, and you get x = -3


Question 4:

Solve 5x - 4 = 3x + 2

To solve for x, you’ll want to get all the x terms on one side of the equation and the constant terms on the other side.

Here’s how you can do it:

5x - 4 = 3x + 2

Subtract 3x from both sides of the equation:

5x - 3x - 4 = 3x - 3x + 2

2x - 4 = 2

Now add 4 to both sides of the equation:

2x - 4 + 4 = 2 + 4

2x = 6

Now divide both sides by 2 to solve for x:

\frac{2x}{2} = \frac{6}{2}

x = 3

So the value of x that satisfies the equation is x = 3