Study Guide

Linear Equations in One Variable Class 8: Step-by-Step Solutions

From basic equations to tricky word problems, learn systematic methods that work every single time!

CBSEClass 8
The SparkEd Authors (IITian & Googler)15 March 202610 min read
CBSE Class 8 Linear Equations One Variable — SparkEd

Why Linear Equations Are a Game-Changer

Imagine you know that three identical chocolate bars and a Rs. 10 note together cost Rs. 55. How much does each chocolate bar cost? You'd set up the equation 3x+10=553x + 10 = 55 and solve for xx. That's a linear equation in one variable!

In NCERT Class 8 Math (Chapter 2: Linear Equations in One Variable), you level up from the simple equations you learned in Class 7. Now you'll handle equations with variables on both sides, equations involving fractions, and more challenging word problems. These skills are absolutely essential for algebra in Classes 9 and 10.

What Is a Linear Equation in One Variable?

A linear equation in one variable is an equation of the form:

ax+b=0where a0ax + b = 0 \quad \text{where } a \neq 0

The word "linear" means the variable xx appears only to the first power (no x2x^2, x3x^3, or x\sqrt{x}). The word "one variable" means there's only one unknown.

Examples of linear equations:
- 2x+5=132x + 5 = 13
- 7y3=4y+97y - 3 = 4y + 9
- x+13=2x15\frac{x+1}{3} = \frac{2x-1}{5}

