Solve the following pair of linear equations by the substitution method.
Concept: Substitution Method
In a pair of linear equations in two variables, the substitution method involves:
- Expressing one variable in terms of another from one equation
- Substituting that expression into the second equation
- Solving the resulting equation
- Back-substituting to find the remaining variable
When to Use?
- When one equation is already simple (e.g., x + y = ...)
- When isolating a variable is easy
- Very useful in board exams for step marking
Solution Roadmap
- Select the simpler equation
- Make one variable subject
- Substitute into the other equation
- Solve for one variable
- Back-substitute to find second variable
- Verify solution
Graphical Insight
Intersection point represents the solution of the system.
-
Given:
\[ x + y = 14 \tag{1} \] \[ x - y = 4 \tag{2} \]Step 1: Express \( y \) from (2)
\[ x - y = 4 \] \[ -y = 4 - x \] \[ y = x - 4 \tag{3} \]Step 2: Substitute into (1)
\[ x + (x - 4) = 14 \]Step 3: Solve
\[ 2x - 4 = 14 \] \[ 2x = 18 \] \[ x = 9 \]Step 4: Back substitute
\[ y = 9 - 4 = 5 \]Solution: \( x = 9,\ y = 5 \)
-
Given:
\[ s - t = 3 \tag{1} \] \[ \frac{s}{3} + \frac{t}{2} = 6 \tag{2} \]Step 1: Express \( s \)
\[ s = t + 3 \tag{3} \]Step 2: Substitute
\[ \frac{t+3}{3} + \frac{t}{2} = 6 \]Step 3: Multiply by LCM = 6
\[ 2(t+3) + 3t = 36 \]Step 4: Simplify
\[ 2t + 6 + 3t = 36 \] \[ 5t + 6 = 36 \] \[ 5t = 30 \] \[ t = 6 \]Step 5: Back substitute
\[ s = 6 + 3 = 9 \]Solution: \( s = 9,\ t = 6 \)
-
Given:
\[ 3x - y = 3 \] \[ 9x - 3y = 9 \]Step 1: Express \( y \)
\[ y = 3x - 3 \]Step 2: Substitute
\[ 9x - 3(3x - 3) = 9 \]Step 3: Simplify
\[ 9x - 9x + 9 = 9 \] \[ 9 = 9 \]Infinitely many solutions (coincident lines)
\[ y = 3x - 3 \] -
Given:
\[ 0.2x + 0.3y = 1.3 \] \[ 0.4x + 0.5y = 2.3 \]Step 1: Remove decimals
\[ 2x + 3y = 13 \] \[ 4x + 5y = 23 \]Step 2: Express \( x \)
\[ x = \frac{13 - 3y}{2} \]Step 3: Substitute
\[ 4\left(\frac{13 - 3y}{2}\right) + 5y = 23 \]Step 4: Solve
\[ 2(13 - 3y) + 5y = 23 \] \[ 26 - 6y + 5y = 23 \] \[ 26 - y = 23 \] \[ y = 3 \]Step 5: Back substitute
\[ x = 2 \]Solution: \( x = 2,\ y = 3 \)
-
Given:
\[ \sqrt{2}x + \sqrt{3}y = 0 \] \[ \sqrt{3}x + \sqrt{8}y = 0 \]Step 1: Express \( x \)
\[ x = -\sqrt{\frac{3}{2}}y \]Step 2: Substitute
\[ \sqrt{3}\left(-\sqrt{\frac{3}{2}}y\right) + \sqrt{8}y = 0 \]Step 3: Simplify
\[ -\frac{3}{\sqrt{2}}y + 2\sqrt{2}y = 0 \] \[ y\left(\frac{1}{\sqrt{2}}\right)=0 \] \[ y = 0 \]Step 4:
\[ x = 0 \]Solution: \( x = 0,\ y = 0 \)
-
Given:
\[ \frac{3}{2}x - \frac{5}{3}y = -2 \] \[ \frac{x}{3} + \frac{y}{2} = \frac{13}{6} \]Step 1: Clear denominators
\[ 9x - 10y = -12 \] \[ 2x + 3y = 13 \]Step 2: Express \( x \)
\[ x = \frac{10y - 12}{9} \]Step 3: Substitute
\[ 2\left(\frac{10y - 12}{9}\right) + 3y = 13 \]Step 4:
\[ 20y - 24 + 27y = 117 \] \[ 47y = 141 \] \[ y = 3 \]Step 5:
\[ x = 2 \]Solution: \( x = 2,\ y = 3 \)
Exam Significance
- Very high probability question in CBSE Board (3–4 marks)
- Tests algebraic manipulation + conceptual clarity
- Forms base for coordinate geometry & graphs
- Frequently used in entrance exams like JEE Foundation, NTSE
Common Mistakes
- Wrong substitution (sign errors)
- Skipping steps (losing marks in board exams)
- Not clearing fractions properly
- Ignoring special cases (no solution / infinite solution)