Solving Equations, Variable On Both Side

KAPDEC® | Elite STEM Learning Platform | https://kapdec.com


Unit: Algebra – 1

Chapter: Solving Equations, Variable on Both Side

Reference: – Introduction to Variable on Both Sides, Collecting Like Terms, Moving Variables to One Side, Balancing Method, Transposition Method, Equations with Parentheses, Equations with Fractions and Decimals, Special Cases (No Solution, Infinite Solutions), Verification, Solved Examples, Odd-One-Out Problems, Common Mistakes, Practice Grid

After studying this chapter, you should be able to understand:

  • Introduction to Linear Equation in One Variable
  • Solving Equation on Variable on Both Side
  • Collecting Variable Terms on Both side
  • Equation with Parentheses, Fractions & Decimals

Introduction to Variable on Both Sides

Definition

In many linear equations, the variable appears on both sides of the equal’s sign. To solve such equations, we must first collect all variable terms on one side and all constant terms on the other.

General Form: ax + b = cx + d (where a, b, c, d are constants, a ≠ c or possibly a = c)

When we solve equations with variable on both sides, we essentially ask:

“How do I get all the x’s together on one side so I can isolate the variable?”

The answer: Add or subtract variable terms from both sides to move them.

Importance

  • Builds on basic equation-solving skills
  • Essential for solving real-world problems where variables appear in multiple places
  • Foundation for systems of equations and advanced algebra

Example

Equation: 3x + 2 = x + 10
Step 1: Subtract x from both sides → 2x + 2 = 10
Step 2: Subtract 2 from both sides → 2x = 8
Step 3: Divide by 2 → x = 4

So, if we had 3x + 2 = 3x + 5, that simplifies to 2 = 5 (no solution).

Subtopics

1. Why Move Variables to One Side?

Having variables on both sides makes it impossible to isolate the variable directly. By moving all variable terms to one side, we convert the equation into the familiar variable on one side form.

Golden Rule: Whatever you do to one side, do to the other.

2. Which Side to Move Variables To?

You can move variables to either side, but it’s conventional to end with a positive coefficient.

Rule

Example

Move smaller coefficient to larger coefficient side

3x + 4 = x + 12 → Move x (coefficient 1) to left

Or simply: Move all x’s to left, constants to right

Standard approach

Source: Kapdec.com

 

Method 1: Balancing Method

Definition

Perform the same operation on both sides to eliminate variables from one side.

Example 1: Solve 5x – 3 = 2x + 9

Step

Operation

Equation

Given

 

5x – 3 = 2x + 9

Subtract 2x from both sides

-2x

3x – 3 = 9

Add 3 to both sides

+3

3x = 12

Divide both sides by 3

÷3

x = 4

Source: Kapdec.com

Verification: LHS = 5(4)-3=20-3=17; RHS = 2(4)+9=8+9=17 ✓

Example 2: Solve 7x + 2 = 4x + 14

Step

Operation

Equation

Given

 

7x + 2 = 4x + 14

Subtract 4x

-4x

3x + 2 = 14

Subtract 2

-2

3x = 12

Divide by 3

÷3

x = 4

Source: Kapdec.com

Verification: LHS=7(4)+2=28+2=30; RHS=4(4)+14=16+14=30 ✓

 

Method 2: Transposition Method

Definition

Move variable terms from one side to the other by changing their sign (just like constants).

Example 1: Solve 6x – 5 = 2x + 11

Step

Operation

Given

6x – 5 = 2x + 11

Transpose 2x to LHS (becomes -2x)

6x – 2x – 5 = 11

Transpose -5 to RHS (becomes +5)

4x = 11 + 5

Simplify

4x = 16

Transpose ×4 to RHS (becomes ÷4)

x = 4

Source: Kapdec.com

Example 2: Solve 9x + 3 = 5x + 19

Step

Operation

Given

9x + 3 = 5x + 19

Transpose 5x to LHS (becomes -5x)

9x – 5x + 3 = 19

Transpose +3 to RHS (becomes -3)

4x = 19 – 3

Simplify

4x = 16

Divide

x = 4

Source: Kapdec.com

 

Standard Step-by-Step Strategy

Step 1: Use the distributive property if parentheses exist.
Step 2: Collect variable terms on one side (usually left).
Step 3: Collect constant terms on the other side.
Step 4: Combine like terms.
Step 5: Divide by the coefficient of the variable.
Step 6: Verify the solution.

 

Equations with Parentheses

Definition

When parentheses appear, simplify both sides first by distributing before moving variables.

Example 1: Solve 3(x + 2) = 2x + 10

Step

Operation

Equation

Given

 

3(x + 2) = 2x + 10

Distribute left

 

3x + 6 = 2x + 10

Subtract 2x from both sides

-2x

x + 6 = 10

Subtract 6

-6

x = 4

Source: Kapdec.com

Verification: LHS=3(4+2)=3×6=18; RHS=2(4)+10=8+10=18 ✓

Example 2: Solve 2(3x – 1) = 4(x + 2)

Step

Operation

Equation

Given

 

2(3x – 1) = 4(x + 2)

Distribute both sides

 

6x – 2 = 4x + 8

Subtract 4x

 

2x – 2 = 8

Add 2

 

2x = 10

Divide by 2

 

x = 5

Source: Kapdec.com

Verification: LHS=2(15-1)=2×14=28; RHS=4(5+2)=4×7=28 ✓

 

Equations with Fractions

Definitions

Clear fractions by multiplying both sides by the LCM of all denominators.

Example 1: Solve x/2 + 3 = x/3 + 5

Step

Operation

Equation

Given

 

x/2 + 3 = x/3 + 5

LCM of 2 and 3 = 6

   

Multiply both sides by 6

6(x/2 + 3) = 6(x/3 + 5)

 

Distribute

3x + 18 = 2x + 30

 

Subtract 2x

x + 18 = 30

 

Subtract 18

x = 12

 

Source: Kapdec.com

Verification: LHS=12/2+3=6+3=9; RHS=12/3+5=4+5=9 ✓

Example 2: Solve (2x – 1)/3 = (x + 2)/2

Step

Operation

Given

(2x – 1)/3 = (x + 2)/2

Cross multiply

2(2x – 1) = 3(x + 2)

Distribute

4x – 2 = 3x + 6

Subtract 3x

x – 2 = 6

Add 2

x = 8

Source: Kapdec.com

Verification: LHS=(16-1)/3=15/3=5; RHS=(8+2)/2=10/2=5

 

Special Cases

Case 1: No Solution

When the variable cancels out and the remaining statement is false.

Example: 2x + 3 = 2x + 7

Step

Equation

Subtract 2x from both sides

3 = 7

Result

3 = 7 (False)

Source: Kapdec.com

Conclusion: No solution (∅). These equations are called inconsistent.

Case 2: Infinite Solutions (Identity)

When the variable cancels out and the remaining statement is true for all values.

Example: 3x + 4 = 3x + 4

Step

Equation

Subtract 3x from both sides

4 = 4

Result

4 = 4 (True for all x)

Source: Kapdec.com

Conclusion: Infinite solutions (all real numbers). These equations are called identities.

Summary Table – Special Cases

After Simplifying

Conclusion

Example

5 = 5 (true, no variable)

Infinite solutions

2x+3=2x+3

5 = 7 (false, no variable)

No solution

2x+3=2x+7

x = 5 (variable remains)

One unique solution

2x+3=x+8

Source: Kapdec.com

 

Solved Examples

Example 1: Solve 8x – 5 = 3x + 15

Solution:

  • 8x – 5 = 3x + 15
  • 8x – 3x – 5 = 15
  • 5x – 5 = 15
  • 5x = 20
  • x = 4

Answer: x = 4

 

Example 2: Solve 4(x – 3) = 2(x + 5)

Solution:

  • 4x – 12 = 2x + 10
  • 4x – 2x = 10 + 12
  • 2x = 22
  • x = 11

Answer: x = 11

 

Example 3: Solve (x + 3)/4 = (x – 1)/2

Solution:

  • Cross multiply: 2(x + 3) = 4(x – 1)
  • 2x + 6 = 4x – 4
  • 2x – 4x = -4 – 6
  • -2x = -10
  • x = 5

Answer: x = 5

 

Example 4: Solve 5x – 7 = 5x + 3

Solution:

  • Subtract 5x from both sides: -7 = 3
  • False statement

Answer: No solution

 

Example 5 – Odd One Out:

Examine the five equations below. Exactly one has a different number of solutions. Identify it.

Item

Equation

1

3x + 2 = x + 10

2

5x – 4 = 5x – 4

3

2x + 7 = 2x + 9

4

4x – 3 = x + 9

5

6x + 1 = 2x + 17

Source: Kapdec.com

Solution:

Item

Solve

Solution Type

1

3x+2=x+10 → 2x=8 → x=4

One solution

2

5x-4=5x-4 → 0=0

Infinite solutions

3

2x+7=2x+9 → 7=9

No solution

4

4x-3=x+9 → 3x=12 → x=4

One solution

5

6x+1=2x+17 → 4x=16 → x=4

One solution

Source: Kapdec.com

Items 2 and 3 are special cases. If “exactly one has a different number of solutions” – Item 2 has infinite, Item 3 has zero, Items 1,4,5 have one. That’s two special cases.

Perhaps the intended is exactly one has INFINITE solutions – then Item 2.

Three reasons why Item 2 is the odd one out:

(A) Solution count: Item 2 has infinitely many solutions; all others have either one solution or no solution.

(B) Identity property: Item 2 is an identity (true for all x); others are conditional equations.

(C) Simplification result: Item 2 simplifies to 0=0 (always true); Item 3 simplifies to 7=9 (always false); Items 1,4,5 simplify to x = constant.

Conclusion: Item 2 is the odd one out.

 

Common Mistakes to Avoid

Mistake

Why It’s Wrong

Correct Approach

Moving variable but forgetting sign change

3x+2=x+10 → 3x+2-x=10 → but forgot sign?

3x – x + 2 = 10

Adding instead of subtracting variable terms

To eliminate x on RHS, subtract x

Subtract x, don’t add

Forgetting to distribute to both terms

3(x+2)=3x+2 (missing the 6)

3(x+2)=3x+6

Declaring no solution when variable cancels to 0=0

0=0 means infinite solutions, not none

0=0 → identity (infinite)

Declaring infinite solutions when 0=5

0=5 is false → no solution

0=constant (non-zero) → no solution

Cross multiplying incorrectly

(x+1)/2 = (x+3)/4 → 4x+1=2x+3 Wrong

4(x+1)=2(x+3)

Source: Kapdec.com

 

Practice Grid

Equation

Step 1 (Move variables)

Step 2 (Move constants)

Step 3 (Divide)

Solution

4x + 5 = 2x + 13

4x-2x+5=13 → 2x+5=13

2x=8

x=4

4

7x – 3 = 3x + 9

7x-3x-3=9 → 4x-3=9

4x=12

x=3

3

9x + 2 = 5x + 18

9x-5x+2=18 → 4x+2=18

4x=16

x=4

4

2(x+3) = 16

2x+6=16

2x=10

x=5

5

3(x-2)=2(x+1)

3x-6=2x+2 → 3x-2x-6=2

x-6=2

x=8

8

x/2+1 = x/3+2

×6: 3x+6=2x+12 → 3x-2x+6=12

x+6=12

x=6

6

2x+5=2x+5

5=5

Infinite

4x-3=4x+1

-3=1

No solution

Source: Kapdec.com

 

Quick Reference Card

Situation

Action

Variable on both sides

Add/subtract variable term to move to one side

Parentheses

Distribute first

Fractions

Multiply by LCM of denominators

Variables cancel → 0=0

Infinite solutions (Identity)

Variables cancel → 0=5

No solution (Inconsistent)

Source: Kapdec.com

Golden Rule: Always verify by substituting your answer back into the original equation.

 

Most Read

Class 8 math curriculum will teach students real numbers, rational numbers, and approximation of irrational numbers to rational numbers. In class 8 math, students are expected to know the four basic properties of numbers – the commutative, associative, closure, and distributive. Then students learn basic algebra, emphasizing the percentage, percentage comparison, and compound interest methods. As […]

Grade 8 Mathematics Curriculum   In Grade 8, instructional time should focus on three critical areas: (1) Formulating and reasoning about expressions and equations, including modeling an association in bivariate data with a linear equation, and solving linear equations and systems of linear equations; (2) Grasping the concept of a function and using functions to […]

KAPDEC® | Elite STEM Learning Platform | https://kapdec.com Unit: Algebra – 1 Chapter: Solving Equations, Variable on One Side Reference: – Introduction to Linear Equations, what is a Variable, what is an Equation, Solving Equations with Variable on One Side, Balancing Method, Transposition Method, Verification of Solution, Equations with Fractions, Equations with Decimals, Word Problems, […]