Concept Before Solving
- A pair of linear equations in two variables represents two straight lines.
- The solution of the system is the point where both lines intersect.
- Algebraically: Solve equations simultaneously.
- Graphically: Plot both equations → intersection point = solution.
Solution Roadmap (Exam Strategy)
- Assign variables clearly.
- Convert statements into equations.
- Solve using substitution/elimination.
- Verify by substituting values.
- Interpret final answer in context.
Solution (i)
Step 1: Let variables
Let number of girls = \(x\)
Let number of boys = \(y\)
Step 2: Form equations
Girls are 4 more than boys:
$$\begin{align}x = y + 4 \tag{1}\end{align}$$Total students = 10:
$$\begin{align}x + y = 10 \tag{2}\end{align}$$Step 3: Substitute equation (1) into (2)
$$\begin{aligned} x + y &= 10 \\ (y + 4) + y &= 10 \\ y + 4 + y &= 10 \\ 2y + 4 &= 10 \\ 2y &= 10 - 4 \\ 2y &= 6 \\ y &= \frac{6}{2} \\ y &= 3 \end{aligned}$$Step 4: Find value of \(x\)
$$\begin{aligned} x &= y + 4 \\ x &= 3 + 4 \\ x &= 7 \end{aligned}$$Final Answer:
Number of girls = 7
Number of boys = 3
Verification
$$7 + 3 = 10 \quad \text{✔ correct}$$
Solution (ii)
Step 1: Let variables
Cost of one pencil = \(x\)
Cost of one pen = \(y\)
Step 2: Form equations
$$\begin{align5x + 7y = 50 \tag{1}\end{align}$$ $$\begin{align7x + 5y = 46 \tag{2}\end{align}$$Step 3: Elimination method
Multiply (1) by 7 and (2) by 5: $$\begin{align} 35x + 49y &= 350 \tag{3}\\ 35x + 25y &= 230 \tag{4} \end{align}$$Subtract (4) from (3):
$$\begin{aligned} (35x + 49y) - (35x + 25y) &= 350 - 230 \\ 35x + 49y - 35x - 25y &= 120 \\ 24y &= 120 \\ y &= \frac{120}{24} \\ y &= 5 \end{aligned}$$Step 4: Substitute \(y = 5\) in equation (1)
$$\begin{aligned} 5x + 7y &= 50 \\ 5x + 7(5) &= 50 \\ 5x + 35 &= 50 \\ 5x &= 50 - 35 \\ 5x &= 15 \\ x &= \frac{15}{5} \\ x &= 3 \end{aligned}$$Final Answer:
Cost of one pencil = ₹3
Cost of one pen = ₹5
Verification
$$5(3) + 7(5) = 15 + 35 = 50 \quad \text{✔}$$ $$7(3) + 5(5) = 21 + 25 = 46 \quad \text{✔}$$
Why This Question is Important
- Directly tests formation of equations from real-life situations.
- Very common in CBSE Board Exams (3–4 marks guaranteed type).
- Strengthens algebraic modelling (used in higher mathematics).
- Forms base for coordinate geometry and graph interpretation.
Competitive Exam Relevance
- Frequently asked in NTSE, Olympiads, and foundation exams.
- Improves speed in solving linear systems (important for JEE basics).
- Helps in word-problem translation — a key aptitude skill.