Linear Equations in One Variable - Solving linear equations and their applications in word problems
Hello my bright young mathematicians! Welcome to today’s lesson. Have you ever played a game of riddles where someone says, *"I am thinking of a number. If I double it and add 5, I get 15. What is my number?"*
Guess what? You were already solving Linear Equations in your head!
In Class 8 Mathematics, this chapter is one of your strongest building blocks. Once you master linear equations, algebra will become as simple and fun as solving a puzzle. Let us break down this concept step-by-step together!
---
1. What is a Linear Equation in One Variable?
To understand this big title, let us break it into three small parts:
Putting it all together:
An equation which has only one variable, and the highest power of that variable is 1, is called a Linear Equation in One Variable.
Structure of an Equation:
Look at the equation:
$$2x + 3 = 7$$
---
2. The Golden Rule: The Weighing Balance Analogy
Think of an equation as a traditional two-pan weighing balance (like the ones used by fruit sellers).
```
[ LHS ] === ( = ) === [ RHS ]
```
---
3. How to Solve Linear Equations
Solving an equation means finding the value of the variable that makes $\text{LHS} = \text{RHS}$. This value is called the solution or root of the equation.
There are two main methods to solve equations:
Method A: Balancing Method (Doing the same on both sides)
Let us solve: $x - 5 = 7$
$$x - 5 + 5 = 7 + 5$$
$$x = 12$$
---
Method B: Transposition Method (The Express Highway Route!)
Transposition means shifting a term from one side of the equality sign ($=$) to the other side. When a term crosses the highway ($=$ sign), its operation flips:
Example: Solve $3x + 4 = 19$
$$3x = 19 - 4$$
$$3x = 15$$
$$x = \frac{15}{3}$$
$$x = 5$$
Check your answer: Substitute $x = 5$ in $\text{LHS}$:
$\text{LHS} = 3(5) + 4 = 15 + 4 = 19 = \text{RHS}$.
*Since $\text{LHS} = \text{RHS}$, our answer is 100% correct!*
---
4. Solving Equations with Variables on Both Sides
Sometimes, variables appear on both LHS and RHS!
Strategy: Group all terms containing the variable on one side (usually LHS) and all constant numbers on the other side (RHS).
Example: Solve $5x - 3 = 2x + 9$
$$5x - 2x - 3 = 9$$
$$3x - 3 = 9$$
$$3x = 9 + 3$$
$$3x = 12$$
$$x = \frac{12}{3} = 4$$
---
5. Applications of Linear Equations (Word Problems)
Word problems convert English sentences into mathematical equations. Don't worry, here is our Secret 4-Step Recipe to master word problems!
---
Practice Questions with Detailed Solutions
Let us test our learning with three important NCERT-style practice questions!
Question 1: Simple Linear Equation
Solve the equation for $x$:
$$\frac{2x + 3}{5} = \frac{x - 1}{2}$$
Solution:
$$2 \cdot (2x + 3) = 5 \cdot (x - 1)$$
$$4x + 6 = 5x - 5$$
$$4x - 5x = -5 - 6$$
$$-1x = -11$$
$$x = 11$$
Answer: $x = 11$
---
Question 2: Word Problem on Ages
The present age of Sahil's mother is three times the present age of Sahil. After 5 years, the sum of their ages will be 66 years. Find their present ages.
Solution:
Let Sahil's present age $= x \text{ years}$
Therefore, Sahil's mother's present age $= 3x \text{ years}$
Sahil's age after 5 years $= (x + 5) \text{ years}$
Mother's age after 5 years $= (3x + 5) \text{ years}$
Sum of their ages after 5 years $= 66$
$$(x + 5) + (3x + 5) = 66$$
$$4x + 10 = 66$$
$$4x = 66 - 10$$
$$4x = 56$$
$$x = \frac{56}{4} = 14$$
---
Question 3: Word Problem on Consecutive Numbers
The sum of three consecutive multiples of $11$ is $363$. Find these multiples.
Solution:
Multiples of 11 come at intervals of 11 (e.g., 11, 22, 33).
Let the first multiple of 11 be $= x$
Then the second consecutive multiple $= x + 11$
And the third consecutive multiple $= x + 22$
$$\text{Sum} = x + (x + 11) + (x + 22) = 363$$
$$3x + 33 = 363$$
$$3x = 363 - 33$$
$$3x = 330$$
$$x = \frac{330}{3} = 110$$
*(Check: $110 + 121 + 132 = 363$. Correct!)*
---
Summary Key Points
Keep practicing, stay curious, and remember—maths is not about memorization; it's a superpower to solve daily real-world problems! Happy learning!