Zum Inhalt springen

English:Equations with Variables on Both Sides

Aus MOOCsWiki Staging
Version vom 12. August 2026, 10:13 Uhr von Glanz (Diskussion | Beiträge) (aiMOOC über GPT aiMOOC Action erstellt)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Equations with Variables on Both Sides



Introduction

An equation is a mathematical statement that says two expressions have the same value. In this aiMOOC, you will learn how to solve linear equations in which the same variable appears on both sides of the equals sign, such as 5x + 7 = 2x + 19. This topic is designed for Grades 7–8 and builds on one-step equations, two-step equations, the distributive property, and combining like terms.

The central idea is simple: an equation behaves like a balanced scale. If you make the same valid change to both sides, equality is preserved. Your goal is to transform the equation into an equivalent equation in which the variable is isolated.

By the end of the course, you should be able to:

  1. Equivalent equations: Explain why applying the same operation to both sides keeps an equation balanced.
  2. Solving equations: Collect variable terms on one side and constants on the other.
  3. Distributive property: Expand expressions before combining like terms when necessary.
  4. Special solutions: Recognize equations with one solution, no solution, or infinitely many solutions.
  5. Checking solutions: Verify a solution by substitution and explain what the result means.


What Does It Mean to Solve an Equation?

To solve an equation means to find every value of the variable that makes the equation true. For example, consider 3x + 5 = 20. The value x = 5 makes the left side equal to 20, so it is a solution.

When variables appear on both sides, the goal does not change. Consider 2x + 3 = 5x - 6. You can subtract 2x from both sides to move all variable terms to one side:

2x + 3 = 5x - 6

3 = 3x - 6

Then add 6 to both sides:

9 = 3x

Finally, divide both sides by 3:

3 = x

So the solution is x = 3.


The Balance Principle

The equals sign does not mean “the answer comes next.” It means that the expression on the left and the expression on the right have equal values. Think of the two sides as pans of a balance scale.

If you add the same number to both sides, subtract the same number from both sides, multiply both sides by the same number, or divide both sides by the same nonzero number, the new equation is equivalent to the old one. It has the same solution set.

For example, from 4x + 7 = 2x + 17, subtracting 2x from both sides gives 2x + 7 = 17. The same change was made to each side, so the equation remains balanced.

A useful habit is to write each operation as a complete new line. This makes your reasoning visible and reduces sign errors.


Important Algebra Vocabulary

A variable is a symbol, often a letter, that represents an unknown or changeable value. A coefficient is a number multiplying a variable, as in the 7 in 7x. A constant is a number without a variable. A term is one part of an expression separated by addition or subtraction signs.

Like terms have the same variable part. For example, 5x and -2x are like terms, while 5x and 5 are not. Combining like terms is essential when variables occur more than once.

An inverse operation undoes another operation. Addition and subtraction are inverse operations; multiplication and division are inverse operations. You use inverse operations to isolate the variable.


A Concrete Model with Algebra Tiles

Algebra tiles can make symbolic equations easier to understand. A long rectangle can represent x, and small squares can represent units. You can remove equal groups from both sides just as you subtract equal quantities in symbolic algebra.

Although the picture above models the simpler equation x + 7 = 10, the same balance idea extends to equations such as 3x + 7 = x + 15. Removing one x from both sides leaves 2x + 7 = 15, and then ordinary two-step equation methods finish the solution.


Solving Equations with Variables on Both Sides


A Reliable Strategy

There is more than one valid order of steps, but this strategy works well for most Grades 7–8 equations:

  1. Distributive property: Expand parentheses on either side if necessary.
  2. Like terms: Combine like terms separately on the left and on the right.
  3. Variable: Add or subtract a variable term so that variable terms remain on only one side.
  4. Constant term: Add or subtract a constant so that constants remain on the other side.
  5. Inverse operations: Multiply or divide to isolate the variable.
  6. Substitution: Check the solution in the original equation.

A practical tip is to move the variable term with the smaller coefficient toward the side with the larger coefficient when that choice avoids negative coefficients. This is not required, but it can make arithmetic easier.


Worked Example: Positive Coefficients

Solve 5x + 4 = 2x + 19.

Subtract 2x from both sides:

3x + 4 = 19

Subtract 4 from both sides:

3x = 15

Divide both sides by 3:

x = 5

Check by substitution. The left side is 5 · 5 + 4 = 29. The right side is 2 · 5 + 19 = 29. Both sides match, so x = 5 is correct.


Worked Example: Negative Coefficients

Solve 7 - 3x = x - 9.

Subtract x from both sides:

7 - 4x = -9

Subtract 7 from both sides:

-4x = -16

Divide both sides by -4:

x = 4

Checking gives 7 - 3 · 4 = -5 and 4 - 9 = -5. The equation is true.

Notice that negative numbers are not a special kind of equation. The same balance principle still works. The main challenge is careful arithmetic with signs.


Worked Example: Distributive Property

Solve 3(x + 2) = 2x + 11.

First distribute the 3:

3x + 6 = 2x + 11

Subtract 2x from both sides:

x + 6 = 11

Subtract 6 from both sides:

x = 5

When parentheses appear, expanding first often makes the structure of the equation easier to see. You can then combine like terms and continue with inverse operations.


Worked Example: Variables and Constants on Both Sides

Solve 4x - 7 = 9x + 8.

Subtract 4x from both sides:

-7 = 5x + 8

Subtract 8 from both sides:

-15 = 5x

Divide both sides by 5:

x = -3

A different valid path is to subtract 9x first. That path creates a negative coefficient, but it still leads to the same solution. Equivalent algebraic steps can look different while remaining correct.


Special Case: Infinitely Many Solutions

Not every linear equation has exactly one solution. Solve 4(x + 2) = 4x + 8.

Distribute on the left:

4x + 8 = 4x + 8

Subtract 4x from both sides:

8 = 8

This statement is always true. Every value of x makes the original equation true, so the equation has infinitely many solutions. Such an equation represents an identity over the allowed number system.


Special Case: No Solution

Now solve 3(x + 4) = 3x + 7.

Distribute:

3x + 12 = 3x + 7

Subtract 3x from both sides:

12 = 7

This statement is false. No value of x can make the original equation true, so the equation has no solution. The simplification has produced a contradiction.

A useful diagnostic rule is:

  1. Identity: If the variable disappears and the remaining statement is true, there are infinitely many solutions.
  2. Contradiction: If the variable disappears and the remaining statement is false, there is no solution.
  3. Unique solution: If the variable remains and can be isolated, there is one solution.


Equations with Fractions

Fractions can look difficult, but the same principles apply. Consider:

x/2 + 4 = x/4 + 7

Subtract x/4 from both sides:

x/4 + 4 = 7

Subtract 4:

x/4 = 3

Multiply both sides by 4:

x = 12

Another useful strategy is to multiply every term on both sides by a common denominator at the beginning. This can remove fractions, provided the multiplication is applied to every term on each side.


Equations with Decimals

Consider 0.5x + 2 = 0.2x + 5.

Subtract 0.2x from both sides:

0.3x + 2 = 5

Subtract 2:

0.3x = 3

Divide by 0.3:

x = 10

You can also multiply the entire equation by 10 first to remove the decimals. Either method is valid if you perform the operation on every term on both sides.


Checking and Explaining Your Work


Why Substitution Matters

A solution is not complete until you are confident that it makes the original equation true. Substitution is a direct check: replace the variable with your proposed solution and simplify both sides independently.

Suppose you solve 6x - 1 = 4x + 9 and get x = 5. Substituting gives 6 · 5 - 1 = 29 on the left and 4 · 5 + 9 = 29 on the right. Because the values agree, the check supports your solution.

If the two sides do not match, inspect your work for arithmetic mistakes, sign errors, missed terms, or an operation that was not applied to both sides.


Common Mistakes and How to Avoid Them

Mistake 1: Changing only one side. If you subtract 3x from the left, you must also subtract 3x from the right.

Mistake 2: Forgetting to distribute to every term. In 2(x + 5), the correct expansion is 2x + 10, not 2x + 5.

