Simple Equations - Formulation and solving of simple linear equations
Class 7 Mathematics: Simple Equations
Hello students! Welcome to today's fun and easy-to-understand math tutorial. Today, we are going to explore Simple Equations from your NCERT Class 7 syllabus.
Have you ever wondered how detectives solve mysteries by finding missing clues? In mathematics, an equation is just like a detective puzzle where we need to find a missing number!
By the end of this lesson, you will be able to:
Let's dive in!
---
1. The Big Picture: The Weighing Balance Analogy
Imagine a traditional vegetable vendor's weighing scale (*Tarazu*).
```
[ Left Pan ] === (Equal Balance) === [ Right Pan ]
```
An equation works on the exact same logic! An equation is simply a statement that shows two mathematical expressions are equal, joined by an equal sign ($=$).
---
2. What Makes Up an Equation?
Before we start building equations, let's learn the basic building blocks:
* *Example:* $2x + 3$
* *Example:* $2x + 3 = 11$
> 💡 Teacher's Note: An equation MUST always have an equal sign ($=$). Without an equal sign, $2x + 3$ is just an *expression*, not an equation!
---
3. Step 1: Formulating Equations from Word Statements
Formulating an equation means converting everyday English sentences into mathematical statements.
Simple Rules to Translate Words into Math:
Let's See Some Examples:
| Word Statement | Step-by-Step Translation | Algebraic Equation |
| :--- | :--- | :--- |
| 1. The sum of a number $x$ and $4$ is $12$. | Add $4$ to $x$ to get $12$. | $x + 4 = 12$ |
| 2. $7$ times a number $m$ minus $3$ gives $18$. | Multiply $m$ by $7$, then subtract $3$. | $7m - 3 = 18$ |
| 3. One-fifth of a number $y$ is $6$. | Divide $y$ by $5$ to equal $6$. | $\frac{y}{5} = 6$ |
---
4. Step 2: Solving Simple Equations
Solving an equation means finding the exact numerical value of the variable that makes the Left Hand Side (LHS) = Right Hand Side (RHS). This value is called the solution or root of the equation.
There are two primary methods to solve an equation:
Method A: The Balancing Method
Just like a weighing scale, whatever operation you perform on the Left-Hand Side, you must perform the exact same operation on the Right-Hand Side.
Example: Solve $x + 5 = 12$
$$x + 5 - 5 = 12 - 5$$
$$x = 7$$
---
Method B: The Transposition Method (Fast & Easy!)
Transposition means moving a term from one side of the equal sign ($=$) to the other side. When a term crosses the equal sign bridge, its sign flips to its opposite operation:
#### Let's walk through an example using Transposition:
Solve: $3y - 7 = 14$
Since it is $-7$, moving it to the RHS changes it to $+7$.
$$3y = 14 + 7$$
$$3y = 21$$
Since $3$ is multiplied by $y$, moving it to the RHS changes it to division by $3$.
$$y = \frac{21}{3}$$
$$y = 7$$
Answer: $y = 7$
---
Practice Corner: Guided Questions with Detailed Solutions
Now, let's put our learning into action with 3 classic NCERT-style practice questions!
---
Question 1: Formulation & Solving
Statement: *"If you subtract $6$ from $6$ times a number $n$, you get $60$."*
Task: Formulate the equation and solve for $n$.
#### Solution:
* $6$ times a number $n$ = $6n$
* Subtracting $6$ from $6n$ = $6n - 6$
* The result is $60$, so set it equal to $60$:
$$\mathbf{6n - 6 = 60}$$
* Move $-6$ to the RHS (it becomes $+6$):
$$6n = 60 + 6$$
$$6n = 66$$
* Move $6$ (multiplier) to the RHS (it becomes a divisor):
$$n = \frac{66}{6}$$
$$n = 11$$
Final Answer: The equation is $6n - 6 = 60$, and the value of $n$ is $11$.
---
Question 2: Solving Equations with Brackets
Solve the equation: $4(m + 3) = 20$
#### Solution:
The number $4$ is multiplied with the entire bracket $(m + 3)$. Move $4$ to the RHS as a division:
$$m + 3 = \frac{20}{4}$$
$$m + 3 = 5$$
Move $+3$ to the RHS (it becomes $-3$):
$$m = 5 - 3$$
$$m = 2$$
Substitute $m = 2$ back into the LHS:
$$\text{LHS} = 4(2 + 3) = 4(5) = 20 = \text{RHS}$$
Since $\text{LHS} = \text{RHS}$, our answer is correct!
Final Answer: $m = 2$
---
Question 3: Real-World Word Problem
Problem: *Rohan's father is $45$ years old. He is $3$ years older than three times Rohan's age. Find Rohan's age.*
#### Solution:
Let Rohan's age be $x$ years.
* Three times Rohan's age = $3x$
* Father is $3$ years older than $3x$ = $3x + 3$
* Father's actual age = $45$
* Setting up the equation:
$$\mathbf{3x + 3 = 45}$$
* Transpose $+3$ to the RHS:
$$3x = 45 - 3$$
$$3x = 42$$
* Transpose $3$ to the RHS:
$$x = \frac{42}{3}$$
$$x = 14$$
Final Answer: Rohan's age is $14$ years.
---
Summary Checklist for Revision
* $+ \rightarrow -$
* $- \rightarrow +$
* $\times \rightarrow \div$
* $\div \rightarrow \times$
Keep practicing, stay curious, and remember: math is just a game of rules! You've got this!