Solved Examples

NCERT Solutions for Class 7 Maths Chapter 4: Simple Equations — Complete Guide with Step-by-Step Solutions

Complete exercise-wise solutions — learn to form equations, solve by balancing and transposing, and master word problems with 40+ solved examples.

CBSEClass 7
The SparkEd Authors (IITian & Googler)15 March 202655 min read
NCERT Solutions Class 7 Maths Chapter 4 Simple Equations — SparkEd

Why Simple Equations Is Your Gateway to Algebra

Simple Equations is one of the most important chapters in Class 7 because it marks your true entry into the world of algebra. While previous chapters dealt with arithmetic — computing with known numbers — this chapter teaches you to work with unknowns. You learn to translate real-world problems into mathematical equations and solve them systematically.

This skill is not just for exams. Every time you think "I know the total cost is Rs. 500 and each item costs Rs. 75, so how many items can I buy?" — you are setting up and solving an equation.

The NCERT textbook organises this chapter into 4 exercises:
- Exercise 4.1: Setting up equations — understanding what equations are and checking solutions
- Exercise 4.2: Solving equations using the balancing method
- Exercise 4.3: Solving equations using transposing
- Exercise 4.4: Applications — word problems

This guide covers 8-10 solved problems from each exercise, explains both solving methods in depth, and provides a clear strategy for word problems. Let us begin!

Understanding Equations: Expressions vs. Equations

Before solving equations, let us understand what they are and how they differ from expressions.

An expression is a mathematical phrase that combines numbers, variables, and operations. It does NOT have an equals sign.
Examples: 3x+53x + 5, 2y72y - 7, x2+1x^2 + 1.

An equation is a statement that two expressions are equal. It HAS an equals sign.
Examples: 3x+5=203x + 5 = 20, 2y7=112y - 7 = 11, x+3=10x + 3 = 10.

The solution (or root) of an equation is the value of the variable that makes both sides equal. For example, in x+3=10x + 3 = 10, the solution is x=7x = 7 because 7+3=107 + 3 = 10.

A simple equation has only one variable and that variable appears with power 11 only (no x2x^2 or x3x^3). These are also called linear equations in one variable.

The Balance Model

Think of an equation as a balance scale (weighing scale). The left-hand side (LHS) and right-hand side (RHS) are the two pans.

When the equation is true, both pans are balanced. To keep the balance:
- Whatever you add to one side, you must add to the other.
- Whatever you subtract from one side, you must subtract from the other.
- Whatever you multiply one side by, you must multiply the other by the same number.
- Whatever you divide one side by, you must divide the other by the same number.

This is the essence of the balancing method — and it guarantees that the equation remains true at every step.

Checking If a Value Is a Solution

To check if a given value is a solution, substitute it into the equation and see if LHS == RHS.

Example: Is x=4x = 4 a solution of 3x5=73x - 5 = 7?

LHS=3(4)5=125=7\text{LHS} = 3(4) - 5 = 12 - 5 = 7

RHS=7\text{RHS} = 7

Since LHS == RHS, yes, x=4x = 4 is a solution.

Example: Is x=3x = 3 a solution of 2x+1=92x + 1 = 9?

LHS=2(3)+1=7\text{LHS} = 2(3) + 1 = 7

RHS=9\text{RHS} = 9

Since 797 \neq 9, no, x=3x = 3 is NOT a solution.

Exercise 4.1 — Setting Up Equations

This exercise tests your ability to translate verbal statements into equations and to verify solutions by substitution.

Solved Example 1: Identifying Solutions

Problem: Check whether x=5x = 5 is a solution of 2x3=72x - 3 = 7.

Solution:
Substitute x=5x = 5:

LHS=2(5)3=103=7=RHS\text{LHS} = 2(5) - 3 = 10 - 3 = 7 = \text{RHS}

Yes, x=5x = 5 is a solution. \square

Solved Example 2: Writing Equations from Statements

Problem: Write the equation for: "77 added to twice a number gives 1919."

Solution:
Let the number be xx.
"Twice a number" =2x= 2x.
"77 added to twice a number" =2x+7= 2x + 7.
"Gives 1919" \to equals 1919.