Not linear equations:
- x2+3x=7x^2 + 3x = 7 (has x2x^2, so it's quadratic)
- 2x+3y=102x + 3y = 10 (has two variables)

The solution of a linear equation is the value of the variable that makes both sides equal.

Solving Equations: The Balancing Principle

Think of an equation as a weighing balance. Both sides must always be equal. You can do anything to one side, as long as you do the exact same thing to the other side.

The key operations:
- Add the same number to both sides.
- Subtract the same number from both sides.
- Multiply both sides by the same non-zero number.
- Divide both sides by the same non-zero number.

Transposing is a shortcut: when you move a term from one side to the other, you change its sign.

2x+5=132x + 5 = 13

2x=135(transposed +5 becomes 5)2x = 13 - 5 \quad \text{(transposed } +5 \text{ becomes } -5\text{)}

2x=82x = 8

x=82=4x = \frac{8}{2} = 4

Always verify your answer by substituting back: 2(4)+5=8+5=132(4) + 5 = 8 + 5 = 13. Correct!

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

Try Free

Equations with Variables on Both Sides

This is the big upgrade in Class 8. When the variable appears on both sides, your goal is to collect all variable terms on one side and all constant terms on the other.

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

5x3x=7+3(transpose 3x left and 3 right)5x - 3x = 7 + 3 \quad \text{(transpose } 3x \text{ left and } -3 \text{ right)}

2x=102x = 10

x=5x = 5

Verify: LHS =5(5)3=22= 5(5) - 3 = 22. RHS =3(5)+7=22= 3(5) + 7 = 22. Correct!

Example 2: Solve 8x+4=3(x1)+78x + 4 = 3(x - 1) + 7.

First, expand the bracket:

8x+4=3x3+78x + 4 = 3x - 3 + 7

8x+4=3x+48x + 4 = 3x + 4

8x3x=448x - 3x = 4 - 4

5x=05x = 0

x=0x = 0

Verify: LHS =8(0)+4=4= 8(0) + 4 = 4. RHS =3(01)+7=3+7=4= 3(0-1) + 7 = -3 + 7 = 4. Correct!

Example 3: Solve 2(3x1)=10(2x5)2(3x - 1) = 10 - (2x - 5).

6x2=102x+56x - 2 = 10 - 2x + 5

6x2=152x6x - 2 = 15 - 2x

6x+2x=15+26x + 2x = 15 + 2

8x=178x = 17

x=178x = \frac{17}{8}

Fractions as answers are perfectly normal! Don't assume you've made a mistake just because the answer isn't a whole number.

Reducing Equations to Simpler Form

Many CBSE questions involve fractions and require simplification before solving. Here's the systematic approach:

Example 1: Solve x+13=2x15\frac{x+1}{3} = \frac{2x-1}{5}.

Step 1: Cross-multiply to eliminate fractions.

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

Step 2: Expand.

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

Step 3: Solve.

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

8=x8 = x

Verify: LHS =8+13=93=3= \frac{8+1}{3} = \frac{9}{3} = 3. RHS =2(8)15=155=3= \frac{2(8)-1}{5} = \frac{15}{5} = 3. Correct!

Example 2: Solve 3x4x23=56\frac{3x}{4} - \frac{x-2}{3} = \frac{5}{6}.

Step 1: Find LCM of 4,3,64, 3, 6, which is 1212. Multiply every term by 1212.

123x412x23=125612 \cdot \frac{3x}{4} - 12 \cdot \frac{x-2}{3} = 12 \cdot \frac{5}{6}

9x4(x2)=109x - 4(x-2) = 10

Step 2: Expand and solve.

9x4x+8=109x - 4x + 8 = 10

5x=25x = 2

x=25x = \frac{2}{5}

The trick of multiplying by the LCM to clear all fractions at once is a powerful technique. Use it whenever you see multiple fractions in an equation!

Word Problems: Translating English to Algebra

Word problems are where linear equations truly shine. The key is translating the problem into an equation, then solving. Here's a systematic approach:

1. Read the problem carefully. Identify what's unknown.
2. Let the unknown be xx (or any variable).
3. Translate each sentence into a mathematical expression.
4. Set up the equation.
5. Solve and verify the answer makes sense.

Example 1: Age Problem
The sum of a father's and son's ages is 5050. Five years ago, the father's age was 44 times the son's age. Find their present ages.

Let the son's present age =x= x. Then father's age =50x= 50 - x.

Five years ago: son was (x5)(x - 5), father was (50x5)=(45x)(50 - x - 5) = (45 - x).

45x=4(x5)45 - x = 4(x - 5)

45x=4x2045 - x = 4x - 20

45+20=4x+x45 + 20 = 4x + x

65=5x65 = 5x

x=13x = 13

Son is 1313 years old, father is 3737 years old. Check: 55 years ago, son was 88 and father was 32=4×832 = 4 \times 8. Correct!

Example 2: Number Problem
The sum of two consecutive odd numbers is 5656. Find them.

Let the numbers be xx and x+2x + 2.

x+(x+2)=56x + (x+2) = 56

2x+2=562x + 2 = 56

2x=542x = 54

x=27x = 27

The numbers are 2727 and 2929. Check: 27+29=5627 + 29 = 56. Correct!

Example 3: Perimeter Problem
The length of a rectangle is 55 cm more than twice its breadth. If the perimeter is 4646 cm, find the dimensions.

Let breadth =x= x. Then length =2x+5= 2x + 5.

2(x+2x+5)=462(x + 2x + 5) = 46

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

6x+10=466x + 10 = 46

6x=366x = 36

x=6x = 6

Breadth =6= 6 cm, length =17= 17 cm. Check: 2(6+17)=2(23)=462(6 + 17) = 2(23) = 46. Correct!

Applications: Beyond the Textbook

Linear equations aren't just exam material. They model real situations:

  • Shopping: If apples cost Rs. xx per kg and you buy 33 kg plus a bag for Rs. 1010, and the total is Rs. 130130, then 3x+10=1303x + 10 = 130 gives x=40x = 40.
    - Speed-Distance: If a car travels at 6060 km/h and reaches a city 240240 km away, the time taken is t=24060=4t = \frac{240}{60} = 4 hours.
    - Mixtures: A chemist mixing solutions of different concentrations uses linear equations to find the right proportions.
    - Profit & Loss: Finding the cost price when selling price and profit percentage are known.

Every time you see a relationship between quantities that can be expressed as a first-degree equation, you're using linear equations!

Exam Strategy: Score Full Marks

Here's your action plan for acing linear equations:

1. Always verify your answer: Substitute back into the original equation. This takes 3030 seconds but saves you from silly mistakes.
2. Show all steps clearly: CBSE awards marks for method, not just the final answer. Write each step neatly.
3. Cross-multiply carefully: When dealing with fractions, double-check your cross-multiplication. A sign error here ruins the entire problem.
4. Practice word problems: This is where most students struggle. Aim for at least 55 word problems per day. Categorise them (age, number, geometry, money) so you recognise patterns.
5. Time yourself: In exams, you should solve a standard linear equation in under 22 minutes. Practice with a timer to build speed.
6. Use SparkEd's practice module: The Linear Equations topic on SparkEd provides step-by-step hints and instant verification, so you learn from every mistake right away.

Key Takeaways

Here's your essential checklist:

  • A linear equation in one variable has the form ax+b=0ax + b = 0 with a0a \neq 0.
    - Transpose terms by changing their sign when moving across the equals sign.
    - For equations with variables on both sides, collect variables on one side and constants on the other.
    - Clear fractions by multiplying through by the LCM of all denominators.
    - Word problems follow a clear process: read, assign variable, translate, solve, verify.
    - Always check your answer by substituting back.

Ready to solve some equations? Jump into SparkEd's Linear Equations practice and sharpen your skills with adaptive questions that match your level!

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