Introduction
Linear equations in two variables form a core concept in algebra where two unknowns (usually x and y) are related through an equation of the first degree.
This pattern is essential because it teaches how to find the point where two lines intersect - the common solution that satisfies both equations. Such problems are widely used in algebra, geometry, and real-life situations like cost and profit analysis.
Pattern: Linear Equations in Two Variables
Pattern
The key idea: Find values of x and y that satisfy both equations simultaneously.
The general form is:
a₁x + b₁y = c₁ and a₂x + b₂y = c₂
Common solving methods include:
- Substitution Method: Express one variable in terms of the other, then substitute.
- Elimination Method: Multiply and add/subtract equations to eliminate one variable.
- Cross Multiplication Method: Used when equations are in standard form for quick calculation.
Step-by-Step Example
Question
Solve for x and y:
2x + 3y = 12
3x + 2y = 13
Solution
-
Step 1: Write both equations
(1) 2x + 3y = 12
(2) 3x + 2y = 13 -
Step 2: Make coefficients of x equal
Multiply (1) by 3 → 6x + 9y = 36
Multiply (2) by 2 → 6x + 4y = 26 -
Step 3: Eliminate x by subtraction
(6x + 9y) - (6x + 4y) = 36 - 26
⇒ 5y = 10
⇒ y = 2 -
Step 4: Substitute y = 2 to find x
Substitute in (1): 2x + 3(2) = 12
⇒ 2x + 6 = 12
⇒ 2x = 6
⇒ x = 3 -
Final Answer:
x = 3, y = 2 -
Quick Check:
Substitute into (2): 3(3) + 2(2) = 9 + 4 = 13 ✅
Quick Variations
1. Using Substitution Method when one variable has a simple coefficient.
2. Using Cross Multiplication for direct computation.
3. Word problems involving two conditions - like cost and quantity or ages.
Trick to Always Use
- Step 1: Align equations in standard form (ax + by = c).
- Step 2: Choose the variable with easiest coefficients to eliminate.
- Step 3: Substitute back to find the second variable.
Summary
Summary
In the Linear Equations in Two Variables pattern:
- Always arrange equations properly before solving.
- Use elimination when coefficients can be easily matched.
- Always verify your (x, y) pair in both equations for correctness.