2x+7=192x + 7 = 19

Solved Example 3: Fractions in Equations

Problem: Write the equation for: "If you subtract 33 from one-third of a number, you get 44."

Solution:
Let the number be xx.

x33=4\frac{x}{3} - 3 = 4

Solved Example 4: Age Problem Setup

Problem: Ravi's age after 1515 years will be four times his present age. Write the equation. If his present age is 55, verify.

Solution:
Let present age =x= x.
Age after 1515 years =x+15= x + 15.
Four times present age =4x= 4x.

x+15=4xx + 15 = 4x

**Verification for x=5x = 5:**
LHS =5+15=20= 5 + 15 = 20.
RHS =4×5=20= 4 \times 5 = 20.
LHS == RHS. Verified.

Solved Example 5: Coin Problem Setup

Problem: A piggy bank contains Rs. 55 and Rs. 22 coins. There are twice as many Rs. 22 coins as Rs. 55 coins. The total amount is Rs. 7272. Set up the equation.

Solution:
Let the number of Rs. 55 coins =x= x.
Number of Rs. 22 coins =2x= 2x.

Total amount: 5x+2(2x)=725x + 2(2x) = 72

5x+4x=725x + 4x = 72

9x=729x = 72

Solved Example 6: Perimeter Problem Setup

Problem: The length of a rectangle is 33 cm more than its breadth. The perimeter is 3030 cm. Write the equation.

Solution:
Let breadth =x= x cm. Then length =x+3= x + 3 cm.
Perimeter =2(l+b)=2(x+3+x)=2(2x+3)= 2(l + b) = 2(x + 3 + x) = 2(2x + 3).

2(2x+3)=302(2x + 3) = 30

Solved Example 7: Multiple Solutions Check

Problem: Check which value is the solution of 5x+2=175x + 2 = 17: (a) x=2x = 2, (b) x=3x = 3, (c) x=4x = 4.

Solution:
(a) 5(2)+2=12175(2) + 2 = 12 \neq 17. Not a solution.
(b) 5(3)+2=17=175(3) + 2 = 17 = 17. This IS the solution.
(c) 5(4)+2=22175(4) + 2 = 22 \neq 17. Not a solution.

Answer: x=3x = 3.

Solved Example 8: Consecutive Numbers

Problem: Three consecutive integers add up to 4242. Write the equation.

Solution:
Let the integers be xx, x+1x + 1, x+2x + 2.

x+(x+1)+(x+2)=42x + (x + 1) + (x + 2) = 42

3x+3=423x + 3 = 42

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

Try Free

Exercise 4.2 — Solving by the Balancing Method

The balancing method is the most intuitive way to solve equations. The rule is simple: whatever you do to one side, do exactly the same to the other side.

Solved Example 1: One-Step Addition Equation

Problem: Solve x+5=8x + 5 = 8.

Solution:
Subtract 55 from both sides:

x+55=85x + 5 - 5 = 8 - 5

x=3x = 3

Verification: 3+5=83 + 5 = 8. Correct.

Solved Example 2: One-Step Multiplication Equation

Problem: Solve 3x=183x = 18.

Solution:
Divide both sides by 33:

3x3=183\frac{3x}{3} = \frac{18}{3}

x=6x = 6

Verification: 3×6=183 \times 6 = 18. Correct.

Solved Example 3: Two-Step Equation

Problem: Solve 2x+4=122x + 4 = 12.

Solution:
Step 1: Subtract 44 from both sides:

2x+44=1242x + 4 - 4 = 12 - 4

2x=82x = 8

Step 2: Divide both sides by 22:

x=4x = 4

Verification: 2(4)+4=8+4=122(4) + 4 = 8 + 4 = 12. Correct.

Solved Example 4: Equation with Division

Problem: Solve x2=7\frac{x}{2} = 7.

Solution:
Multiply both sides by 22:

x=7×2=14x = 7 \times 2 = 14

Verification: 142=7\frac{14}{2} = 7. Correct.

Solved Example 5: Equation with Subtraction

Problem: Solve 3x5=163x - 5 = 16.

Solution:
Step 1: Add 55 to both sides: 3x=213x = 21.
Step 2: Divide by 33: x=7x = 7.

