8TH GRADE MATHEMATICS • EXPRESSIONS AND EQUATIONS

Solving Linear Equations with Rational Coefficients

Master the art of solving equations that involve fractions, decimals, the distributive property, and combining like terms.

Where Did Equations Come From?

People have been solving equations for thousands of years — long before anyone wrote "x" on a chalkboard. Whenever someone needed to figure out an unknown amount — how much grain to store, how far a ship would travel, or how to split money fairly — they were really solving an equation. The difference is that ancient civilizations did it with words and pictures, not the neat symbols we use today.

Here's a look at how equation-solving grew up over the centuries.

~1800 BCE
Babylonian scribes carved word problems into clay tablets. They solved what we'd now call linear equations using step-by-step recipes, even though they had no "x" symbol. Their problems often involved splitting harvests and measuring fields.
~300 CE
The Greek mathematician Diophantus of Alexandria wrote Arithmetica, one of the first books to use a letter-like symbol for an unknown quantity. He's sometimes called the "father of algebra."
~820 CE
The Persian scholar al-Khwārizmī wrote a groundbreaking book whose title gave us the word algebra (from the Arabic al-jabr, meaning "restoration"). He described systematic methods for balancing and simplifying equations.
1637
French philosopher René Descartes popularized using letters like x, y, and z for unknowns and a, b, c for known numbers. This is pretty much the notation you use today!
Today
Linear equations with rational coefficients (fractions and decimals) are a core skill in 8th-grade math. They show up everywhere — in science formulas, budgeting, coding, and engineering.

So when you solve an equation like ¾x + 2 = 5, you're using ideas that brilliant minds refined over thousands of years. The big question this lesson tackles: How do you solve equations that have fractions, decimals, parentheses, and variables on both sides — all at once?

Core Principles & Definitions

Before we dive into solving, let's make sure you're solid on the key vocabulary and ideas. A linear equation is an equation where the variable (usually x) is raised only to the first power — no x², no x³, just plain x. A rational coefficient (ko-eh-FISH-ent) is a number multiplied by the variable that can be written as a fraction — and that includes decimals too, since every decimal can be written as a fraction.

1

Rational Coefficient

A number in front of a variable that can be written as a fraction, like ¾, −2/5, or 0.6 (which is 3/5).
2

Distributive Property

The rule that says a(b + c) = ab + ac. You multiply the outside number by each term inside the parentheses.
3

Like Terms

Terms that have the same variable part. For example, 3x and −5x are like terms because both have x. You can combine them: 3x − 5x = −2x.
4

Inverse Operations

Operations that undo each other. Addition undoes subtraction; multiplication undoes division. These are your main tools for isolating the variable.
Key Takeaway
Think of an equation like a balanced seesaw. Whatever is on the left side weighs exactly the same as what's on the right. If you add a weight to one side, you have to add the same weight to the other side, or the seesaw tips. Every move you make to solve an equation follows this one golden rule: do the same thing to both sides.

Visual Explanation: The Balance Model

The diagram below shows how solving the equation ⅔x + 4 = 10 works as a step-by-step balancing act. At each stage, we perform the same operation on both sides to keep the "seesaw" level.

Notice how each step removes one layer of complexity. First we subtracted 4 from both sides to peel away the constant. Then we multiplied both sides by 3/2 (the reciprocal of ⅔) to undo the fraction in front of x. The seesaw stayed balanced the whole time, and we ended up with x all by itself.

The Step-by-Step Framework

Here's the game plan you can follow for almost any linear equation. Memorize these steps and you'll have a reliable roadmap every time.

General Strategy
1. Distribute → 2. Combine like terms → 3. Move variable terms to one side → 4. Move constants to the other → 5. Isolate the variable

Let's break each step down with the equation ½(4x − 6) + 3x = 2x + 9.

Step 1 — Distribute
½ · 4x − ½ · 6 + 3x = 2x + 9 → 2x − 3 + 3x = 2x + 9
Multiply ½ by each term inside the parentheses.
Step 2 — Combine Like Terms
5x − 3 = 2x + 9
On the left side, 2x + 3x = 5x. The right side has no like terms to combine.
Step 3 — Move Variables to One Side
5x − 2x − 3 = 9 → 3x − 3 = 9
Subtract 2x from both sides so all x-terms are on the left.
Steps 4 & 5 — Isolate the Variable
3x = 12 → x = 4
Add 3 to both sides, then divide both sides by 3.

What about the LCD trick for clearing fractions? If an equation has several fractions, you can multiply every term by the least common denominator (LCD) to wipe out all the fractions at once. For example, if you see denominators of 3 and 5, multiply everything by 15. This doesn't change the answer — it just makes the arithmetic friendlier.

LCD Trick Example
x/3 + x/5 = 8 → 5x + 3x = 120 → 8x = 120 → x = 15
Multiply every term by 15 (the LCD of 3 and 5) to clear all fractions.

Detailed Breakdown: Types of Equations

Not every equation looks the same. Let's classify the main types you'll encounter and see how the strategy adjusts for each one.

Here's a quick reference for the common equation types you'll see.

TypeExampleFirst Move
One-step with fraction¾x = 12Multiply both sides by the reciprocal (4/3)
Two-step with decimal0.5x + 3 = 8Subtract 3, then divide by 0.5
Distributive property2(3x − 4) = 10Distribute the 2, then solve
Variables on both sides5x + 1 = 3x + 9Move x-terms to one side first
Multi-fraction (LCD)x/4 − x/6 = 2Multiply everything by 12 (LCD)
Everything at once!⅓(6x − 9) = ½x + 5Distribute, clear fractions, combine, isolate

Worked Example

Let's solve a challenging equation that uses all of our tools: fractions, the distributive property, like terms, and variables on both sides.

Problem
¾(8x − 12) − 2x = ½x + 3
Full Solution
1
Step 1 — Distribute ¾Multiply ¾ by each term inside the parentheses. ¾ × 8x = 6x and ¾ × (−12) = −9.
6x − 9 − 2x = ½x + 3
2
Step 2 — Combine Like Terms on the LeftWe have 6x and −2x on the left side. Combine them: 6x − 2x = 4x.
4x − 9 = ½x + 3
3
Step 3 — Move Variable Terms to One SideSubtract ½x from both sides so all x-terms are on the left: 4x − ½x − 9 = 3. Now, 4x − ½x = 8/2 x − 1/2 x = 7/2 x. (Convert 4 to 8/2 so the denominators match.)
7/2 x − 9 = 3
4
Step 4 — Move Constants to the Other SideAdd 9 to both sides.
7/2 x = 12
5
Step 5 — Isolate xMultiply both sides by the reciprocal of 7/2, which is 2/7.
x = 12 × 2/7 = 24/7
6
Step 6 — Check Your AnswerPlug x = 24/7 back into the original equation. Left: ¾(8 · 24/7 − 12) − 2 · 24/7 = ¾(192/7 − 84/7) − 48/7 = ¾(108/7) − 48/7 = 81/7 − 48/7 = 33/7. Right: ½ · 24/7 + 3 = 12/7 + 21/7 = 33/7 ✓. Both sides equal 33/7, so x = 24/7 (or about 3.43) is correct!

Common Mistakes & Pro Tips

Even the best math students slip up sometimes. Here are the most common mistakes and how to avoid them.

MistakeExampleHow to Fix It
Forgetting to distribute to every term2(x + 5) = 2x + 5 ✗Must be 2x + 10. The 2 hits both x and 5.
Sign errors when distributing negatives−3(x − 4) = −3x − 12 ✗A negative times a negative is positive: −3x + 12.
Combining unlike terms3x + 5 = 8x ✗3x and 5 are NOT like terms. You can't combine them.
Only multiplying one side by the LCDx/3 = 5 → x = 5 ✗If you multiply the left by 3, you must multiply the right too: x = 15.
Dropping the variable when dividing6x = 18 → x = 18 ✗Divide both sides by 6: x = 3.
Key Takeaway
Imagine you're a detective and the equation is a locked safe. Each step — distributing, combining, moving terms — is like entering one digit of the combination. If you rush and enter a digit wrong, the safe won't open. Go slowly, show every step, and check your signs. The fastest way to solve equations is actually to be careful, not to hurry.

Connections to Advanced Topics

The skills you're building right now are the foundation for almost everything you'll do in high school math and beyond. Here's a sneak peek at where this all leads.

What You're Learning NowWhere It Leads
Solving ax + b = cSolving systems of two equations at once (Algebra 1)
Distributive propertyFactoring polynomials like x² + 5x + 6 (Algebra 1)
Combining like termsSimplifying complex expressions and rational expressions (Algebra 2)
Clearing fractions with LCDSolving rational equations in Algebra 2 and Precalculus
Checking your answerVerifying solutions in calculus, physics, and engineering

In Algebra 1, you'll solve systems of equations — two equations with two unknowns. The method? You'll use substitution and elimination, which rely heavily on the distributing and combining skills you're mastering right now. In Geometry, you'll set up equations from shapes and angle relationships, then solve them using these exact same steps. Every branch of math circles back to being able to manipulate and solve equations confidently.

Even outside of math class, these skills matter. Want to figure out how many hours you need to work to save for a new phone? That's a linear equation. Want to compare two cell phone plans to see which is cheaper? That's two linear equations. The ability to translate real-world situations into equations — and then solve them — is one of the most practical skills you'll ever learn.

Practice Problems

Try these five problems on your own before peeking at the answers. Each one builds on the skills from this lesson. Grab a pencil and paper!

PROBLEM 1CONCEPTUAL
Explain in your own words: why is it important to perform the same operation on both sides of an equation? What would happen if you only changed one side?
PROBLEM 2BASIC CALCULATION
Solve for x: ⅗x − 4 = 8
PROBLEM 3INTERMEDIATE
Solve for x: 3(2x − ½) + x = 4x + 7.5
PROBLEM 4APPLIED / WORD PROBLEM
You and your friend are saving money. You currently have $14.50 and save $3.75 per week. Your friend has $25 and saves $2.25 per week. After how many weeks will you both have the same amount of money?
PROBLEM 5CHALLENGE
Solve for x: x/4 − 2(x − 3)/6 = 5/12. Hint: What's the LCD of 4, 6, and 12?

Lesson Summary

In this lesson, you learned how to solve linear equations with rational coefficients — equations that include fractions and decimals as the numbers in front of the variable. You practiced using the distributive property to remove parentheses by multiplying the outside number by every term inside. You combined like terms (terms with the same variable) to simplify each side of the equation. You used inverse operations to isolate the variable, always performing the same operation on both sides to keep the equation balanced. And you learned the LCD trick — multiplying every term by the least common denominator to clear fractions and make the arithmetic easier.

The five-step strategy — distribute, combine like terms, move variables to one side, move constants to the other, and isolate the variable — works on every linear equation you'll encounter. Always check your answer by plugging it back into the original equation. These skills are the building blocks for systems of equations, factoring, and every advanced math topic ahead of you.

Varsity Tutors • 8th Grade Mathematics (Common Core) • Expressions and Equations