The elimination method is a fundamental algebraic technique used to solve systems of linear equations by eliminating one variable through addition or subtraction. It is commonly taught in high school math and appears frequently in competitive exams like JEE. By aligning coefficients and performing simple operations, this method simplifies solving two or more equations efficiently. Whether in basic algebra or advanced Gauss elimination for matrices, elimination method questions help build strong problem-solving skills in linear systems.
The elimination method involves adding or subtracting equations to eliminate one of the variables, allowing you to solve for the other. It’s especially effective for solving systems of two or three linear equations.
Question 1: Solve the system:
... (1)
.....(2)
Solution:
Add (1) and (2):
Substitute into (1):
Answer:
Question 2: Solve the system using elimination:
.......(1)
...(2)
Solution:
Multiply equation (1) by 2:
......(3)
Subtract (2) from (3):
Substitute into (1):
Answer:
Example 3: Solve:
Solution:
....(1)
.....(2)
Step 1: Add equations (1) and (2):
Step 2: Substitute into (1):
Answer: x = 1, y = 1
Example 4: Solve:
Solution:
3x + 2y = 7 .....(1)
5x + 4y = 13.....(2)
Step 1: Multiply (1) by 2 to match the coefficients of yy:
Step 2: Subtract (2) from (3):
Step 3: Substitute into (1):
Answer: x = 1, y = 2
Example 5: Solve:
Solution:
Augmented Matrix:
Row operations to eliminate variables (not shown in full here):
After transforming to upper triangular form and back-substitution:
Answer: x = 1, y = 1, z = 1
(Hint: What happens if the equations are dependent?)
(Session 2025 - 26)