Verification: 3(7)5=215=163(7) - 5 = 21 - 5 = 16. Correct.

Solved Example 6: Negative Result

Problem: Solve 4x+7=34x + 7 = 3.

Solution:
Step 1: Subtract 77: 4x=37=44x = 3 - 7 = -4.
Step 2: Divide by 44: x=1x = -1.

Verification: 4(1)+7=4+7=34(-1) + 7 = -4 + 7 = 3. Correct.

Note: Equations can have negative solutions. This is perfectly valid.

Solved Example 7: Fraction Coefficient

Problem: Solve 2x3=8\frac{2x}{3} = 8.

Solution:
Multiply both sides by 33: 2x=242x = 24.
Divide by 22: x=12x = 12.

Verification: 2×123=243=8\frac{2 \times 12}{3} = \frac{24}{3} = 8. Correct.

Solved Example 8: Equation with Parentheses

Problem: Solve 5(x3)=205(x - 3) = 20.

Solution:
Divide both sides by 55: x3=4x - 3 = 4.
Add 33: x=7x = 7.

Verification: 5(73)=5×4=205(7 - 3) = 5 \times 4 = 20. Correct.

Solved Example 9: Variable on Both Sides (Introduction)

Problem: Solve 5x=3x+125x = 3x + 12.

Solution:
Subtract 3x3x from both sides: 5x3x=125x - 3x = 12.

2x=122x = 12

x=6x = 6

Verification: LHS =5(6)=30= 5(6) = 30. RHS =3(6)+12=18+12=30= 3(6) + 12 = 18 + 12 = 30. Correct.

Solved Example 10: Multi-Step with Fractions

Problem: Solve x4+3=10\frac{x}{4} + 3 = 10.

Solution:
Subtract 33: x4=7\frac{x}{4} = 7.
Multiply by 44: x=28x = 28.

Verification: 284+3=7+3=10\frac{28}{4} + 3 = 7 + 3 = 10. Correct.

Exercise 4.3 — Solving by Transposing

Transposing is a shortcut version of the balancing method. When you move (transpose) a term from one side of the equation to the other, you change its sign:
- ++ becomes -
- - becomes ++
- ×\times becomes ÷\div
- ÷\div becomes ×\times

This is faster than the balancing method once you are comfortable with it.

Solved Example 1: Basic Transposing

Problem: Solve 5x+2=275x + 2 = 27.

Solution:
Transpose +2+2: 5x=272=255x = 27 - 2 = 25.
Transpose ×5\times 5: x=255=5x = \frac{25}{5} = 5.

Verification: 5(5)+2=25+2=275(5) + 2 = 25 + 2 = 27. Correct.

Solved Example 2: Transposing with Fractions

Problem: Solve 3x2=9\frac{3x}{2} = 9.

Solution:
Multiply both sides by 22: 3x=183x = 18.
Divide by 33: x=6x = 6.

Verification: 3×62=182=9\frac{3 \times 6}{2} = \frac{18}{2} = 9. Correct.

Solved Example 3: Parentheses

Problem: Solve 4(x+2)=204(x + 2) = 20.

Solution:
Divide by 44: x+2=5x + 2 = 5.
Transpose +2+2: x=3x = 3.

Verification: 4(3+2)=4×5=204(3 + 2) = 4 \times 5 = 20. Correct.

Solved Example 4: Fractional Solution

Problem: Solve 7x9=167x - 9 = 16.

Solution:
Transpose 9-9: 7x=16+9=257x = 16 + 9 = 25.

x=257=347x = \frac{25}{7} = 3\frac{4}{7}

Verification: 7×2579=259=167 \times \frac{25}{7} - 9 = 25 - 9 = 16. Correct.

Solved Example 5: Two-Step Transposing

Problem: Solve 2x3+1=7\frac{2x}{3} + 1 = 7.

Solution:
Transpose +1+1: 2x3=6\frac{2x}{3} = 6.
Multiply by 33: 2x=182x = 18.
Divide by 22: x=9x = 9.

Verification: 2×93+1=183+1=6+1=7\frac{2 \times 9}{3} + 1 = \frac{18}{3} + 1 = 6 + 1 = 7. Correct.

