By the end of this chapter you'll be able to…

  • 1Identify linear equations in one variable
  • 2Solve linear equations using transposition
  • 3Translate word problems into algebraic equations
  • 4Verify solutions by substitution
  • 5Solve equations with fractions and brackets
💡
Why this chapter matters
Foundation of all higher algebra. Solving linear equations and translating word problems are skills used in every later math course and in real-life problem-solving.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

Algebra Play — Class 8 Mathematics (Ganita Prakash)

"Algebra is the language of the universe. With a single equation, x reveals secrets that numbers alone could never tell."

1. About the Chapter

'Algebra Play' is the gateway to modern algebra. This chapter teaches you:

  • Linear equations in one variable
  • Solving equations systematically
  • Translating word problems into equations
  • Verifying solutions
  • Real-world applications

The skills you build here will be used in every later math class — Class 9 onwards, especially in coordinate geometry, calculus, and physics.


2. What is an Algebraic Equation?

Definition

An algebraic equation is a mathematical statement claiming two expressions are equal, containing one or more variables.

Examples

  • 2x + 5 = 13
  • 3y − 7 = 2y + 1
  • x/4 = 6
  • 4(x + 1) = 20

Linear Equation in One Variable

An equation in which:

  • Only one variable appears (usually x)
  • The variable has degree 1 (no x², x³)
  • No fractions with variable in denominator

Examples of linear:

  • 3x + 5 = 14
  • 2(x − 3) = 8
  • x/3 − 4 = 5

NOT linear:

  • x² = 25 (quadratic — degree 2)
  • 2/x = 5 (variable in denominator)

3. Solving Linear Equations — Basic Principle

The Golden Rule

Whatever you do to one side, do the same to the other.

The equation stays balanced.

Allowed Operations

  • Add same number to both sides
  • Subtract same number from both sides
  • Multiply both sides by same non-zero number
  • Divide both sides by same non-zero number

Example

Solve 2x + 5 = 13.

  • Subtract 5 from both sides: 2x = 8
  • Divide both sides by 2: x = 4

Verify: 2(4) + 5 = 8 + 5 = 13 ✓


4. The Transposition Method (Quick Shortcut)

Idea

When you move a term from one side to the other, change its sign.

    • becomes −
  • − becomes +
  • × becomes ÷
  • ÷ becomes ×

Example

3x − 4 = 11

  • Transpose −4 to other side: 3x = 11 + 4 = 15
  • Transpose 3 (multiplied to x) to other side as ÷3: x = 15/3 = 5

Why It Works

Transposition is just a shortcut for "+ same number on both sides". It saves writing.


5. Solving Linear Equations — Steps

Standard Procedure

  1. Simplify both sides (remove brackets, combine like terms)
  2. Collect variable terms on one side, constants on the other
  3. Solve for the variable
  4. Verify by substituting back

Example with Fractions

Solve (x + 3)/2 = (2x − 1)/3.

Method 1: Cross-multiply

  • 3(x + 3) = 2(2x − 1)
  • 3x + 9 = 4x − 2
  • 9 + 2 = 4x − 3x
  • 11 = x
  • x = 11

Verify: LHS = (11+3)/2 = 7. RHS = (22−1)/3 = 21/3 = 7. ✓

Example with Brackets

Solve 4(x + 2) = 3(x − 5) + 19.

  • 4x + 8 = 3x − 15 + 19
  • 4x + 8 = 3x + 4
  • 4x − 3x = 4 − 8
  • x = −4

Verify: LHS = 4(−4+2) = 4(−2) = −8. RHS = 3(−4−5) + 19 = −27 + 19 = −8 ✓


6. Word Problems — Translating to Equations

The Translation Process

  1. Read the problem carefully (often 2-3 times)
  2. Identify the unknown (let it be x)
  3. Translate the conditions into equations using x
  4. Solve the equation
  5. Interpret the answer back in the context
  6. Verify by checking original conditions

Common Translations

EnglishAlgebra
"is", "equals"=
"more than", "greater by"+
"less than", "smaller by"
"times", "of"×
"divided by", "per"÷
"twice"2x
"thrice"3x
"half"x/2

Example

"The sum of three consecutive integers is 72. Find them."

Let smallest = x. Then the three integers are: x, x+1, x+2. Sum: x + (x+1) + (x+2) = 72 3x + 3 = 72 3x = 69 x = 23

Three integers: 23, 24, 25. Verify: 23 + 24 + 25 = 72 ✓


7. Worked Examples

Example 1: Basic

Solve: 7x − 9 = 16.

  • 7x = 16 + 9 = 25
  • x = 25/7

Example 2: With Brackets

Solve: 5(x − 1) = 3x + 7.

  • 5x − 5 = 3x + 7
  • 5x − 3x = 7 + 5
  • 2x = 12 → x = 6

Example 3: Fractions

Solve: x/3 + x/4 = 7.

  • LCM of 3 and 4 = 12
  • Multiply both sides by 12: 4x + 3x = 84
  • 7x = 84 → x = 12

Example 4: Cross-Multiplication

