Study Guide

Linear Equations in One Variable: ICSE Class 7 Guide

From the balance method to tricky word problems on ages and perimeters, a complete teacher friendly guide to the Selina chapter.

ICSEClass 7
SparkEd Math9 April 202612 min read
ICSE Class 7 student solving a linear equation on a notebook

The Sum That Looks Hard and Is Actually Easy

A boy in my Saturday class once told me his school paper had a 'really hard' question. It said: 'The sum of three consecutive numbers is 54. Find them.' He had written half a page of trial and error, crossed everything out, and still got the wrong answer. I showed him one line, x+(x+1)+(x+2)=54x + (x + 1) + (x + 2) = 54, and watched his face light up when he got x=17x = 17 and the three numbers 17, 18 and 19 in under a minute.

That is the magic of linear equations. They take word problems that look intimidating and turn them into a clean, mechanical recipe: name the unknown, write the equation, solve, answer in words. Four steps. Same four steps for every problem.

ICSE Class 7 leans heavily on this chapter because it is the foundation for everything algebraic that follows. The Selina textbook has exercises full of age problems, number problems and perimeter problems, and once your child gets the rhythm of the four step method they will start looking forward to these questions.

What Is a Linear Equation?

An equation is any statement that says two expressions are equal. 2+3=52 + 3 = 5 is an equation. x+4=10x + 4 = 10 is also an equation, but this one has an unknown called xx that we need to find.

A linear equation is an equation where the variable appears only to the first power. No x2x^2, no x3x^3, no square roots or fractions of xx. The word linear comes from the fact that if you draw such an equation on a graph, you get a straight line. For Class 7 we only work with equations in one variable, so the graph idea is saved for Class 9.

Examples of linear equations in one variable:

* x+7=12x + 7 = 12
* 3y5=103y - 5 = 10
* 2(z3)=82(z - 3) = 8

Not linear:

* x2+1=5x^2 + 1 = 5 (has x2x^2)
* 1x=3\frac{1}{x} = 3 (has xx in denominator)

The solution of an equation is the value of the variable that makes both sides equal. For x+7=12x + 7 = 12, the solution is x=5x = 5 because 5+75 + 7 does equal 1212.

The Balance Method: Think of a See-Saw

Imagine a see-saw in perfect balance. On one side sits x+7x + 7, on the other sits 1212. Because they are equal, the see-saw is level. Now here is the golden rule of equation solving: whatever you do to one side, you must do to the other, otherwise the see-saw tilts.

You can add the same thing to both sides, subtract the same thing from both sides, multiply both sides by the same number or divide both sides by the same non zero number. The see-saw stays balanced and the solution does not change.

To solve x+7=12x + 7 = 12 using the balance method, we want xx alone on one side. So we subtract 77 from both sides.

x+77=127x + 7 - 7 = 12 - 7

x=5x = 5

Done. This method is extremely safe for beginners because it makes every step visible. Selina uses it in the first few pages of the chapter before moving to the faster transposition method.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Transposition: The Faster Shortcut

Transposition is the balance method with one step hidden. Instead of writing 'subtract 7 from both sides', you just move the 7 across the equal sign and change its sign from plus to minus. The logic is identical, but the writing is shorter.

Rules of transposition:

* A term added on one side becomes subtracted when it crosses over.
* A term subtracted on one side becomes added when it crosses over.
* A term multiplied on one side becomes divided when it crosses over.
* A term divided on one side becomes multiplied when it crosses over.

So the equation x+7=12x + 7 = 12 becomes x=127=5x = 12 - 7 = 5 in one step.

The equation 3x=153x = 15 becomes x=153=5x = \frac{15}{3} = 5.

The equation x4=6\frac{x}{4} = 6 becomes x=6×4=24x = 6 \times 4 = 24.

Once a student is comfortable with transposition, solving takes a third of the time. But I still recommend staying on the balance method for the first week, because transposition is easy to abuse. Students start transposing terms they should not, and the equation goes wrong. Earn your speed.

