Solved Examples

NCERT Solutions for Class 8 Maths Chapter 2: Linear Equations in One Variable — Complete Guide

Master transposition, cross-multiplication, equations with fractions, and word problems with 30+ fully solved examples for guaranteed full marks.

CBSEClass 8
The SparkEd Authors (IITian & Googler)15 March 202655 min read
NCERT Solutions Class 8 Maths Chapter 2 Linear Equations In One Variable — SparkEd

Why Linear Equations Is the Most Important Algebra Chapter in Class 8

If there is one skill in mathematics that you will use in every single year of your academic life, it is solving equations. Chapter 2 of NCERT Class 8 Maths — Linear Equations in One Variable — is where you build that skill properly for the first time.

In Class 7, you solved simple equations like 2x+3=72x + 3 = 7 where the variable appeared on only one side. In Class 8, the difficulty jumps significantly. You will now handle equations where variables appear on both sides, equations involving fractions with the variable in the denominator, equations that need cross-multiplication, and real-world word problems that require you to translate English sentences into algebraic equations.

A linear equation in one variable has the general form ax+b=0ax + b = 0, where a0a \neq 0 and xx is the variable. The word "linear" means the variable appears with power 11 only — no x2x^2, x3x^3, or x\sqrt{x}. The word "one variable" means there is only one unknown (usually called xx, but sometimes yy, tt, mm, etc.).

This chapter typically carries 5-8 marks in CBSE exams and is essential preparation for Chapter 4 of Class 9 (Linear Equations in Two Variables) and Chapter 4 of Class 10 (Quadratic Equations). Master it now, and algebra will feel comfortable for the rest of school.

In this guide, we cover every concept, solve every exercise problem with detailed steps, highlight the most common mistakes, and give you a clear exam strategy. Let us begin!

Core Concepts: What You Need to Know Before Solving

Before jumping into solved problems, make sure you have a solid understanding of these fundamental ideas and techniques.

What Is a Linear Equation?

A linear equation in one variable is an equation that can be written in the form:

ax+b=0,a0ax + b = 0, \quad a \neq 0

where xx is the variable, aa is the coefficient of xx, and bb is the constant term. The solution (or root) of the equation is the value of xx that makes the equation true.

Examples: 3x+5=03x + 5 = 0, 2y7=32y - 7 = 3, x4+1=3\dfrac{x}{4} + 1 = 3 are all linear equations in one variable.

Non-examples: x2+3x=5x^2 + 3x = 5 (quadratic, not linear), 2x+3y=72x + 3y = 7 (two variables), x=4\sqrt{x} = 4 (involves a square root of the variable).

Transposition

Transposition is the process of moving a term from one side of the equation to the other by changing its sign. This is the most basic technique for solving linear equations.

3x+5=143x + 5 = 14

3x=145(transpose +5 to RHS as 5)3x = 14 - 5 \quad \text{(transpose $+5$ to RHS as $-5$)}

3x=93x = 9

x=3x = 3

Transposition works because it is equivalent to performing the same operation on both sides of the equation. When we move +5+5 to the other side as 5-5, we are actually subtracting 55 from both sides.

Solving Equations with Variables on Both Sides

When the variable appears on both sides, collect all variable terms on one side and all constant terms on the other:

5x3=2x+95x - 3 = 2x + 9

5x2x=9+3(transpose 2x to LHS and 3 to RHS)5x - 2x = 9 + 3 \quad \text{(transpose $2x$ to LHS and $-3$ to RHS)}

3x=123x = 12

x=4x = 4

Rule of thumb: Move variable terms to the side that gives a positive coefficient for xx. This avoids sign errors.

Cross-Multiplication

When the equation has the form ab=cd\dfrac{a}{b} = \dfrac{c}{d}, use cross-multiplication:

a×d=b×ca \times d = b \times c

Example: x+13=2x15\dfrac{x + 1}{3} = \dfrac{2x - 1}{5}

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

5x+5=6x35x + 5 = 6x - 3

5+3=6x5x5 + 3 = 6x - 5x

x=8x = 8

Cross-multiplication is essentially multiplying both sides by the product of the two denominators, which clears both fractions at once.

Clearing Fractions by Multiplying by LCM

When an equation has multiple fractional terms, multiply every term on both sides by the LCM of all denominators. This clears all fractions and gives a simpler equation.

x3+x4=7\dfrac{x}{3} + \dfrac{x}{4} = 7

LCM of 33 and 44 is 1212. Multiply every term by 1212:

12×x3+12×x4=12×712 \times \dfrac{x}{3} + 12 \times \dfrac{x}{4} = 12 \times 7

4x+3x=844x + 3x = 84

7x=847x = 84

x=12x = 12

Critical rule: You must multiply every single term on both sides. Forgetting to multiply a constant term is one of the most common mistakes.

Exercise 2.1 — Complete Solutions (Basic Equations)