Solved Example 6: Variable on Both Sides

Problem: Solve 8x3=5x+128x - 3 = 5x + 12.

Solution:
Transpose 5x5x to the left: 8x5x3=128x - 5x - 3 = 12.
Simplify: 3x3=123x - 3 = 12.
Transpose 3-3: 3x=153x = 15.
Divide: x=5x = 5.

Verification: LHS =8(5)3=37= 8(5) - 3 = 37. RHS =5(5)+12=37= 5(5) + 12 = 37. Correct.

Solved Example 7: Negative Coefficient

Problem: Solve 3x+7=8-3x + 7 = -8.

Solution:
Transpose +7+7: 3x=87=15-3x = -8 - 7 = -15.
Divide by 3-3: x=153=5x = \frac{-15}{-3} = 5.

Verification: 3(5)+7=15+7=8-3(5) + 7 = -15 + 7 = -8. Correct.

Solved Example 8: Equation with Decimals

Problem: Solve 2.5x=102.5x = 10.

Solution:

x=102.5=4x = \frac{10}{2.5} = 4

Verification: 2.5×4=102.5 \times 4 = 10. Correct.

Solved Example 9: Distributive Property First

Problem: Solve 3(2x1)=153(2x - 1) = 15.

Solution:
Expand: 6x3=156x - 3 = 15.
Transpose 3-3: 6x=186x = 18.
Divide: x=3x = 3.

Verification: 3(2×31)=3(61)=3×5=153(2 \times 3 - 1) = 3(6 - 1) = 3 \times 5 = 15. Correct.

Solved Example 10: Complex Multi-Step

Problem: Solve x+32=x13\frac{x + 3}{2} = \frac{x - 1}{3}.

Solution:
Cross-multiply: 3(x+3)=2(x1)3(x + 3) = 2(x - 1).
Expand: 3x+9=2x23x + 9 = 2x - 2.
Transpose 2x2x: 3x2x+9=23x - 2x + 9 = -2.
Simplify: x+9=2x + 9 = -2.
Transpose +9+9: x=11x = -11.

Verification: LHS =11+32=82=4= \frac{-11 + 3}{2} = \frac{-8}{2} = -4. RHS =1113=123=4= \frac{-11 - 1}{3} = \frac{-12}{3} = -4. Correct.

Exercise 4.4 — Word Problems

Word problems are where equation-solving meets the real world. The key strategy is:
1. Read the problem carefully.
2. Identify the unknown and let it be xx.
3. Translate the words into a mathematical equation.
4. Solve the equation.
5. Verify by checking the answer makes sense in context.

Solved Example 1: Sum of Two Numbers

Problem: The sum of two numbers is 7474. One number is 1010 more than the other. Find the numbers.

Solution:
Let the smaller number =x= x. Then the larger =x+10= x + 10.

x+(x+10)=74x + (x + 10) = 74

2x+10=742x + 10 = 74

2x=642x = 64

x=32x = 32

The numbers are 3232 and 4242.

Verification: 32+42=7432 + 42 = 74 and 4232=1042 - 32 = 10. Both conditions satisfied.

Solved Example 2: Perimeter Problem

Problem: The perimeter of a rectangle is 4040 cm. Its length is 44 cm more than its breadth. Find the dimensions.

Solution:
Let breadth =x= x cm. Length =(x+4)= (x + 4) cm.

2(x+x+4)=402(x + x + 4) = 40

2(2x+4)=402(2x + 4) = 40

2x+4=202x + 4 = 20

2x=162x = 16

x=8x = 8

Breadth =8= 8 cm, Length =12= 12 cm.

Verification: Perimeter =2(8+12)=2×20=40= 2(8 + 12) = 2 \times 20 = 40 cm. Correct.

Solved Example 3: Age Problem

Problem: Anu is 44 years older than her brother. The sum of their ages is 2828. Find their ages.

Solution:
Let brother's age =x= x. Anu's age =x+4= x + 4.

x+(x+4)=28x + (x + 4) = 28

2x+4=282x + 4 = 28

2x=242x = 24

x=12x = 12

Brother is 1212, Anu is 1616.