Solve: (2x − 5)/3 = (x + 1)/2.

  • 2(2x − 5) = 3(x + 1)
  • 4x − 10 = 3x + 3
  • x = 13

Example 5: Age Problem

"A is 8 years older than B. The sum of their ages is 40. Find their ages."

Let B's age = x. Then A's age = x + 8.

  • x + (x + 8) = 40
  • 2x + 8 = 40
  • 2x = 32 → x = 16
  • B = 16 years, A = 24 years

Example 6: Money Problem

"A man has ₹100 made of ₹10 and ₹5 coins. He has 11 coins in total. How many of each?"

Let ₹10 coins = x. Then ₹5 coins = 11 − x.

  • 10x + 5(11 − x) = 100
  • 10x + 55 − 5x = 100
  • 5x = 45 → x = 9
  • ₹10 coins = 9; ₹5 coins = 2

Example 7: Number Problem

"If 5 is added to thrice a number, the result is 23. Find the number."

Let the number = x.

  • 3x + 5 = 23
  • 3x = 18 → x = 6

Example 8: Speed Problem

"A car covers a distance at 60 km/h and returns at 40 km/h. The total time is 5 hours. Find the one-way distance."

Let one-way distance = x km.

  • Time going = x/60; Time returning = x/40
  • x/60 + x/40 = 5
  • LCM = 120: 2x + 3x = 600
  • 5x = 600 → x = 120 km

8. Common Mistakes

  1. Wrong sign in transposition

    • 3x + 5 = 17 → 3x = 17 + 5 (WRONG)
    • 3x + 5 = 17 → 3x = 17 − 5 (CORRECT)
  2. Multiplying/dividing only ONE side

    • 2x = 10 → x = 10 (forgot ÷2!)
    • 2x = 10 → x = 5 ✓
  3. Not distributing across brackets

    • 2(x + 3) = 6 → x + 3 = 6 (wrong — forgot to distribute or divide both sides by 2)
    • 2(x + 3) = 6 → 2x + 6 = 6 → 2x = 0 → x = 0 ✓
  4. Forgetting to verify

    • Always plug answer back into original equation
  5. Mistranslating word problems

    • "5 less than x" = x − 5 (NOT 5 − x)
    • "5 more than x" = x + 5

9. Real-World Applications

Personal Finance

  • Calculating savings, expenses, taxes
  • Discounts and percentages

Science

  • Physics formulas: F = ma → a = F/m (algebraic manipulation)
  • Chemistry molar calculations

Engineering

  • Sizing parts, distances, materials
  • Circuit analysis

Computer Science

  • Algorithm analysis (variables and equations)
  • Database queries (constraints as equations)

Everyday

  • Mixing solutions
  • Splitting bills evenly
  • Calculating time for tasks

10. Tips for Mastery

For Solving

  • ALWAYS verify your answer
  • Show all steps clearly
  • Use transposition for speed

For Word Problems

  • READ TWICE before setting up
  • Define variable clearly
  • Translate one sentence at a time
  • After solving, INTERPRET answer in context

Practice

  • 10 simple equations daily
  • 5 word problems daily
  • Mix types (numerical, age, money, speed)

11. Connection to Future Chapters

Class 9

  • Linear equations in TWO variables (chapter 4)
  • Polynomials (algebraic manipulation)
  • Lines and their equations

Class 10

  • Quadratic equations (degree 2)
  • Coordinate geometry
  • Surds and exponents

Class 11-12

  • Calculus uses algebraic manipulation everywhere
  • Complex numbers
  • Trigonometric equations

The algebraic fluency you build NOW will save you years of struggle later.


12. Conclusion

'Algebra Play' is one of the most transformative chapters in your math education. The leap from arithmetic (numbers) to algebra (symbols) is the leap from FOLLOWING instructions to GIVING instructions.

Master:

  • The golden rule (do same to both sides)
  • Transposition shortcut
  • Solving with brackets and fractions
  • Word-problem translation
  • Verification