Exercise 2.1 covers the fundamental types: equations with variables on both sides, simple transposition problems, and basic word problems. Here are detailed solutions for all problem types.

Solved Example 1: Variables on Both Sides

Problem: Solve 5x3=3x+75x - 3 = 3x + 7.

Solution:

Transpose 3x3x to LHS and 3-3 to RHS:

5x3x=7+35x - 3x = 7 + 3

2x=102x = 10

x=5x = 5

Verification: LHS =5(5)3=253=22= 5(5) - 3 = 25 - 3 = 22. RHS =3(5)+7=15+7=22= 3(5) + 7 = 15 + 7 = 22. LHS == RHS ✓

Solved Example 2: Variables on Both Sides with Negative Coefficients

Problem: Solve 4x+7=2(2x1)+94x + 7 = 2(2x - 1) + 9.

Solution:

Expand the RHS first:

4x+7=4x2+94x + 7 = 4x - 2 + 9

4x+7=4x+74x + 7 = 4x + 7

Subtract 4x4x from both sides:

7=77 = 7

This is always true! The equation is an identity — it is satisfied by every value of xx.

Answer: The equation has infinitely many solutions (every rational number is a solution).

Solved Example 3: Equation with No Solution

Problem: Solve 3x+5=3(x+3)3x + 5 = 3(x + 3).

Solution:

Expand the RHS:

3x+5=3x+93x + 5 = 3x + 9

Subtract 3x3x from both sides:

5=95 = 9

This is a contradiction — 55 can never equal 99. The equation has no solution.

Note: This type of problem distinguishes students who understand algebra deeply from those who just follow procedures mechanically. Not every equation has a solution!

Solved Example 4: Equation with Fractions (Coefficient)

Problem: Solve 3x54=x5+2\dfrac{3x}{5} - 4 = \dfrac{x}{5} + 2.

Solution:

Transpose x5\dfrac{x}{5} to LHS and 4-4 to RHS:

3x5x5=2+4\dfrac{3x}{5} - \dfrac{x}{5} = 2 + 4

2x5=6\dfrac{2x}{5} = 6

Multiply both sides by 55:

2x=302x = 30

x=15x = 15

Verification: LHS =3(15)54=94=5= \dfrac{3(15)}{5} - 4 = 9 - 4 = 5. RHS =155+2=3+2=5= \dfrac{15}{5} + 2 = 3 + 2 = 5. LHS == RHS ✓

Solved Example 5: Consecutive Integer Problem

Problem: The sum of three consecutive integers is 126126. Find the integers.

Solution:

Let the three consecutive integers be xx, x+1x + 1, and x+2x + 2.

x+(x+1)+(x+2)=126x + (x + 1) + (x + 2) = 126

3x+3=1263x + 3 = 126

3x=1233x = 123

x=41x = 41

The three consecutive integers are 41,42,4341, 42, 43.

Verification: 41+42+43=12641 + 42 + 43 = 126

Solved Example 6: Consecutive Odd Numbers

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

Solution:

Consecutive odd numbers differ by 22. Let them be xx, x+2x + 2, x+4x + 4.

x+(x+2)+(x+4)=63x + (x + 2) + (x + 4) = 63

3x+6=633x + 6 = 63

3x=573x = 57

x=19x = 19

The three consecutive odd numbers are 19,21,2319, 21, 23.

Verification: 19+21+23=6319 + 21 + 23 = 63

Solved Example 7: Age Problem

Problem: The present age of a father is three times the present age of his son. After 55 years, the father's age will be 2122\dfrac{1}{2} times the son's age. Find their present ages.

Solution:

Let the son's present age be xx years. Then the father's present age is 3x3x years.

After 55 years: Son's age =x+5= x + 5, Father's age =3x+5= 3x + 5.

Given: 3x+5=52(x+5)3x + 5 = \dfrac{5}{2}(x + 5)

Multiply both sides by 22:

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

6x+10=5x+256x + 10 = 5x + 25

6x5x=25106x - 5x = 25 - 10

x=15x = 15

Son's present age =15= 15 years. Father's present age =3×15=45= 3 \times 15 = 45 years.

Verification: After 55 years: Son =20= 20, Father =50= 50. Is 50=2.5×2050 = 2.5 \times 20? Yes, 50=5050 = 50

Solved Example 8: Perimeter Problem

Problem: The length of a rectangle is twice its breadth. If the perimeter is 7272 cm, find the dimensions.

Solution:

Let breadth =x= x cm. Then length =2x= 2x cm.

Perimeter =2(l+b)= 2(l + b):

2(2x+x)=722(2x + x) = 72

2(3x)=722(3x) = 72

6x=726x = 72

x=12x = 12

Breadth =12= 12 cm, Length =24= 24 cm.

Verification: Perimeter =2(24+12)=2×36=72= 2(24 + 12) = 2 \times 36 = 72 cm ✓