Equations with the Variable on Both Sides

Some equations have the variable appearing on both sides of the equal sign. The trick is to first bring all variable terms to one side and all constants to the other side, then solve as usual.

Worked example 1:
Solve 5x3=2x+95x - 3 = 2x + 9.

Step 1: Move 2x2x from the right side to the left. It becomes 2x-2x.

5x2x3=95x - 2x - 3 = 9

Step 2: Move 3-3 from the left side to the right. It becomes +3+3.

5x2x=9+35x - 2x = 9 + 3

Step 3: Simplify both sides.

3x=123x = 12

Step 4: Divide both sides by 33.

x=4x = 4

Check: Put x=4x = 4 back into the original equation. Left side: 5(4)3=175(4) - 3 = 17. Right side: 2(4)+9=172(4) + 9 = 17. Both sides match, so the answer is correct.

Always check your answer. It takes ten seconds and saves you the heartbreak of a wrong mark on a silly arithmetic error.

Equations with Brackets and Fractions

Selina Exercise 12C and beyond loves to throw brackets and fractions at you. The strategy is always the same: open the brackets first, clear the fractions second, then transpose.

Worked example 2:
Solve 3(2x5)=4x+13(2x - 5) = 4x + 1.

Step 1: Expand the bracket on the left.

6x15=4x+16x - 15 = 4x + 1

Step 2: Transpose.

6x4x=1+156x - 4x = 1 + 15

Step 3: Simplify.

2x=162x = 16

Step 4: Divide.

x=8x = 8

Worked example 3 (with fractions):
Solve x2+x3=10\frac{x}{2} + \frac{x}{3} = 10.

Step 1: Find the LCM of the denominators. LCM of 22 and 33 is 66. Multiply every term on both sides by 66 to clear fractions.

6x2+6x3=6106 \cdot \frac{x}{2} + 6 \cdot \frac{x}{3} = 6 \cdot 10

3x+2x=603x + 2x = 60

Step 2: Simplify.

5x=605x = 60

Step 3: Divide.

x=12x = 12

The LCM trick is a lifesaver. Never try to add fractions term by term in an equation, it just creates more work.

Word Problems: The Four Step Method

Every word problem in this chapter can be cracked with four steps:

1. Read twice. Once for the story, once for the numbers.
2. Name the unknown. Assign a letter to the thing you are asked to find.
3. Write the equation. Convert the story into a mathematical sentence.
4. Solve and answer in words. Find the value of the letter, then write your final answer as a full sentence.

Worked example 4 (Age problem):
Ravi is three times as old as his son Arjun. Six years ago, Ravi was five times as old as Arjun. Find their present ages.

Step 1: Read twice.

Step 2: Let Arjun's present age be xx years. Then Ravi's present age is 3x3x years.

Step 3: Six years ago, Arjun was x6x - 6 and Ravi was 3x63x - 6. The problem says Ravi was five times Arjun at that time.

3x6=5(x6)3x - 6 = 5(x - 6)

Step 4: Solve.

3x6=5x303x - 6 = 5x - 30

3x5x=30+63x - 5x = -30 + 6

2x=24-2x = -24

x=12x = 12

So Arjun is 1212 years old and Ravi is 3×12=363 \times 12 = 36 years old.

Check: Six years ago Arjun was 66 and Ravi was 3030. Is 30=5×630 = 5 \times 6? Yes. Correct.

Worked example 5 (Number problem):
Five more than twice a number equals three less than four times the same number. Find the number.

Step 1: Let the number be xx.

Step 2: 'Five more than twice a number' is 2x+52x + 5. 'Three less than four times the number' is 4x34x - 3. These are equal.

2x+5=4x32x + 5 = 4x - 3

Step 3:

2x4x=352x - 4x = -3 - 5

2x=8-2x = -8

x=4x = 4

The number is 44.

Worked example 6 (Perimeter problem):
The length of a rectangle is 55 cm more than its breadth. If the perimeter is 5050 cm, find the length and breadth.

Step 1: Let breadth =x= x cm. Then length =x+5= x + 5 cm.

Step 2: Perimeter =2(length+breadth)=50= 2(\text{length} + \text{breadth}) = 50.

2(x+5+x)=502(x + 5 + x) = 50

Step 3: Solve.

2(2x+5)=502(2x + 5) = 50

4x+10=504x + 10 = 50

4x=404x = 40

x=10x = 10

Breadth is 1010 cm, length is 1515 cm.

Check: Perimeter =2(15+10)=50= 2(15 + 10) = 50 cm. Correct.

ICSE vs CBSE: Word Problem Focus

Both boards teach linear equations in Class 7, but the flavour is different. CBSE exercises split almost evenly between mechanical equation solving and word problems. ICSE Selina, on the other hand, spends roughly sixty percent of the chapter on word problems, especially age, number, perimeter and simple consecutive number problems.

This is one reason ICSE students sometimes feel this chapter is harder. It is not that the equations are tougher, it is that translating English into an equation takes practice. And practice is the only cure. A student who does twenty word problems in a week will feel confident. A student who does two will panic in the exam.

The ICSE emphasis also pays off in the long run. Class 9 and 10 ICSE papers continue to feature word problems heavily, including those involving quadratic equations, linear equations in two variables and commercial maths. The Class 7 training is where the habit of 'read, name, translate, solve' first becomes automatic.

Common Mistakes

Watch for these errors, they are the top six reasons students lose marks in school exams on this chapter.

1. Forgetting to change sign during transposition. Writing x+7=12x + 7 = 12 becomes x=12+7=19x = 12 + 7 = 19. The 77 should become 7-7 when it crosses over.

2. Dividing only one term. Writing 2x+4=102x + 4 = 10 becomes x+4=5x + 4 = 5. When dividing, you must divide every term on both sides, not just one.

3. Opening brackets incorrectly. Writing 3(2x5)=6x53(2x - 5) = 6x - 5. The 33 must multiply both terms inside, so it is 6x156x - 15.

4. Losing the negative sign. Solving 2x=10-2x = 10 and writing x=5x = 5. The correct answer is x=5x = -5.

5. Skipping the verification. Not checking the answer by substituting back. This is the cheapest insurance against silly mistakes.

6. Wrong translation in word problems. Writing 'five more than twice a number' as 5+2+x5 + 2 + x instead of 2x+52x + 5. Read the phrase slowly, identify 'twice a number' first, then the 'five more' part.

Study Plan for the Chapter

Here is a week long plan to master the Selina chapter.

Day 1: Read the introduction, solve ten basic balance method equations.

Day 2: Transposition method. Solve fifteen equations of the form ax+b=cax + b = c and ax+b=cx+dax + b = cx + d.

Day 3: Equations with brackets. Ten questions, all with at least one pair of brackets.

Day 4: Equations with fractions. Ten questions using the LCM clearing technique.

Day 5: Word problems on numbers and ages. Five of each type, solve with full four step method.

Day 6: Word problems on perimeter, geometry and ratios. Ten questions total.

Day 7: Mixed revision. Pick twenty random problems and time yourself.

You can use the SparkEd Linear Equations practice module for instant feedback on each step, and print the Linear Equations worksheet for a paper test with a full answer key.

Key Takeaways

* A linear equation in one variable has the form ax+b=cax + b = c where the variable power is 11.
* The balance method keeps both sides equal by performing the same operation on both.
* Transposition is a shortcut where terms crossing the equal sign flip their operation.
* For equations with brackets, open brackets first. For fractions, multiply by the LCM to clear them.
* For word problems follow the four step method: read, name the unknown, write the equation, solve and answer in words.
* Always verify your answer by substituting it back into the original equation.
* Practice word problems daily. Translation from English to maths is a skill built through repetition.

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now