Every later science, technology, engineering, and mathematics course depends on these skills. Practise daily, and algebra will become your friend.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Golden rule
Same operation on both sides
Maintains equality
Transposition
Move term to other side, change its sign
+ ↔ −, × ↔ ÷
Cross-multiplication
a/b = c/d ⟹ ad = bc
Linear equation form
ax + b = c (a ≠ 0)
Solution
x = (c − b)/a
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Wrong sign on transposition
3x + 5 = 17 → 3x = 17 − 5 (NOT 17 + 5). Change sign when moving across =.
WATCH OUT
Operating on only one side
Always do the SAME thing to BOTH sides to preserve equality.
WATCH OUT
Distributing wrong
2(x + 3) = 2x + 6, not 2x + 3 or x + 6.
WATCH OUT
Not verifying
Always plug your answer back into the ORIGINAL equation to check.
WATCH OUT
Mistranslating word problems
'5 less than x' = x − 5 (NOT 5 − x). Read carefully.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Solve
Solve: 3x − 5 = 16.
Show solution
✦ Answer: Transpose −5: 3x = 16 + 5 = 21. Divide by 3: x = 7.
Q2EASY· Verify
Is x = 4 a solution of 2x + 7 = 15?
Show solution
✦ Answer: LHS = 2(4) + 7 = 15 = RHS. Yes, x = 4 is the solution.
Q3MEDIUM· Brackets
Solve: 4(x − 2) + 3(x + 1) = 25.
Show solution
Step 1 — Distribute. 4x − 8 + 3x + 3 = 25 Step 2 — Combine like terms. 7x − 5 = 25 Step 3 — Transpose constants. 7x = 25 + 5 = 30 Step 4 — Divide. x = 30/7 ≈ 4.286 Or: x = 30/7 Step 5 — Verify. LHS = 4(30/7 − 2) + 3(30/7 + 1) = 4(16/7) + 3(37/7) = 64/7 + 111/7 = 175/7 = 25 ✓ ✦ Answer: x = 30/7.
Q4MEDIUM· Word
Three times a number, decreased by 7, equals 38. Find the number.
Show solution
Step 1 — Define variable. Let the number = x. Step 2 — Translate to equation. 'Three times a number' = 3x 'Decreased by 7' = 3x − 7 'Equals 38' = (= 38) Equation: 3x − 7 = 38 Step 3 — Solve. 3x = 38 + 7 = 45 x = 15 Step 4 — Verify. 3(15) − 7 = 45 − 7 = 38 ✓ ✦ Answer: The number is 15.
Q5HARD· Application
A jar contains 5-rupee and 10-rupee coins totalling ₹220. If there are 30 coins in all, find how many of each.
Show solution
Step 1 — Define variables. Let number of ₹5 coins = x. Then number of ₹10 coins = 30 − x. Step 2 — Set up equation (total value). Value of ₹5 coins: 5x Value of ₹10 coins: 10(30 − x) = 300 − 10x Total value: 5x + (300 − 10x) = 220 Step 3 — Simplify and solve. 5x − 10x + 300 = 220 −5x + 300 = 220 −5x = −80 x = 16 Step 4 — Find both coin counts. ₹5 coins: 16 ₹10 coins: 30 − 16 = 14 Step 5 — Verify. Total coins: 16 + 14 = 30 ✓ Total value: 5(16) + 10(14) = 80 + 140 = ₹220 ✓ ✦ Answer: 16 coins of ₹5 and 14 coins of ₹10.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Linear equation in one variable: ax + b = c (a ≠ 0)
  • Solution: x = (c − b)/a
  • Golden rule: same operation on both sides
  • Transposition: change sign when moving across =
  • Cross-multiplication: a/b = c/d ⟹ ad = bc
  • Always VERIFY by substituting back
  • Word problems: define variable, translate, solve, interpret
  • Common types: age, money, speed, mixture, consecutive numbers

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 12-15 marks per chapter (highest weightage with Proportional Reasoning)

Question typeMarks eachTypical countWhat it tests
MCQ / Very Short12-3Solve simple equation; verify
Short Answer32-3Solve with brackets/fractions; translate word problem
Long Answer51-2Complex word problems (age, money, speed)
Prep strategy
  • Solve 10 equations daily for fluency
  • Practice 5 word problems daily across types
  • Master transposition shortcut
  • Always verify solutions
  • Practice age, money, speed, mixture problems

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Personal finance

Calculating budgets, savings goals, EMIs — all involve linear equations.

Engineering

Sizing parts, electrical circuit analysis, structural calculations.

Recipe scaling

If a recipe for 4 needs 200g flour, how much for 9? Linear equation.

Travel planning

If you've travelled 60% of a journey in 3 hours, how long total? Linear equation.

Business operations

Inventory management, pricing, scheduling — all use algebraic thinking.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. Solve equation step by step (don't skip)
  2. Always verify the answer in the original equation
  3. For word problems, define variable clearly at start
  4. Write the equation BEFORE solving
  5. Interpret the answer in context
  6. Show working — partial credit is common

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • System of two linear equations (Class 9)
  • Solving equations involving absolute values
  • Diophantine equations (integer solutions only)
  • Indian heritage: Aryabhata's 'Kuttaka' algorithm for linear Diophantine equations
  • Bhaskara II's algebraic word problems in Lilavati

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 8 School ExamVery High
Class 8 OlympiadVery High
NTSEVery High
Class 9 Linear EquationsVery High — direct prerequisite
Class 10 Quadratic EquationsVery High

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

Verification catches mistakes immediately. In word problems, the answer must also make REAL-WORLD sense — age cannot be negative, speed must be positive, etc. Verification is your safety net.

Fractional answers are usually FINE for math problems. In word problems, check if fractions make sense. For example, 'number of people' must be whole, but 'distance' can be fractional. If you expect a whole number and get a fraction, recheck your equation setup.

Arithmetic: given specific numbers, compute the answer. Algebra: given a RELATIONSHIP, find the unknown. Arithmetic answers 'what is 5 + 7?'; algebra answers 'what number, when added to 5, gives 12?'. Algebra is more powerful — it solves a CLASS of problems with the same form.
Verified by the tuition.in editorial team
Last reviewed on 20 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo