๐ŸŸ  Level 0 โ€” Most Support. Same skills as Level 1, with extra help: press then tap any text to hear it. Open every ๐Ÿ’ก Hint โ€” that is okay here.

Unit 8 Supplemental Resources

Equations & Inequalities — Standards 6.EE.B.5–8

๐Ÿ–จ๏ธ Differentiated Practice Worksheets

Ready-to-print practice at three levels โ€” pick the right fit for each student.

Visual Vocabulary

x+3 = 10
Equation
Ecuación
A math sentence with an equal sign (=). Both sides are the same value.
x = 7
Solution
Solución
The number that makes the equation true. It is the answer.
x unknown
Variable
Variable
A letter (like x or y) that stands for a number we do not know yet.
undo + with −
Inverse Operation
Operación inversa
The opposite math action. Addition undoes subtraction. Multiplication undoes division.
x > 5
Inequality
Desigualdad
A math sentence using >, <, ≥, or ≤. Shows that two sides are NOT always equal.
3 x number variable
Coefficient
Coeficiente
The number in front of a variable. In 3x, the coefficient is 3.

Sentence Frames

  • To solve this equation, I need to ___ both sides by ___.
  • The inverse operation of addition is subtraction.
  • The variable ___ represents the unknown number in this problem.
  • I can check my solution by substituting the answer back into the equation.
  • The inequality x > ___ means x is greater than that number.
  • On the number line, an open circle means the number is NOT included.
  • A closed circle on the number line means the number IS included.

Step-by-Step Visual Guides

Example 1: Solve x + 5 = 12

Read the problem. We need to find what number plus 5 equals 12.
x + 5 = 12
Use the inverse operation. The equation has + 5. The inverse is − 5.
x + 5 − 5 = 12 − 5
Solve!
x = 7
Check: Replace x with 7. Does 7 + 5 = 12? Yes! ✓

Example 2: Solve 4x = 20

Read the problem. 4 times some number equals 20.
4x = 20
Use the inverse operation. The equation has × 4. The inverse is ÷ 4.
4x ÷ 4 = 20 ÷ 4
Solve!
x = 5
Check: Does 4 × 5 = 20? Yes! ✓

Example 3: Graph x > 3 on a number line

Find 3 on the number line. 1 2 3 4
Open or closed circle? The symbol is > (not ≥), so use an open circle. 3 is NOT a solution.
Shade the arrow to the right (greater than means bigger numbers). 1 2 3 4

Simplified Practice

1. Solve: x + 3 = 10
Think: What number plus 3 gives you 10? Use the inverse: subtract 3 from both sides.
x = 7 (because 10 − 3 = 7)
2. Solve: x − 4 = 6
The inverse of subtracting 4 is adding 4. Add 4 to both sides.
x = 10 (because 6 + 4 = 10)
3. Solve: 5x = 25
5 times what number equals 25? Divide both sides by 5.
x = 5 (because 25 ÷ 5 = 5)
4. Solve: x ÷ 3 = 4
The inverse of dividing by 3 is multiplying by 3. Multiply both sides by 3.
x = 12 (because 4 × 3 = 12)
5. Solve: x + 8 = 15
Subtract 8 from both sides.
x = 7 (because 15 − 8 = 7)
6. Solve: 6x = 42
Divide both sides by 6.
x = 7 (because 42 ÷ 6 = 7)
7. Write an inequality: Maria has more than 5 stickers.
"More than" means greater than (>). Let s = number of stickers.
s > 5
8. Is x = 4 a solution to x + 6 > 9?
Replace x with 4. Is 4 + 6 > 9? Is 10 > 9?
Yes! 10 > 9 is true, so x = 4 is a solution.
9. Solve: x − 9 = 3
Add 9 to both sides.
x = 12 (because 3 + 9 = 12)
10. Graph x ≤ 2 on a number line. Open or closed circle?
≤ means "less than or equal to." Equal means the number IS included.
Closed circle at 2, shade to the left. 2 is included because of ≤.

Real-World Connections

🌮 Saving Money

You saved $8 and need $20 for a game. The equation x + 8 = 20 helps you find how much more you need. Answer: $12 more.

🍔 Sharing Pizza

You and 3 friends share pizza equally. If there are 24 slices total: 4x = 24. Each person gets 6 slices.

🚌 Ride Limits

A ride says "You must be at least 48 inches tall." This is an inequality: h ≥ 48. Your height h must be 48 or more.

📚 Reading Goal

You want to read more than 15 books this year. Right now you have read 9. Books left: b + 9 > 15, so b > 6.

Challenge Problems

Medium
1. Solve: 3x + 7 = 28
First subtract 7 from both sides, then divide by 3. This is a two-step equation.
3x = 21, so x = 7. Check: 3(7) + 7 = 21 + 7 = 28 ✓
Medium
2. Write an equation and solve: A number divided by 5, then increased by 4, equals 10.
Translate the words: x/5 + 4 = 10. Solve step by step.
x/5 + 4 = 10 → x/5 = 6 → x = 30
Medium
3. Find all whole-number solutions to: x + 3 < 10 where x ≥ 0.
Solve x + 3 < 10 first, then list whole numbers that work.
x < 7. Whole numbers from 0 to 6: {0, 1, 2, 3, 4, 5, 6} — seven solutions.
Hard
4. Two consecutive even numbers have a sum of 54. Write an equation and find both numbers.
Let the first even number be x. The next even number is x + 2. Their sum: x + (x + 2) = 54.
2x + 2 = 54 → 2x = 52 → x = 26. The numbers are 26 and 28.
Hard
5. A rectangle has a perimeter of 38 cm. Its length is 3 cm more than its width. Find the dimensions.
Let width = w. Then length = w + 3. Perimeter = 2(w) + 2(w + 3) = 38.
2w + 2w + 6 = 38 → 4w = 32 → w = 8. Width = 8 cm, Length = 11 cm.
Hard
6. Marcus has $45. He buys n notebooks at $3.50 each and has at least $10 left. Write and solve an inequality.
Total cost: 3.50n. Money left: 45 − 3.50n ≥ 10.
45 − 3.50n ≥ 10 → 35 ≥ 3.50n → n ≤ 10. Marcus can buy at most 10 notebooks.
Expert
7. Create a real-world situation where the solution to the equation 2x + 5 = 23 would make sense. Solve it and explain your context.
Think of a scenario with a starting amount (5) and groups of 2. Total is 23.
Example: A parking garage charges $5 entry plus $2 per hour. If the total bill is $23, how many hours did you park? 2x + 5 = 23 → x = 9 hours.
Expert
8. For what values of x is BOTH x + 2 > 5 AND 2x < 18 true at the same time?
Solve each inequality separately, then find the overlap.
x > 3 AND x < 9. So x must be between 3 and 9 (not including 3 and 9): 3 < x < 9.
Expert
9. A triangle has angles measuring x°, (x + 20)°, and (2x − 10)°. Find all three angle measures.
Triangle angles sum to 180°. Set up: x + (x + 20) + (2x − 10) = 180.
4x + 10 = 180 → 4x = 170 → x = 42.5. Angles: 42.5°, 62.5°, 75°. Check: 42.5 + 62.5 + 75 = 180 ✓
Expert
10. A phone plan costs $25/month plus $0.10 per text. Another plan costs $35/month with unlimited texts. Write an inequality to find when the first plan is cheaper.
Let t = number of texts. Plan 1: 25 + 0.10t. Plan 2: 35. When is Plan 1 < Plan 2?
25 + 0.10t < 35 → 0.10t < 10 → t < 100. The first plan is cheaper when you send fewer than 100 texts.

Real-World Investigations

Investigation 1: Budget Planner

You have $100 to plan a class party. Create a budget using equations: food costs $f, decorations cost $d, drinks cost $k. Write an equation where f + d + k = 100. If decorations cost twice as much as drinks (d = 2k) and food costs $40, find the exact budget for each category. Then write an inequality showing how the budget changes if you get a $20 donation.

Materials: calculator, paper for organizing work

Investigation 2: Sports Statistics Analyst

A basketball player scores an average of p points per game. After 8 games, she has 152 total points. Write an equation to find her average. Then: if she needs at least 200 points in 10 games to qualify for the all-star team, write an inequality for the minimum points she needs in the last 2 games. Graph the solution on a number line.

Materials: number line template, colored pencils

Investigation 3: Temperature Converter

The formula to convert Celsius to Fahrenheit is F = 1.8C + 32. Use this equation to: (a) Find what 25°C is in Fahrenheit. (b) Find what temperature in Celsius equals 100°F. (c) Write an inequality for Celsius temperatures where the Fahrenheit equivalent is above freezing (F > 32). What does this tell you about real life?

Materials: calculator, thermometer (optional)

Brain Teasers

Teaser 1: The Mystery Numbers

I am thinking of two numbers. Their sum is 20 and their difference is 4. Can you write TWO equations and find both numbers?

x + y = 20 and x − y = 4. Adding both: 2x = 24, so x = 12, y = 8.

Teaser 2: The Balance Scale

On one side of a balance scale, you have 3 identical boxes and a 2-pound weight. On the other side, you have 17 pounds. How much does each box weigh? Write and solve the equation.

3b + 2 = 17 → 3b = 15 → b = 5 pounds each.

Teaser 3: The Inequality Riddle

I am a whole number. I am greater than 10. I am less than 20. When you divide me by 3, the answer is a whole number. When you subtract 6, the result is odd. What numbers could I be?

Divisible by 3 between 10 and 20: {12, 15, 18}. Subtract 6: {6, 9, 12}. Odd results: 9 and 12 are candidates, but 9 is odd (from 15) → 15. Also 12 gives 6 (even), 18 gives 12 (even). Only answer: 15.

Teaser 4: The Parking Puzzle

A parking lot charges $4 to enter and $2 for each hour. Jamie paid less than $16. Write an inequality. What is the maximum number of FULL hours Jamie could have parked?

4 + 2h < 16 → 2h < 12 → h < 6. Maximum full hours = 5.

Where This Math Leads — 7th Grade Preview

Two-Step & Multi-Step Equations

In 7th grade, you will solve equations like 3x + 5 = 20 and 2(x − 4) = 10 regularly. The one-step skills you learned here are the building blocks!

Inequalities with Negative Numbers

You will learn that multiplying or dividing an inequality by a negative number FLIPS the inequality sign. For example, −2x > 6 becomes x < −3.

Systems of Equations

By 8th grade, you will solve TWO equations with TWO variables at the same time. The mystery numbers brain teaser above is a taste of this!

Self-Assessment Checklist

Click each box to track your understanding:

  • I can determine if a value is a solution to an equation
  • I can solve one-step addition and subtraction equations
  • I can solve one-step multiplication and division equations
  • I can write equations from word problems
  • I can write inequalities using >, <, ≥, ≤
  • I can graph inequalities on a number line (open vs. closed circles)
  • I understand that inequalities have many solutions
  • I can solve two-step equations (challenge level)
  • I can create real-world problems using equations and inequalities
  • I can solve compound inequalities (expert level)