Class 8 Mathematics - Ch 7: Linear Equations & Inequalities Mastery Guide (FBISE)
Teacher & Parent Instructional Roadmap
Unit Focus: Building essential mathematical fluency in constructing, graphing, and solving simultaneous linear systems of equations in two variables ($ax + by = c$) via substitution, elimination, and graphical intersection methods, alongside solving and graphing linear inequalities on real number lines.
- Formulate and solve simultaneous linear equations in two variables using Substitution and Elimination methods.
- Solve real-world word problems (cost analysis, age relations, fractions, geometric perimeters).
- Identify and graph horizontal lines ($y = c$) and vertical lines ($x = c$).
- Interpret slope/gradient $m$ and $y$-intercept $c$ in the standard linear equation $y = mx + c$.
- Solve systems of linear equations graphically and classify systems as having one unique solution, no solution (parallel), or infinitely many solutions (coincident).
- Solve linear inequalities ($<, >, \le, \ge$) and represent solution sets on number lines and coordinate graphs.
- Inequality Sign Flip Omission: Forgetting to reverse the inequality sign ($<$ becomes $>$) when multiplying or dividing by a negative number.
- Incomplete Fractional Elimination: Failing to multiply every term (including standalone constants) by the LCD when clearing fractions.
- Substitution Sign Errors: Dropping parentheses when substituting an expression like $(y - 4)$ into $2x - y = 6$, resulting in $-y - 4$ instead of $-y + 4$.
- Graph Scale Inconsistencies: Using unequal grid spacing on the x-axis and y-axis, causing graphical intersection coordinates to be read incorrectly.
2. Select Optimal Method: Use Substitution if a variable has a coefficient of $\pm 1$; use Elimination if coefficients can be easily matched; use Graphical when visual intersection is required.
3. Verify in BOTH Original Equations: Substitute the found ordered pair $(x, y)$ into both equations to ensure both LHS identically equal RHS.
🌍 Real-World Connections & Kid-Friendly Tips
🎨 Visual Concept Masterclasses
Figure 7.1: Three Geometric Behaviors of Simultaneous Linear Systems
Figure 7.2: Algebraic Methods Decision Matrix
Figure 7.3: Graphing Inequalities on the Real Number Line
Exercise 7.1 • Simultaneous Linear Equations & Real-Life Word Problems
Page 121Q1. Solve by substitution method: $$-x + \frac{1}{2}y = -19, \qquad x - y = 12$$
Step 1: Express one variable in terms of the other:
From second equation $x - y = 12$, isolate $x$:
$$x = y + 12 \quad \dots\dots (1)$$
Step 2: Substitute equation (1) into the first equation:
$$-(y + 12) + \frac{1}{2}y = -19$$
$$-y - 12 + \frac{1}{2}y = -19$$
$$-\frac{1}{2}y - 12 = -19 \implies -\frac{1}{2}y = -19 + 12 = -7$$
$$y = -7 \times (-2) = 14$$
Step 3: Substitute $y = 14$ back into equation (1):
$$x = 14 + 12 = 26$$
Verification: $-26 + \frac{1}{2}(14) = -26 + 7 = -19$ (True), $26 - 14 = 12$ (True).
Final Answer: **$$x = 26, \quad y = 14 \quad \text{or Solution Set } S.S = \{(26, 14)\}$$**
Q2. Solve by elimination method: $$\frac{1}{4}x - \frac{2}{3}y = 7, \qquad \frac{1}{2}x - \frac{2}{3}y = -4$$
Step 1: Observe identical coefficients:
Notice both equations contain the exact term $-\frac{2}{3}y$. Subtract the first equation from the second equation:
$$\left(\frac{1}{2}x - \frac{2}{3}y\right) - \left(\frac{1}{4}x - \frac{2}{3}y\right) = -4 - 7$$
$$\left(\frac{1}{2} - \frac{1}{4}\right)x = -11 \implies \frac{1}{4}x = -11 \implies x = -44$$
Step 2: Substitute $x = -44$ into the first equation:
$$\frac{1}{4}(-44) - \frac{2}{3}y = 7 \implies -11 - \frac{2}{3}y = 7$$
$$-\frac{2}{3}y = 7 + 11 = 18 \implies y = 18 \times \left(-\frac{3}{2}\right) = -27$$
Final Answer: **$$x = -44, \quad y = -27 \quad \text{or } S.S = \{(-44, -27)\}$$**
Q3. 5 pens and 6 notebooks together cost Rs. 900, and 3 pens and 2 notebooks cost Rs. 500. Find the cost of 1 pen and 1 notebook.
Step 1: Define variables and form linear equations:
Let the cost of 1 pen = Rs. $p$ and cost of 1 notebook = Rs. $n$.
$$5p + 6n = 900 \quad \dots\dots (1)$$
$$3p + 2n = 500 \quad \dots\dots (2)$$
Step 2: Multiply equation (2) by 3 to eliminate $n$:
$$3 \times (3p + 2n) = 3 \times 500 \implies 9p + 6n = 1500 \quad \dots\dots (3)$$
Subtract equation (1) from (3):
$$(9p + 6n) - (5p + 6n) = 1500 - 900 \implies 4p = 600 \implies p = 150$$
Step 3: Find the cost of a notebook $n$:
Substitute $p = 150$ into equation (2):
$$3(150) + 2n = 500 \implies 450 + 2n = 500 \implies 2n = 50 \implies n = 25$$
Final Answer: **Cost of 1 Pen = Rs. 150, \quad Cost of 1 Notebook = Rs. 25**
Q4. The sum of two numbers is 30 and their difference is 4. Find the numbers.
Step 1: Setup system:
Let the numbers be $x$ and $y$ ($x > y$).
$$x + y = 30 \quad \dots\dots (1)$$
$$x - y = 4 \quad \dots\dots (2)$$
Step 2: Add equations (1) and (2):
$$(x + y) + (x - y) = 30 + 4 \implies 2x = 34 \implies x = 17$$
Step 3: Solve for $y$:
$$17 + y = 30 \implies y = 30 - 17 = 13$$
Final Answer: **The numbers are 17 and 13.**
Q5. A fraction becomes $\frac{4}{5}$ if 1 is added to both the numerator and denominator. If 5 is subtracted from both numerator and denominator, the fraction becomes $\frac{1}{2}$. What is the fraction?
Step 1: Form equations:
Let the fraction be $\frac{x}{y}$.
Case 1: $\frac{x + 1}{y + 1} = \frac{4}{5} \implies 5(x + 1) = 4(y + 1) \implies 5x + 5 = 4y + 4 \implies 5x - 4y = -1 \quad (1)$
Case 2: $\frac{x - 5}{y - 5} = \frac{1}{2} \implies 2(x - 5) = 1(y - 5) \implies 2x - 10 = y - 5 \implies y = 2x - 5 \quad (2)$
Step 2: Substitute (2) into (1):
$$5x - 4(2x - 5) = -1 \implies 5x - 8x + 20 = -1 \implies -3x = -21 \implies x = 7$$
Step 3: Solve for $y$:
$$y = 2(7) - 5 = 14 - 5 = 9$$
Final Answer: **The fraction is $$\frac{7}{9}$$**
Q6. Think of a pair of numbers. If 9 is added to the first, we obtain a number which is twice the second. If 20 is added to the second, we obtain a number which is 4 times the first. What are the numbers?
Step 1: Translate conditions into algebra:
Let the first number be $x$ and second number be $y$.
Condition 1: $x + 9 = 2y \implies x = 2y - 9 \quad \dots\dots (1)$
Condition 2: $y + 20 = 4x \quad \dots\dots (2)$
Step 2: Substitute (1) into (2):
$$y + 20 = 4(2y - 9) \implies y + 20 = 8y - 36$$
$$20 + 36 = 8y - y \implies 56 = 7y \implies y = 8$$
Step 3: Find $x$:
$$x = 2(8) - 9 = 16 - 9 = 7$$
Final Answer: **The first number is 7 and the second number is 8.**
Q7. I am three times as old as my son. Five years later, I shall be two and a half times as old as my son. How old am I and how old is my son now?
Step 1: Model ages algebraically:
Let son's present age = $y$ years, Father's present age = $x$ years.
Condition 1: $x = 3y \quad \dots\dots (1)$
After 5 years: Father's age = $x + 5$, Son's age = $y + 5$.
Condition 2: $x + 5 = 2.5(y + 5) = \frac{5}{2}(y + 5) \implies 2(x + 5) = 5(y + 5) \implies 2x + 10 = 5y + 25 \quad (2)$
Step 2: Substitute $x = 3y$ into (2):
$$2(3y) + 10 = 5y + 25 \implies 6y + 10 = 5y + 25 \implies y = 15\text{ years}$$
Step 3: Solve for Father's age $x$:
$$x = 3(15) = 45\text{ years}$$
Final Answer: **Father's age = 45 years, \quad Son's age = 15 years**
Q8. The difference between the length and breadth of a rectangle is 12 m. The perimeter of the rectangle is 144 m. Find its dimensions.
Step 1: Set up system:
Let length = $l$ and breadth = $b$.
Condition 1: $l - b = 12 \quad \dots\dots (1)$
Condition 2: Perimeter $= 2(l + b) = 144 \implies l + b = 72 \quad \dots\dots (2)$
Step 2: Add equations (1) and (2):
$$(l - b) + (l + b) = 12 + 72 \implies 2l = 84 \implies l = 42\text{ m}$$
Step 3: Solve for breadth $b$:
$$42 - b = 12 \implies b = 42 - 12 = 30\text{ m}$$
Final Answer: **Length = 42 m, \quad Breadth = 30 m**
Exercise 7.2 • Graphing Linear Equations, Intercepts & Slopes
Page 126Q1. Graph the equations by setting five values of $x$ and also find the $x$ and $y$ intercepts:
(i) $x + 2y = -2 \implies y = \frac{-2 - x}{2}$
- Table: for $x \in \{-4, -2, 0, 2, 4\} \implies y \in \{1, 0, -1, -2, -3\}$.
- $x$-intercept (set $y=0$): $x + 0 = -2 \implies (-2, 0)$.
- $y$-intercept (set $x=0$): $0 + 2y = -2 \implies (0, -1)$.
(ii) $-x + 4y = 12 \implies y = \frac{x + 12}{4}$
- Table: for $x \in \{-4, 0, 4, 8, 12\} \implies y \in \{2, 3, 4, 5, 6\}$.
- $x$-intercept: $-x = 12 \implies x = -12 \implies (-12, 0)$.
- $y$-intercept: $4y = 12 \implies y = 3 \implies (0, 3)$.
(iii) $x + 2y = -10 \implies y = \frac{-10 - x}{2}$
- Table: for $x \in \{-10, -6, -2, 0, 2\} \implies y \in \{0, -2, -4, -5, -6\}$.
- $x$-intercept: $(-10, 0)$; \quad $y$-intercept: $(0, -5)$.
(iv) $3x - 5y = 15 \implies y = \frac{3x - 15}{5}$
- Table: for $x \in \{-5, 0, 5, 10, 15\} \implies y \in \{-6, -3, 0, 3, 6\}$.
- $x$-intercept: $3x = 15 \implies x = 5 \implies (5, 0)$; \quad $y$-intercept: $-5y = 15 \implies y = -3 \implies (0, -3)$.
Q2. Determine whether the graph of the given equation is horizontal, vertical or neither:
- (i) $x = 5$: Vertical (parallel to y-axis)
- (ii) $y = -7$: Horizontal (parallel to x-axis)
- (iii) $4x = -16 \implies x = -4$: Vertical
- (iv) $x - 2y = 0 \implies y = \frac{1}{2}x$: Neither (oblique line through origin)
- (v) $-3y = -12 \implies y = 4$: Horizontal
- (vi) $y = 3x + 1$: Neither (sloped line with $m=3, c=1$)
- (vii) $x = 0y + 2 \implies x = 2$: Vertical
- (viii) $x = 3y \implies y = \frac{1}{3}x$: Neither
- (ix) $y = 0$: Horizontal (the x-axis itself)
- (x) $x = 0$: Vertical (the y-axis itself)
Q3 & Q4. Graphing families of lines & Deductions:
Q3 Deductions:
(i) $x = 3, x = -1, x = 7, x = 0, x = 9$ are all vertical lines parallel to the y-axis.
(ii) $y = 6, y = -6, y = 4, y = 0, y = -8$ are all horizontal lines parallel to the x-axis.
Q4 Deductions:
(i) $y = 3x - 2, y = 3x, y = 3x + 2, y = 3x + 3$ have the identical slope $m = 3$. Deduction: Lines with equal slopes are mutually parallel.
(ii) $y = 2x + 1, y = 4x + 1, y = x + 1, y = 5x + 1$ have different slopes but the same $y$-intercept $c = 1$. Deduction: Lines with the same y-intercept intersect concurrently at the single point $(0, 1)$.
Exercise 7.3 • Graphical Solutions of Simultaneous Systems
Pages 130–131Q1. Test and select ordered pairs that solve the systems:
(a) $2x + y = 1, \quad 3x - 2y = 12$:
- $(0, 1)$: $2(0)+1=1$ (True), $3(0)-2(1)=-2 \ne 12$ (False).
- $(2, -3)$: $2(2)+(-3)=1$ (True), $3(2)-2(-3)=6+6=12$ (True). Solution: $(2, -3)$.
- $(4, 0)$: $2(4)+0=8 \ne 1$ (False).
(b) $3x - y = 6, \quad 2x + y = 9$:
- $(3, 3)$: $3(3)-3=6$ (True), $2(3)+3=9$ (True). Solution: $(3, 3)$.
(c) $2x + 3y = 6, \quad -2x + 5 = y$:
- Testing $\left(\frac{9}{4}, \frac{1}{2}\right)$: $2(9/4)+3(1/2)=4.5+1.5=6$ (True), $-2(9/4)+5=-4.5+5=0.5=y$ (True). Solution: $\left(\frac{9}{4}, \frac{1}{2}\right)$.
(d) $2x + 7y = 4, \quad 14y + 4x = 8$:
Notice equation 2 is $2 \times$ equation 1 (Coincident lines). Points $\left(-2, \frac{8}{7}\right)$ and $(2, 0)$ satisfy both!
(e) $2x - y = -4, \quad 4x - 2y = -8$:
Coincident system! All three $(0, 4), (3, 10), (-2, 0)$ satisfy both equations.
(f) $3x + 2y = 8, \quad x + y = 1$:
- $(6, -5)$: $3(6)+2(-5)=18-10=8$ (True), $6+(-5)=1$ (True). Solution: $(6, -5)$.
Q3. Solutions of 12 Simultaneous Systems (a to l):
Adding: $2x=10 \implies x=5, y=-2$.
Intersection: $(5, -2)$
Adding: $3x=-21 \implies x=-7, y=-1$.
Intersection: $(-7, -1)$
$6x-3y=3(2x-y)=21$. Identical lines.
Infinitely Many Solutions
Adding: $4x=4 \implies x=1, y=4$.
Intersection: $(1, 4)$
$2(3)-y=2 \implies y=4$.
Intersection: $(3, 4)$
$y=-x \implies 3x=3 \implies x=1, y=-1$.
Intersection: $(1, -1)$
Slopes equal ($m=-1/2$), different intercepts.
No Solution (Parallel Lines)
$2(2x+3y)=12 \implies 0=12$ (False).
No Solution (Parallel Lines)
Both pass through origin.
Intersection: $(0, 0)$
$2(x+y)=10 \ne -1$. Parallel lines.
No Solution
$-2(2x-y)=-8 \ne 12$. Parallel lines.
No Solution
Adding: $7x=7 \implies x=1, y=1/3$.
Intersection: $(1, 1/3)$
Exercise 7.4 • Solving Linear Inequalities ($<, >, \le, \ge$)
Page 133- Subtract 11: $2x < 14$
- Divide by 2: $x < 7$
Answer: **$$x < 7 \quad \text{or } \{x \in \mathbb{R} : x < 7\}$$**
- Add 4: $\frac{2y}{3} \ge 5$
- Multiply by $\frac{3}{2}$: $y \ge \frac{15}{2} = 7.5$
Answer: **$$y \ge 7.5 \quad \text{or } \{y \in \mathbb{R} : y \ge 7.5\}$$**
- Subtract 7: $-2x > 2$
- Divide by $-2$ (Reverse sign!): $x < -1$
Answer: **$$x < -1 \quad \text{or } \{x \in \mathbb{R} : x < -1\}$$**
- Subtract 8: $-3x > -5$
- Divide by $-3$ (Reverse sign!): $x < \frac{5}{3}$
Answer: **$$x < \frac{5}{3} \quad \text{or } \{x \in \mathbb{R} : x < 1.67\}$$**
- Expand: $14x + 5 < 7x - 21$
- Rearrange: $7x < -26 \implies x < -\frac{26}{7}$
Answer: **$$x < -\frac{26}{7} \quad (\approx -3.71)$$**
- Expand: $0.8m + 4 \ge 1.8m + 10$
- Rearrange: $4 - 10 \ge 1.8m - 0.8m \implies -6 \ge m \implies m \le -6$
Answer: **$$m \le -6 \quad \text{or } \{m \in \mathbb{R} : m \le -6\}$$**
Review Exercise 7 • Chapter Mastery & Board MCQs
Pages 133–134Q1. Multiple Choice Questions (Official 13 MCQs Solved):
Review Problems Solved:
Q2. Predict next ordered pair in arithmetic patterns:
(i) $\{(-2, 0), (-1, 1), (0, 2), (1, 3), \dots\} \implies y = x + 2$. Next pair = **$(2, 4)$**.
(ii) $\{(-2, 4), (0, 0), (2, -4), (4, -8), \dots\} \implies y = -2x$. Next pair = **$(6, -12)$**.
(iii) $\{(-1, -3), (1, 1), (3, 5), (5, 9), \dots\} \implies y = 2x - 1$. Next pair = **$(7, 13)$**.
Q3. Solve systems:
(i) $5x - 4y = 8, \quad x + 2y = -32$:
Multiply eq 2 by 2: $2x + 4y = -64$. Add to eq 1: $7x = -56 \implies x = -8$.
Substitute: $-8 + 2y = -32 \implies 2y = -24 \implies y = -12$. **Solution: $(-8, -12)$**.
(ii) $x = y - 4, \quad 2y + x = -4$:
Substitute $x = y - 4$: $2y + (y - 4) = -4 \implies 3y = 0 \implies y = 0, x = -4$. **Solution: $(-4, 0)$**.
Q4. Solve Inequalities:
(i) $4 - 2m > 7 - 3m \implies -2m + 3m > 7 - 4 \implies$ **$$m > 3$$**
(ii) $3p - 5 > 4p + 7 \implies 3p - 4p > 7 + 5 \implies -p > 12 \implies$ **$$p < -12$$**
(iii) $6(x + 3) < 8x + 18 \implies 6x + 18 < 8x + 18 \implies -2x < 0 \implies$ **$$x > 0$$**
(iv) $\frac{1}{5}(4m + 10) < \frac{4}{5}m + 2 \implies \frac{4}{5}m + 2 < \frac{4}{5}m + 2 \implies 0 < 0$ (False). **No Solution ($\emptyset$)**.
🎯 Unit 7 Synthesis Summary
Chapter 7 bridges introductory single-variable algebra into coordinate systems and simultaneous relational models. A pair of linear equations $a_1 x + b_1 y = c_1$ and $a_2 x + b_2 y = c_2$ can be solved algebraically using substitution or elimination, or geometrically by locating their intersection point on the Cartesian plane. System solutions classify into exactly one unique point (intersecting), zero solutions (parallel lines), or infinitely many solutions (coincident lines). In linear inequalities, all standard algebraic rules apply with one pivotal exception: multiplying or dividing by a negative quantity inverts the directional inequality operator.
More Chapter Notes for Class 8 (FBISE)
MathematicsTest Your Knowledge on Chapter 7: Class 8 Mathematics - Ch 7: Linear Equations & Inequalities Mastery Guide (FBISE)
Practice textbook-aligned solved MCQs with instant answer feedback, step-by-step solutions, and timed test simulation.
Class 8 Mathematics - Ch 7: Linear Equations and Inequalities Chapter Mock Test
Test your complete conceptual mastery across all chapters under real board exam conditions with official timer, anti-cheat surveillance, and instant grading.