Verification: 12+16=2812 + 16 = 28 and 1612=416 - 12 = 4. Correct.

Solved Example 4: Future Age Problem

Problem: After 2020 years, Arun will be 55 times as old as he is now. Find his present age.

Solution:
Let present age =x= x.

x+20=5xx + 20 = 5x

20=5xx=4x20 = 5x - x = 4x

x=5x = 5

Arun is 55 years old now.

Verification: After 2020 years: 5+20=25=5×55 + 20 = 25 = 5 \times 5. Correct.

Solved Example 5: Consecutive Odd Numbers

Problem: The sum of three consecutive odd numbers is 5151. Find them.

Solution:
Let the three consecutive odd numbers be xx, x+2x + 2, x+4x + 4.

x+(x+2)+(x+4)=51x + (x + 2) + (x + 4) = 51

3x+6=513x + 6 = 51

3x=453x = 45

x=15x = 15

The numbers are 15,17,1915, 17, 19.

Verification: 15+17+19=5115 + 17 + 19 = 51. Correct.

Solved Example 6: Coin Problem

Problem: A bag contains Rs. 55 coins and Rs. 22 coins. The number of Rs. 22 coins is 33 times the number of Rs. 55 coins. If the total value is Rs. 5555, find the number of each type.

Solution:
Let the number of Rs. 55 coins =x= x.
Number of Rs. 22 coins =3x= 3x.

Total value: 5x+2(3x)=555x + 2(3x) = 55

5x+6x=555x + 6x = 55

11x=5511x = 55

x=5x = 5

Rs. 55 coins =5= 5, Rs. 22 coins =15= 15.

Verification: 5×5+15×2=25+30=555 \times 5 + 15 \times 2 = 25 + 30 = 55. Correct.

Solved Example 7: Number Problem

Problem: A number is 23\frac{2}{3} of another number. If their sum is 5050, find the numbers.

Solution:
Let the larger number =x= x. The smaller =23x= \frac{2}{3}x.

x+23x=50x + \frac{2}{3}x = 50

3x+2x3=50\frac{3x + 2x}{3} = 50

5x3=50\frac{5x}{3} = 50

5x=1505x = 150

x=30x = 30

The numbers are 3030 and 23×30=20\frac{2}{3} \times 30 = 20.

Verification: 30+20=5030 + 20 = 50 and 20=23×3020 = \frac{2}{3} \times 30. Correct.

Solved Example 8: Distribution Problem

Problem: A teacher distributes 4242 chocolates among 33 students such that the second gets twice as many as the first, and the third gets 66 more than the first. How many does each get?

Solution:
Let the first student get xx chocolates.
Second student =2x= 2x.
Third student =x+6= x + 6.

x+2x+(x+6)=42x + 2x + (x + 6) = 42

4x+6=424x + 6 = 42

4x=364x = 36

x=9x = 9

First =9= 9, Second =18= 18, Third =15= 15.

Verification: 9+18+15=429 + 18 + 15 = 42. Correct.

Solved Example 9: Speed and Distance

Problem: A car and a bus start from the same point. The car travels at 6060 km/hr and the bus at 4040 km/hr. After how many hours will they be 100100 km apart (travelling in opposite directions)?

Solution:
In tt hours:
- Car covers =60t= 60t km
- Bus covers =40t= 40t km
- Total distance apart =60t+40t=100t= 60t + 40t = 100t

100t=100100t = 100

t=1 hourt = 1 \text{ hour}

Answer: They will be 100100 km apart after 11 hour.

Solved Example 10: Money Problem

Problem: Meena has Rs. 200200 more than Reena. Together they have Rs. 800800. Find how much each has.

Solution:
Let Reena have Rs. xx. Meena has Rs. (x+200)(x + 200).

x+(x+200)=800x + (x + 200) = 800

2x+200=8002x + 200 = 800

2x=6002x = 600

x=300x = 300

Reena has Rs. 300300, Meena has Rs. 500500.

Verification: 300+500=800300 + 500 = 800 and 500300=200500 - 300 = 200. Correct.

Balancing Method vs. Transposing Method — When to Use Which

Both methods give the same answer. The choice depends on your comfort level and the complexity of the problem.

Balancing Method:
- More explicit and detailed
- Shows every operation on both sides
- Best for beginners and for showing full working in exams
- Earns full method marks

Transposing Method:
- Faster and more compact
- Requires confidence with sign changes
- Best for quick calculations and simple equations
- Still earns full marks if each step is clear

Example comparison:
Solve 3x+7=223x + 7 = 22.

Balancing:
3x+77=2273x + 7 - 7 = 22 - 7 \Rightarrow 3x=153x = 15 \Rightarrow 3x3=153\frac{3x}{3} = \frac{15}{3} \Rightarrow x=5x = 5.

Transposing:
3x=227=153x = 22 - 7 = 15 \Rightarrow x=153=5x = \frac{15}{3} = 5.

Recommendation: Use the balancing method until you are very confident, then switch to transposing for speed.

Common Mistakes Students Make in Simple Equations

Here are the errors that cost students marks most often:

1. Wrong Sign When Transposing:
* Mistake: x+3=10x=10+3=13x + 3 = 10 \Rightarrow x = 10 + 3 = 13.
* Fix: When +3+3 moves across the ==, it becomes 3-3. Correct: x=103=7x = 10 - 3 = 7.

2. Forgetting to Operate on BOTH Sides:
* Mistake: 2x+5=152x=152x + 5 = 15 \Rightarrow 2x = 15 (subtracted 55 from LHS only).
* Fix: 2x=155=102x = 15 - 5 = 10.

3. Wrong Equation from Word Problem:
* Mistake: "55 more than a number is 1212" written as 5x=125x = 12.
* Fix: "55 more than a number" means x+5x + 5, so x+5=12x + 5 = 12.

4. Not Verifying the Solution:
* Mistake: Getting an answer and moving on without checking.
* Fix: Always substitute back into the original equation. This takes 3030 seconds and catches errors.

5. Dividing Instead of Multiplying (and Vice Versa):
* Mistake: x3=5x=53\frac{x}{3} = 5 \Rightarrow x = \frac{5}{3}.
* Fix: Multiply both sides by 33: x=15x = 15.

6. Not Defining the Variable Clearly in Word Problems:
* Mistake: Jumping straight to the equation without stating what xx represents.
* Fix: Always write "Let x=x =..." as the first step. This earns marks and prevents confusion.

7. Errors with Negative Numbers:
* Mistake: 3x=12x=4-3x = 12 \Rightarrow x = 4.
* Fix: Divide by 3-3: x=123=4x = \frac{12}{-3} = -4.

Exam Strategy for Chapter 4: Simple Equations

This chapter typically carries 8-10 marks in Class 7 annual exams. Here is your strategy:

Typical Question Patterns:

* 1-2 Mark Questions: Solve a simple equation like 3x=153x = 15 or x7=4x - 7 = 4. Check if a given value is a solution.

* 2-3 Mark Questions: Solve a two-step equation. Convert a word statement to an equation and solve.

* 4-5 Mark Questions: Word problems (age, perimeter, number, money problems) requiring equation setup, solving, and verification.

High-Priority Topics:
1. Solving two-step equations (both methods)
2. Setting up equations from word problems
3. Age problems and number problems
4. Perimeter and money problems
5. Verification of solutions

Time Allocation:
- 1-mark equation: 1 minute
- 2-mark equation: 2 minutes
- 4-mark word problem: 4-5 minutes (includes verification)

Golden Rules:
1. State the variable clearly: "Let x=x =..."
2. Show every step of the solution.
3. Always verify by substituting back.
4. In word problems, check that the answer makes sense (e.g., age cannot be negative).
5. Write the final answer in a complete sentence for word problems.

Practice on SparkEd's Simple Equations page for interactive problem-solving!

Practice Problems for Self-Assessment

Test yourself with these problems.

Problem 1: Solve 4x7=254x - 7 = 25.

Problem 2: Solve 3x4+2=11\frac{3x}{4} + 2 = 11.

Problem 3: The sum of two consecutive even numbers is 5454. Find them.

Problem 4: A number when multiplied by 55 and then reduced by 77 gives 2828. Find the number.