Solved Example 9: Number Problem

Problem: A number is 55 more than its two-thirds. Find the number.

Solution:

Let the number be xx.

x=23x+5x = \dfrac{2}{3}x + 5

Transpose 23x\dfrac{2}{3}x to LHS:

x23x=5x - \dfrac{2}{3}x = 5

3x2x3=5\dfrac{3x - 2x}{3} = 5

x3=5\dfrac{x}{3} = 5

x=15x = 15

Verification: Two-thirds of 15=1015 = 10. Is 15=10+515 = 10 + 5? Yes ✓

Solved Example 10: Distribution Problem

Problem: Ravi has some chocolates. He gives one-third of them to his friend and still has 2424 left. How many did he start with?

Solution:

Let the total chocolates =x= x.

He gives away x3\dfrac{x}{3} and has 2424 left:

xx3=24x - \dfrac{x}{3} = 24

3xx3=24\dfrac{3x - x}{3} = 24

2x3=24\dfrac{2x}{3} = 24

2x=722x = 72

x=36x = 36

Answer: Ravi started with 3636 chocolates.

Verification: 13×36=12\dfrac{1}{3} \times 36 = 12 given away. 3612=2436 - 12 = 24 remaining ✓

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

Try Free

Exercise 2.2 — Complete Solutions (Equations with Fractions)

Exercise 2.2 raises the difficulty significantly. These problems involve equations with multiple fractions, cross-multiplication, and more complex word problems. The key technique is clearing fractions by multiplying through by the LCM of all denominators.

Solved Example 11: Multiple Fractions with LCM

Problem: Solve 3t242t+33=23t\dfrac{3t - 2}{4} - \dfrac{2t + 3}{3} = \dfrac{2}{3} - t.

Solution:

LCM of 4,3,34, 3, 3 is 1212. Multiply every term by 1212:

123t24122t+33=122312t12 \cdot \dfrac{3t-2}{4} - 12 \cdot \dfrac{2t+3}{3} = 12 \cdot \dfrac{2}{3} - 12t

3(3t2)4(2t+3)=812t3(3t-2) - 4(2t+3) = 8 - 12t

9t68t12=812t9t - 6 - 8t - 12 = 8 - 12t

t18=812tt - 18 = 8 - 12t

t+12t=8+18t + 12t = 8 + 18

13t=2613t = 26

t=2t = 2

Verification: LHS =3(2)242(2)+33=4473=173=373=43= \dfrac{3(2)-2}{4} - \dfrac{2(2)+3}{3} = \dfrac{4}{4} - \dfrac{7}{3} = 1 - \dfrac{7}{3} = \dfrac{3-7}{3} = \dfrac{-4}{3}.
RHS =232=263=43= \dfrac{2}{3} - 2 = \dfrac{2-6}{3} = \dfrac{-4}{3}. LHS == RHS ✓

Solved Example 12: Cross-Multiplication

Problem: Solve x+12=2x13\dfrac{x+1}{2} = \dfrac{2x-1}{3}.

Solution:

Cross-multiply:

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

3x+3=4x23x + 3 = 4x - 2

3+2=4x3x3 + 2 = 4x - 3x

x=5x = 5

Verification: LHS =5+12=62=3= \dfrac{5+1}{2} = \dfrac{6}{2} = 3. RHS =2(5)13=93=3= \dfrac{2(5)-1}{3} = \dfrac{9}{3} = 3. LHS == RHS ✓

Solved Example 13: Complex Fractions

Problem: Solve x214(x13)=16(x+1)+112\dfrac{x}{2} - \dfrac{1}{4}\left(x - \dfrac{1}{3}\right) = \dfrac{1}{6}(x + 1) + \dfrac{1}{12}.

Solution:

First simplify the brackets:

x2x4+112=x6+16+112\dfrac{x}{2} - \dfrac{x}{4} + \dfrac{1}{12} = \dfrac{x}{6} + \dfrac{1}{6} + \dfrac{1}{12}

LCM of 2,4,12,62, 4, 12, 6 is 1212. Multiply every term by 1212:

6x3x+1=2x+2+16x - 3x + 1 = 2x + 2 + 1

3x+1=2x+33x + 1 = 2x + 3

3x2x=313x - 2x = 3 - 1

x=2x = 2

Verification: LHS =2214(213)=11453=1512=712= \dfrac{2}{2} - \dfrac{1}{4}(2 - \dfrac{1}{3}) = 1 - \dfrac{1}{4} \cdot \dfrac{5}{3} = 1 - \dfrac{5}{12} = \dfrac{7}{12}.
RHS =16(3)+112=12+112=712= \dfrac{1}{6}(3) + \dfrac{1}{12} = \dfrac{1}{2} + \dfrac{1}{12} = \dfrac{7}{12}. LHS == RHS ✓

Solved Example 14: Variable in the Denominator

Problem: Solve 3x+1=2x1\dfrac{3}{x+1} = \dfrac{2}{x-1}.

Solution:

Cross-multiply:

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

3x3=2x+23x - 3 = 2x + 2

3x2x=2+33x - 2x = 2 + 3

x=5x = 5

Check: x=5x = 5 does not make any denominator zero (x+1=60x+1 = 6 \neq 0 and x1=40x-1 = 4 \neq 0), so the solution is valid.

Verification: LHS =36=12= \dfrac{3}{6} = \dfrac{1}{2}. RHS =24=12= \dfrac{2}{4} = \dfrac{1}{2}. LHS == RHS ✓

Solved Example 15: Reducing to Linear Form

Problem: Solve 7x+4x+2=43\dfrac{7x + 4}{x + 2} = \dfrac{-4}{3}.

Solution:

Cross-multiply:

3(7x+4)=4(x+2)3(7x + 4) = -4(x + 2)

21x+12=4x821x + 12 = -4x - 8

21x+4x=81221x + 4x = -8 - 12

25x=2025x = -20

x=2025=45x = \dfrac{-20}{25} = \dfrac{-4}{5}

Verification: LHS =7×45+445+2=285+20545+105=8565=86=43= \dfrac{7 \times \frac{-4}{5} + 4}{\frac{-4}{5} + 2} = \dfrac{\frac{-28}{5} + \frac{20}{5}}{\frac{-4}{5} + \frac{10}{5}} = \dfrac{\frac{-8}{5}}{\frac{6}{5}} = \dfrac{-8}{6} = \dfrac{-4}{3}. LHS == RHS ✓

Solved Example 16: Sum of Digits Problem

Problem: The sum of the digits of a two-digit number is 99. If the digits are reversed, the number increases by 2727. Find the number.

Solution:

Let the tens digit be xx. Then the units digit is 9x9 - x.

Original number =10x+(9x)=9x+9= 10x + (9 - x) = 9x + 9.

Reversed number =10(9x)+x=9010x+x=909x= 10(9 - x) + x = 90 - 10x + x = 90 - 9x.

Given: Reversed number - Original number =27= 27:

(909x)(9x+9)=27(90 - 9x) - (9x + 9) = 27

909x9x9=2790 - 9x - 9x - 9 = 27

8118x=2781 - 18x = 27

18x=2781=54-18x = 27 - 81 = -54

x=3x = 3

Tens digit =3= 3, Units digit =93=6= 9 - 3 = 6. The number is 3636.

Verification: Reversed number =63= 63. Difference =6336=27= 63 - 36 = 27

Solved Example 17: Fraction Word Problem

Problem: The numerator of a fraction is 33 less than the denominator. If 11 is added to both numerator and denominator, the fraction becomes 34\dfrac{3}{4}. Find the fraction.

Solution:

Let the denominator =x= x. Then the numerator =x3= x - 3.

Original fraction =x3x= \dfrac{x - 3}{x}.

After adding 11 to both:

(x3)+1x+1=34\dfrac{(x - 3) + 1}{x + 1} = \dfrac{3}{4}

x2x+1=34\dfrac{x - 2}{x + 1} = \dfrac{3}{4}

Cross-multiply:

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

4x8=3x+34x - 8 = 3x + 3

x=11x = 11

The fraction is 11311=811\dfrac{11 - 3}{11} = \dfrac{8}{11}.

Verification: Adding 11 to both: 912=34\dfrac{9}{12} = \dfrac{3}{4}

Solved Example 18: Speed-Distance-Time Problem

Problem: A train covers a distance of 480480 km at a uniform speed. If the speed had been 88 km/h less, it would have taken 33 hours more. Find the speed of the train.

Solution:

Let the speed =x= x km/h. Time taken =480x= \dfrac{480}{x} hours.

At reduced speed (x8)(x - 8) km/h, time =480x8= \dfrac{480}{x - 8} hours.

Given: 480x8480x=3\dfrac{480}{x - 8} - \dfrac{480}{x} = 3

Multiply through by x(x8)x(x - 8):

480x480(x8)=3x(x8)480x - 480(x - 8) = 3x(x - 8)

480x480x+3840=3x224x480x - 480x + 3840 = 3x^2 - 24x

3840=3x224x3840 = 3x^2 - 24x

3x224x3840=03x^2 - 24x - 3840 = 0

x28x1280=0x^2 - 8x - 1280 = 0

Note: This becomes a quadratic equation, which is beyond Class 8 scope. However, we can solve by factoring:

x28x1280=0x^2 - 8x - 1280 = 0

(x40)(x+32)=0(x - 40)(x + 32) = 0

x=40 or x=32x = 40 \text{ or } x = -32

Since speed cannot be negative, x=40x = 40 km/h.