Mistake 3: Combining unlike terms. You cannot combine 4x + 3 into 7x because one term contains a variable and the other does not.

Mistake 4: Losing a negative sign. Write intermediate lines clearly, especially when subtracting negative numbers or dividing by a negative coefficient.

Mistake 5: Assuming every equation has one solution. If the variable cancels out, inspect the remaining statement to decide whether the equation has no solution or infinitely many solutions.


Choosing Efficient Steps

Many equations allow several correct solution paths. For 8x + 3 = 5x + 18, you could subtract 5x and get 3x + 3 = 18. You could instead subtract 8x and get 3 = -3x + 18. Both paths work, but the first one avoids a negative variable coefficient.

Efficiency in algebra means choosing steps that reduce complexity while keeping the logic transparent. Correctness comes first; shorter arithmetic is a helpful bonus.


Connections and Applications


From Equations to Graphs

A linear equation in one variable asks when two expressions have the same value. You can also think of the expressions as two linear functions. For example, solving 2x + 3 = 5x - 6 is equivalent to asking where the lines y = 2x + 3 and y = 5x - 6 have the same y-value.

If two nonparallel lines intersect, their intersection corresponds to one solution. If two equations describe the same line, there are infinitely many common points. If two distinct lines are parallel, there is no intersection and therefore no solution to the equality between the two expressions.


Word Problems

Equations with variables on both sides often appear when two quantities are compared.

Example: A game club charges a starting fee of 12 dollars plus 3 dollars per visit. Another club charges a starting fee of 4 dollars plus 5 dollars per visit. After how many visits do the total costs match?

Let v be the number of visits:

12 + 3v = 4 + 5v

Subtract 3v:

12 = 4 + 2v

Subtract 4:

8 = 2v

Divide by 2:

v = 4

After 4 visits, both plans cost the same amount. This type of model helps you compare prices, distances, ages, scores, or other changing quantities.


Strategy Summary

When you solve an equation with variables on both sides, focus on structure rather than memorizing a rigid trick. Simplify each side, preserve equality, collect variable terms, collect constants, isolate the variable, and check.

The most important question at every step is: Did I make a valid change that keeps both sides equivalent? If the answer is yes, your algebraic reasoning is on solid ground.


Interactive Tasks


Quiz: Test Your Knowledge

What operation keeps an equation equivalent when it is applied to both sides? (The same valid operation) (!An operation on the left side only) (!An operation on the variable only) (!A different operation on each side)




What is the solution of 5x + 2 = 3x + 10? (x = 4) (!x = 2) (!x = 5) (!x = 6)




What should you usually do first in 3(x + 4) = 2x + 15? (Use the distributive property) (!Divide both sides by 15) (!Replace x with zero) (!Erase the constant terms)




What happens when simplifying an equation leads to 7 = 7? (There are infinitely many solutions) (!There is no solution) (!The only solution is seven) (!The variable must be zero)




What happens when simplifying an equation leads to 5 = 9? (There is no solution) (!There are infinitely many solutions) (!The solution is five) (!The solution is nine)




Which terms are like terms? (6x and negative 2x) (!6x and 2) (!x and x squared) (!3 and 3x)




What is the solution of 7 - 2x = x - 8? (x = 5) (!x = negative 5) (!x = 3) (!x = 15)




Why is substitution useful after solving an equation? (It checks whether both sides have equal values) (!It changes the original equation) (!It removes every coefficient) (!It guarantees a positive answer)




What is the result of distributing 4 over x + 3? (4x + 12) (!4x + 3) (!x + 12) (!4x + 7)




What is the solution of x over 2 + 4 = x over 4 + 7? (x = 12) (!x = 3) (!x = 6) (!x = 24)





Memory Game

Variable A symbol representing an unknown or changeable value
Coefficient A number multiplying a variable
Constant A term without a variable
Inverse operation An operation that undoes another operation
Identity An equation true for every allowed value of the variable
Contradiction A false statement showing that an equation has no solution





Drag and Drop

Match the correct terms. Topic
Terms containing the unknown variable Variable terms
Numbers without variables Constant terms
Terms with the same variable part Like terms
A true statement after the variable cancels Infinitely many solutions
A false statement after the variable cancels No solution




...


Crossword Puzzle

Variable What symbol represents an unknown value?
Coefficient What number multiplies a variable?
Inverse What kind of operation undoes another operation?
Identity What equation is true for every allowed value?
Contradiction What false result can show that no solution exists?
Distribute What action multiplies a factor across every term inside parentheses?





LearningApps


Cloze Text

Complete the text.

An equation states that two expressions have

. When you solve an equation, you preserve equality by applying the same valid operation to

. Terms with the same variable part are called

. The distributive property helps you remove

. After collecting variable terms, you use inverse operations to

. A true statement left after the variable cancels indicates

. A false statement left after the variable cancels indicates

. You can verify a proposed answer by using

.




Open-Ended Tasks


Easy

  1. Balance model: Draw a balance-scale diagram for an equation such as 3x + 2 = x + 10 and show how removing equal quantities from both sides preserves equality.
  2. Worked solution poster: Create a one-page poster that solves one equation with variables on both sides and labels each algebraic step in clear English.
  3. Error detective: Write a deliberately incorrect solution containing one common algebra mistake, exchange it with a partner, and explain how to repair the error.
  4. Equation interview: Ask a classmate to explain what the equals sign means, record the response in notes, and improve the explanation using an example.


Standard

  1. Comparison problem: Invent a real-life price comparison that leads to an equation with variables on both sides, solve it, and explain what the solution means in context.
  2. Mini tutorial video: Produce a two-minute instructional video that demonstrates how to solve and check a linear equation with variables on both sides.
  3. Algebra tiles investigation: Build or draw algebra tiles for an equation with variable terms on each side and document each legal move until the variable is isolated.
  4. Solution classification gallery: Create three examples showing one solution, no solution, and infinitely many solutions, then add a short explanation under each example.


Advanced

  1. Multiple strategies comparison: Solve the same equation in two different valid ways, compare the number and difficulty of the steps, and argue which route is more efficient.
  2. Graph and algebra connection: Choose two linear expressions, solve where they are equal algebraically, graph both lines, and explain how the intersection confirms the solution.
  3. Equation design challenge: Create three different equations whose solution is x = 6, including one with parentheses and one with fractions, and justify why each equation has the required solution.
  4. Community mathematics investigation: Visit or examine a real pricing context such as transport, phone plans, sports clubs, or rentals, collect two cost rules, model when they are equal, and present your assumptions and conclusion.



Learning Assessment

  1. Reasoning with equivalence: Explain why subtracting the same variable term from both sides preserves the solution set, using both words and one worked example.
  2. Application challenge: Model a situation in which two changing costs become equal, solve the resulting equation, and interpret the solution in the original context.
  3. Error analysis: Analyze a solution in which a learner distributes incorrectly or changes only one side, identify the first invalid step, and repair the work.
  4. Special-case classification: Create and solve one equation with no solution and one with infinitely many solutions, then explain how the final simplified statements reveal the difference.
  5. Representation transfer: Solve an equation algebraically and then represent both sides as linear functions to explain how the graph confirms the algebraic result.
  6. Method evaluation: Compare two valid solution paths for the same equation and justify which path is clearer, more efficient, or less likely to produce arithmetic errors.




Evidence of Learning

Knowledge: You can define equation, variable, coefficient, constant, like terms, inverse operation, identity, and contradiction, and you understand why equality must be preserved.

Skills: You can simplify both sides of a linear equation, distribute, combine like terms, move variable terms using equivalent operations, isolate the variable, work with negative numbers, fractions, and decimals, and check a result by substitution.

Products: Strong evidence can include a clearly annotated worked solution, a balance model, an algebra-tile representation, a graph comparison, a real-life equation model, or a short teaching video.

Reasoning: You can explain why each transformation is valid rather than merely listing steps, and you can diagnose mistakes in someone else’s work.

Transfer: You can recognize when a real comparison can be modeled by two linear expressions, form an equation, solve it, interpret the answer, and connect the result to the intersection of two lines.




OERs on the Topic



Linked Learning Areas


aiMOOC Projects