Problem 5: The present ages of a father and son are in the ratio 7:27:2. After 55 years, their ages will be in the ratio 8:38:3. Find their present ages.

Problem 6: Solve 3(x4)+2=5x163(x - 4) + 2 = 5x - 16.

Answers to Practice Problems

Answer 1: 4x=25+7=324x = 25 + 7 = 32. x=8x = 8. Verify: 4(8)7=254(8) - 7 = 25. Correct.

Answer 2: 3x4=112=9\frac{3x}{4} = 11 - 2 = 9. 3x=363x = 36. x=12x = 12. Verify: 364+2=9+2=11\frac{36}{4} + 2 = 9 + 2 = 11. Correct.

Answer 3: Let the numbers be xx and x+2x + 2. x+x+2=542x=52x=26x + x + 2 = 54 \Rightarrow 2x = 52 \Rightarrow x = 26. The numbers are 2626 and 2828.

Answer 4: 5x7=285x=35x=75x - 7 = 28 \Rightarrow 5x = 35 \Rightarrow x = 7.

Answer 5: Father =7x= 7x, Son =2x= 2x. After 55 years: 7x+52x+5=83\frac{7x + 5}{2x + 5} = \frac{8}{3}. Cross-multiply: 3(7x+5)=8(2x+5)3(7x + 5) = 8(2x + 5). 21x+15=16x+4021x + 15 = 16x + 40. 5x=255x = 25. x=5x = 5. Father =35= 35, Son =10= 10.

Answer 6: Expand: 3x12+2=5x163x - 12 + 2 = 5x - 16. 3x10=5x163x - 10 = 5x - 16. Transpose: 10+16=5x3x-10 + 16 = 5x - 3x. 6=2x6 = 2x. x=3x = 3. Verify: LHS =3(34)+2=3+2=1= 3(3-4) + 2 = -3 + 2 = -1. RHS =5(3)16=1516=1= 5(3) - 16 = 15 - 16 = -1. Correct.

Quick Revision: Key Concepts at a Glance

Equation vs. Expression:
- Expression: no == sign (3x+53x + 5)
- Equation: has == sign (3x+5=203x + 5 = 20)

Solution (Root): The value of the variable that makes LHS == RHS.

Balancing Method: Perform the same operation on both sides.

Transposing Method:
- ++ \to - when crossing ==
- +- \to + when crossing ==
- ×÷\times \to \div when crossing ==
- ÷×\div \to \times when crossing ==

Word Problem Strategy:
1. Read and identify the unknown
2. Let the unknown =x= x
3. Translate words to equation
4. Solve
5. Verify and state the answer

Common Equation Types:
- ax+b=cax + b = c \Rightarrow x=cbax = \frac{c - b}{a}
- axb=cax - b = c \Rightarrow x=c+bax = \frac{c + b}{a}
- xa+b=c\frac{x}{a} + b = c \Rightarrow x=a(cb)x = a(c - b)

Connecting to Other Chapters

Simple Equations connects directly to several chapters:

Chapter 1 (Integers): Operations on integers (especially with negative numbers) are essential when solving equations with negative solutions.

Chapter 10 (Algebraic Expressions): Understanding terms, coefficients, and like terms helps you simplify equations before solving.

Class 8 (Linear Equations in One Variable): This is a direct continuation with more complex equations, including variables on both sides and multi-step word problems.

Class 9 (Linear Equations in Two Variables): You will extend to equations with two variables, graphical solutions, and systems of equations.

Mastering simple equations now gives you a strong foundation for all algebra topics in higher classes.

Boost Your Preparation with SparkEd

You have worked through every concept and problem type in Chapter 4 — Simple Equations. To build real fluency, you need hands-on practice.

Here is how SparkEd can help:

* Practice by Difficulty: On our Simple Equations page, work through problems sorted into levels — from basic one-step equations to challenging word problems.

* AI Math Solver: Stuck on a word problem? Paste it into our AI Solver for a complete step-by-step solution.

* AI Coach: Get personalised recommendations on which equation types need more practice.

* Cross-Topic Connections: Explore Algebraic Expressions and Integers on our programs page.

Head over to sparkedmaths.com and start practising today!

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