No history yet

Linear Equations

Keeping the Balance

Think of an equation as a perfectly balanced scale. The equals sign (=) is the pivot point in the middle. For the scale to stay level, whatever is on the left side must have the exact same value as what's on the right side.

Often, one side of the scale has an unknown quantity, which we usually represent with a letter like xx. This is our variable. A linear equation is a specific type of equation where the variable is simple, not squared (x2x^2) or cubed (x3x^3). It's just plain xx. Our goal is to figure out the exact value of xx that keeps the scale balanced. This process is called "solving the equation."

Lesson image

For example, consider the equation 2x+3=112x + 3 = 11. This is a statement that says "two times some unknown number, plus three, is equal to eleven." Our mission is to find the one number that can take the place of xx and make this statement true.

The Golden Rule of Equations

To find our mystery number, we can't just guess. We need a strategy. The strategy is built on one simple, unbreakable rule that keeps our scale balanced.

Whatever you do to one side of the equation, you must do to the other.

This is the golden rule. If you add a number to the left side, you must add the same number to the right. If you multiply the entire left side by something, you must also multiply the entire right side by that same thing. By following this rule, we can carefully peel away the numbers around our variable until it's left all by itself. This process is called isolating the variable.

Solving Step by Step

Let’s solve that equation, 2x+3=112x + 3 = 11. Our goal is to get xx alone on one side of the equals sign.

First, we need to get rid of the + 3 on the left side. The opposite of adding 3 is subtracting 3. So, we'll subtract 3 from both sides to keep the scale balanced.

2x+33=1132x=8\begin{aligned} 2x + 3 - 3 &= 11 - 3 \\ 2x &= 8 \end{aligned}

Great, the scale is still balanced. Now, the left side says 2x2x, which is "2 times xx." To undo multiplication, we use its opposite: division. We'll divide both sides by 2.

2x2=82x=4\begin{aligned} \frac{2x}{2} &= \frac{8}{2} \\ x &= 4 \end{aligned}

And there it is. We've found that x=4x = 4. We can check our work by plugging 4 back into the original equation: 2(4)+3=8+3=112(4) + 3 = 8 + 3 = 11. It works! The scale is balanced.

Equations in the Real World

This isn't just a math exercise. We use this kind of thinking all the time. Imagine you're at a grocery store. You buy a bag of apples for $7 and two identical cartons of milk. Your total bill is $13. How much did each carton of milk cost?

We can set up an equation to find the answer. Let cc be the cost of one carton of milk. The total cost is the price of the apples plus the price of two cartons of milk.

Lesson image
7+2c=137 + 2c = 13

Now, we just solve for cc. First, subtract 7 from both sides to isolate the term with our variable.

7+2c7=1372c=6\begin{aligned} 7 + 2c - 7 &= 13 - 7 \\ 2c &= 6 \end{aligned}

Then, divide both sides by 2 to find the cost of a single carton.

2c2=62c=3\begin{aligned} \frac{2c}{2} &= \frac{6}{2} \\ c &= 3 \end{aligned}

Each carton of milk cost $3. By translating a real-world problem into a linear equation, we found a clear path to the solution.

Ready to test your skills at keeping the balance?

Quiz Questions 1/5

What is the "golden rule" of solving equations, based on the idea of a balanced scale?

Quiz Questions 2/5

To solve the equation 5x + 8 = 23, what is the correct first step to begin isolating the variable x?

Mastering these steps allows you to solve a huge range of problems, from simple calculations to more complex challenges you'll encounter later on.