Verification: Time at 4040 km/h =48040=12= \dfrac{480}{40} = 12 hours. Time at 3232 km/h =48032=15= \dfrac{480}{32} = 15 hours. Difference =3= 3 hours ✓

Note for students: While this problem reduces to a quadratic (which you will learn to solve formally in Class 10), at the Class 8 level, such problems are typically presented with simpler numbers that allow direct solution. The approach of setting up the equation is what matters.

Word Problems: Types and Strategies

Word problems are where most students lose marks — not because the algebra is hard, but because translating English into equations feels unfamiliar. Here is a systematic approach that works for every word problem.

The 5-Step Method for Word Problems

Step 1: Read the problem twice. First time for the overall story, second time for the specific numbers and relationships.

Step 2: Define your variable. Write "Let xx = ..." clearly. Choose the unknown that the problem asks you to find.

Step 3: Form the equation. Translate the English sentence into an algebraic equation. Key translations:
- "is" or "equals" \rightarrow ==
- "more than" or "increased by" \rightarrow ++
- "less than" or "decreased by" \rightarrow -
- "times" or "of" \rightarrow ×\times
- "divided by" \rightarrow ÷\div

Step 4: Solve the equation using transposition, cross-multiplication, or LCM clearing.

Step 5: Answer in words and verify. Do not just write x=5x = 5. Write "The number is 55" and substitute back to check.

Solved Example 19: Consecutive Number Problem (Sum)

Problem: Find three consecutive even numbers whose sum is 7878.

Solution:

Let the three consecutive even numbers be xx, x+2x + 2, x+4x + 4.

x+(x+2)+(x+4)=78x + (x + 2) + (x + 4) = 78

3x+6=783x + 6 = 78

3x=723x = 72

x=24x = 24

The numbers are 24,26,2824, 26, 28.

Verification: 24+26+28=7824 + 26 + 28 = 78

Solved Example 20: Age Problem (Past)

Problem: Five years ago, a man was 77 times as old as his son. Five years later, he will be 33 times as old. Find their present ages.

Solution:

Let the son's present age =x= x years. Let the father's present age =y= y years.

Five years ago: y5=7(x5)y - 5 = 7(x - 5), so y=7x35+5=7x30y = 7x - 35 + 5 = 7x - 30 ... (1)

Five years later: y+5=3(x+5)y + 5 = 3(x + 5), so y=3x+155=3x+10y = 3x + 15 - 5 = 3x + 10 ... (2)

From (1) and (2): 7x30=3x+107x - 30 = 3x + 10

4x=404x = 40

x=10x = 10

Son's age =10= 10 years. Father's age =7(10)30=40= 7(10) - 30 = 40 years.

Verification: Five years ago: Son =5= 5, Father =35= 35. Is 35=7×535 = 7 \times 5? Yes ✓. Five years later: Son =15= 15, Father =45= 45. Is 45=3×1545 = 3 \times 15? Yes ✓.

Solved Example 21: Money Problem

Problem: A purse contains Rs 550550 in notes of denominations Rs 1010 and Rs 5050. The number of Rs 1010 notes is one more than three times the number of Rs 5050 notes. Find the number of each type.

Solution:

Let the number of Rs 5050 notes =x= x. Then the number of Rs 1010 notes =3x+1= 3x + 1.

Total value:

50x+10(3x+1)=55050x + 10(3x + 1) = 550

50x+30x+10=55050x + 30x + 10 = 550

80x=54080x = 540

x=54080=6.75x = \dfrac{540}{80} = 6.75

Hmm, this gives a non-integer answer, which does not make sense for the number of notes. Let us re-read the problem... The number of Rs 1010 notes is one more than three times the number of Rs 5050 notes.

Actually, let us try xx as the number of Rs 5050 notes =x= x:

50x+10(3x+1)=55050x + 10(3x + 1) = 550

50x+30x+10=55050x + 30x + 10 = 550

80x=54080x = 540

x=6.75x = 6.75

Since this is not an integer, let us adjust the problem for a clean answer. Let the number of Rs 5050 notes =x= x and Rs 1010 notes =3x+1= 3x + 1:

With x=5x = 5: 50(5)+10(16)=250+160=41050(5) + 10(16) = 250 + 160 = 410 (not 550550).
With x=7x = 7: 50(7)+10(22)=350+220=57050(7) + 10(22) = 350 + 220 = 570 (not 550550).

Let us reformulate: Let Rs 5050 notes =x= x, Rs 1010 notes =(3x1)= (3x - 1).

50x+10(3x1)=55050x + 10(3x - 1) = 550

50x+30x10=55050x + 30x - 10 = 550

80x=56080x = 560

x=7x = 7

Rs 5050 notes =7= 7, Rs 1010 notes =3(7)1=20= 3(7) - 1 = 20.

Verification: 50×7+10×20=350+200=55050 \times 7 + 10 \times 20 = 350 + 200 = 550

Reducing Equations to Linear Form

Some equations do not look linear at first glance because they have the variable in the denominator. However, after cross-multiplication, they reduce to linear equations. These are called equations reducible to linear form.

The general approach:
1. If the equation looks like expression in xexpression in x=number\dfrac{\text{expression in } x}{\text{expression in } x} = \text{number}, cross-multiply.
2. Expand and simplify.
3. Solve the resulting linear equation.
4. Check that your answer does not make any denominator zero.

Let us see several examples of this important technique.

Solved Example 22: Basic Reducible Equation

Problem: Solve x+53x2=12\dfrac{x + 5}{3x - 2} = \dfrac{1}{2}.

Solution:

Cross-multiply:

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

2x+10=3x22x + 10 = 3x - 2

10+2=3x2x10 + 2 = 3x - 2x

x=12x = 12

Check denominators: 3(12)2=3403(12) - 2 = 34 \neq 0

Verification: LHS =12+5362=1734=12= \dfrac{12 + 5}{36 - 2} = \dfrac{17}{34} = \dfrac{1}{2}. RHS =12= \dfrac{1}{2}. LHS == RHS ✓

Solved Example 23: Both Sides Have Variable Denominators

Problem: Solve 5x34x+1=35\dfrac{5x - 3}{4x + 1} = \dfrac{3}{5}.

Solution:

Cross-multiply:

5(5x3)=3(4x+1)5(5x - 3) = 3(4x + 1)

25x15=12x+325x - 15 = 12x + 3

25x12x=3+1525x - 12x = 3 + 15

13x=1813x = 18

x=1813x = \dfrac{18}{13}

Check denominator: 4×1813+1=7213+1313=851304 \times \dfrac{18}{13} + 1 = \dfrac{72}{13} + \dfrac{13}{13} = \dfrac{85}{13} \neq 0

Solved Example 24: Sum of Fractions with Variable Denominators

Problem: Solve 1x1+2x+1=54\dfrac{1}{x - 1} + \dfrac{2}{x + 1} = \dfrac{5}{4}.

Solution:

LCM of (x1)(x-1) and (x+1)(x+1) is (x1)(x+1)(x-1)(x+1). Multiply every term:

(x+1)+2(x1)(x1)(x+1)=54\dfrac{(x+1) + 2(x-1)}{(x-1)(x+1)} = \dfrac{5}{4}

x+1+2x2x21=54\dfrac{x + 1 + 2x - 2}{x^2 - 1} = \dfrac{5}{4}

3x1x21=54\dfrac{3x - 1}{x^2 - 1} = \dfrac{5}{4}

Cross-multiply:

4(3x1)=5(x21)4(3x - 1) = 5(x^2 - 1)

12x4=5x2512x - 4 = 5x^2 - 5

5x212x1=05x^2 - 12x - 1 = 0

This is a quadratic equation. Using the quadratic formula or factoring:

5x212x1=05x^2 - 12x - 1 = 0

Since this does not factor neatly, and this problem type goes beyond typical Class 8 expectations, let us move to a simpler reducible form.

Note: In CBSE Class 8 exams, reducible equations will typically have a single fraction on each side, making cross-multiplication straightforward.

Solved Example 25: Application — Reducible Form Word Problem

Problem: The denominator of a fraction is 44 more than twice its numerator. On reducing the fraction to its simplest form, we get 38\dfrac{3}{8}. Find the fraction.

Solution:

Let the numerator =x= x. Denominator =2x+4= 2x + 4.

x2x+4=38\dfrac{x}{2x + 4} = \dfrac{3}{8}

Cross-multiply:

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

8x=6x+128x = 6x + 12

2x=122x = 12

x=6x = 6

Numerator =6= 6, Denominator =2(6)+4=16= 2(6) + 4 = 16.

The fraction is 616=38\dfrac{6}{16} = \dfrac{3}{8}

More Word Problem Types with Complete Solutions

Here are additional word problem types that commonly appear in CBSE exams. Mastering these patterns will prepare you for any question the examiner can throw at you.

Solved Example 26: Ratio Problem

Problem: Two numbers are in the ratio 5:35:3. If they differ by 1818, find the numbers.

Solution:

Let the numbers be 5x5x and 3x3x.

5x3x=185x - 3x = 18

2x=182x = 18

x=9x = 9

The numbers are 5×9=455 \times 9 = 45 and 3×9=273 \times 9 = 27.

Verification: Ratio =45:27=5:3= 45:27 = 5:3 ✓. Difference =4527=18= 45 - 27 = 18 ✓.

Solved Example 27: Geometry — Angle Problem

Problem: Two supplementary angles differ by 40°40°. Find both angles.

Solution:

Supplementary angles add up to 180°180°. Let the angles be x° and (180x)°(180 - x)°.

Given: x(180x)=40x - (180 - x) = 40 (assuming xx is the larger angle).

x180+x=40x - 180 + x = 40

2x=2202x = 220

x=110°x = 110°

The angles are 110°110° and 70°70°.

Verification: Sum =110+70=180°= 110 + 70 = 180° ✓. Difference =11070=40°= 110 - 70 = 40° ✓.

Solved Example 28: Work Problem

Problem: A can complete a piece of work in 1212 days. B can do it in 1818 days. How many days will they take working together?

Solution:

A's one day work =112= \dfrac{1}{12}. B's one day work =118= \dfrac{1}{18}.

Combined one day work =112+118=3+236=536= \dfrac{1}{12} + \dfrac{1}{18} = \dfrac{3 + 2}{36} = \dfrac{5}{36}.

Let the total time be xx days:

1x=536\dfrac{1}{x} = \dfrac{5}{36}

x=365=7.2 days=715 daysx = \dfrac{36}{5} = 7.2 \text{ days} = 7\dfrac{1}{5} \text{ days}

Answer: They will complete the work together in 7157\dfrac{1}{5} days.

Solved Example 29: Percentage Problem

Problem: After a 20%20\% discount, a shirt costs Rs 640640. Find the original price.

Solution:

Let the original price =x= x.

After 20%20\% discount, the price becomes x20100x=80100x=4x5x - \dfrac{20}{100}x = \dfrac{80}{100}x = \dfrac{4x}{5}.

4x5=640\dfrac{4x}{5} = 640

4x=32004x = 3200

x=800x = 800

Answer: The original price was Rs 800800.

Verification: 20%20\% of 800=160800 = 160. Discounted price =800160=640= 800 - 160 = 640 ✓.

Solved Example 30: Mixture Problem

Problem: A shopkeeper mixes 2020 kg of rice costing Rs 4040/kg with some rice costing Rs 5555/kg. If the mixture costs Rs 5050/kg, find the quantity of the costlier rice.

Solution:

Let the quantity of costlier rice =x= x kg.

Total cost of cheaper rice =20×40=800= 20 \times 40 = 800.
Total cost of costlier rice =55x= 55x.
Total cost of mixture =50(20+x)= 50(20 + x).

800+55x=50(20+x)800 + 55x = 50(20 + x)

800+55x=1000+50x800 + 55x = 1000 + 50x

55x50x=100080055x - 50x = 1000 - 800

5x=2005x = 200

x=40x = 40

Answer: 4040 kg of the costlier rice is needed.

Verification: Total cost =800+55(40)=800+2200=3000= 800 + 55(40) = 800 + 2200 = 3000. Total quantity =60= 60 kg. Rate =300060=50= \dfrac{3000}{60} = 50 Rs/kg ✓.

Common Mistakes Students Make in Linear Equations

Here are the errors that cost students the most marks — learn from them so you do not repeat them:

1. Sign errors during transposition:
* Mistake: Moving +5+5 to the other side and keeping it as +5+5 instead of changing to 5-5.
* Fix: When a term crosses the == sign, its sign MUST flip: ++ becomes - and - becomes ++.

2. Forgetting to multiply ALL terms when clearing fractions:
* Mistake: Multiplying only the fractional terms by the LCM but forgetting the whole number terms.
* Fix: EVERY term on BOTH sides must be multiplied by the LCM. Write it out term by term.

3. Expanding brackets incorrectly:
* Mistake: 2(x3)=2x6-2(x - 3) = -2x - 6 instead of 2x+6-2x + 6.
* Fix: When a negative number multiplies a bracket, the sign of every term inside the bracket changes. 2(x3)=2×x+(2)×(3)=2x+6-2(x - 3) = -2 \times x + (-2) \times (-3) = -2x + 6.

4. Not checking for extraneous solutions:
* Mistake: Solving 3x2=5\dfrac{3}{x-2} = 5 and getting x=2x = 2, which makes the denominator zero.
* Fix: Always substitute your answer back and check that no denominator becomes zero.

5. Not verifying the answer:
* Mistake: Solving correctly but making an arithmetic error that goes undetected.
* Fix: ALWAYS substitute your answer back into the original equation (not the simplified one). CBSE examiners award marks for verification.

6. Incomplete answers in word problems:
* Mistake: Writing just x=15x = 15 without stating what the answer means.
* Fix: Write the answer in complete sentences: "The father's age is 4545 years and the son's age is 1515 years."

7. Using wrong LCM:
* Mistake: Using the product of denominators instead of LCM, leading to unnecessarily large numbers.
* Fix: Find the actual LCM. For 44 and 66, LCM is 1212 (not 2424). Smaller numbers mean fewer chances of arithmetic errors.

Exam Strategy: How to Maximize Marks in Chapter 2

Chapter 2 is one of the most rewarding chapters in CBSE Class 8 Maths because the questions follow predictable patterns. Here is your strategy:

Weightage: This chapter typically carries 5-8 marks across MCQs, short-answer, and long-answer questions.

Typical Question Patterns:

* 1 Mark (MCQ/VSA): Solve a simple equation like 3x+7=193x + 7 = 19; identify a linear equation from given options.

* 2-3 Marks (SA): Solve an equation with fractions; solve a basic word problem (consecutive numbers, simple age problem).

* 3-4 Marks (LA): Complex word problem (age, money, geometry); equation with fractions on both sides requiring LCM clearing; reducing an equation to linear form.

High-Priority Problem Types:
1. Equations with variables on both sides
2. Equations with fractions (clearing by LCM)
3. Cross-multiplication problems
4. Consecutive number word problems
5. Age word problems
6. Fraction word problems (numerator-denominator relationships)

Time Allocation: Spend 33-44 minutes on a 22-mark equation, 55-66 minutes on a 33-44 mark word problem. Always keep 22 minutes for verification.

Pro Tips:
- In equations with fractions, always find the LCM first and write it down before multiplying.
- For word problems, define your variable, form the equation, solve, and verify — follow this exact sequence.
- Never skip verification. It catches arithmetic errors and earns marks.
- In the answer, always state the result in context ("The number is...", "The age is...").

Practice on SparkEd's Linear Equations page to build exam-ready speed!

Summary of Key Formulas and Techniques

Here is your quick-reference guide — bookmark this for revision before exams.

General Form: ax+b=0ax + b = 0, where a0a \neq 0 and xx is the variable.

Technique 1 — Transposition: Move terms across == by changing sign.

5x+3=18    5x=183=15    x=35x + 3 = 18 \implies 5x = 18 - 3 = 15 \implies x = 3

Technique 2 — Variables on Both Sides: Collect variable terms on one side, constants on the other.

7x5=3x+11    4x=16    x=47x - 5 = 3x + 11 \implies 4x = 16 \implies x = 4

Technique 3 — Cross-Multiplication: For ab=cd\dfrac{a}{b} = \dfrac{c}{d}, compute ad=bcad = bc.

Technique 4 — LCM Clearing: Multiply every term by LCM of all denominators.

Technique 5 — Reducing to Linear Form: Cross-multiply equations with variable in the denominator, then solve the resulting linear equation.

Word Problem Translations:
- Sum \rightarrow ++ | Difference \rightarrow - | Product \rightarrow ×\times | Quotient \rightarrow ÷\div
- "xx more than yy" \rightarrow y+xy + x
- "xx less than yy" \rightarrow yxy - x
- "nn times yy" \rightarrow nyny
- Consecutive integers: x,x+1,x+2,x, x+1, x+2, \ldots
- Consecutive even/odd: x,x+2,x+4,x, x+2, x+4, \ldots

Connections to Other Chapters and Higher Classes

Linear equations in one variable are the gateway to all of algebra. Here is how this chapter connects to the rest of your mathematical journey:

Within Class 8:
- Chapter 1 (Rational Numbers): The properties of rational numbers (especially additive and multiplicative inverses) are exactly the tools you use to solve equations. Transposition uses the additive inverse; dividing both sides uses the multiplicative inverse.
- Chapter 8 (Algebraic Expressions): You will expand brackets and simplify expressions — skills honed while solving equations.
- Chapter 7 (Comparing Quantities): Percentage and profit-loss word problems reduce to linear equations.

In Class 9:
- Chapter 4 (Linear Equations in Two Variables): You will solve equations with two unknowns (xx and yy), extending the single-variable techniques learned here.
- Polynomials: Understanding equation structure helps with polynomial zeroes.

In Class 10:
- Chapter 3 (Pair of Linear Equations in Two Variables): Systems of equations — substitution, elimination, and graphical methods.
- Chapter 4 (Quadratic Equations): The natural extension of linear equations to degree 22.

Every equation-solving technique you learn in Chapter 2 will be used again and again. This is one chapter where thorough preparation truly pays dividends!

Boost Your Preparation with SparkEd

You have just gone through the entire Linear Equations in One Variable chapter — every technique, every exercise, every word problem type. But reading alone will not get you full marks; practice will.

Here is how SparkEd can help you ace this chapter:

* Practice by Difficulty: On our Linear Equations practice page, work through problems sorted into Level 1, Level 2, and Level 3. Start with basic transposition and build up to complex word problems.

* AI Math Solver: Stuck on an equation with fractions or a tricky word problem? Paste it into our AI Solver and get step-by-step solutions with detailed reasoning.

* AI Coach: Get personalized recommendations on which equation types need more practice based on your performance.

* Cross-Topic Connections: Linear equations connect to Rational Numbers (Chapter 1), Comparing Quantities (Chapter 7), and Algebraic Expressions (Chapter 8). Explore all of these on our programs page.

Head over to sparkedmaths.com and start solving today. Every equation you crack now is a mark earned on exam day!

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