Intersecting Lines
Lines cross at exactly one point. That point (x, y) is the unique solution. System is consistent & independent.
- a₁/a₂ ≠ b₁/b₂
- Example: x + y = 5, 2x − y = 1 → (2, 3)
Parallel Lines
Lines never meet. No solution exists. System is inconsistent.
- a₁/a₂ = b₁/b₂ ≠ c₁/c₂
- Example: x + y = 5, x + y = 8
Coincident Lines
Same line — infinitely many solutions. System is consistent & dependent.
- a₁/a₂ = b₁/b₂ = c₁/c₂
- Example: x + y = 5, 2x + 2y = 10
The Ratio Rule
Think of it as a 3-way comparison: if the first ratio doesn't match the second, lines intersect (unique). If all three match, coincident. If first two match but third doesn't — parallel.
Quick Test
Write ratios as fractions in lowest terms. Compare a₁/a₂ and b₁/b₂ first. If equal, check c₁/c₂. Three equal → coincident; two equal → parallel; first unequal → intersecting.
Best Situations
- One equation has coefficient of 1 or −1
- Easy to isolate a variable without fractions
- Small coefficients
Algorithm
- Express x (or y) from one equation
- Substitute into second equation
- Solve for the remaining variable
- Back-substitute to find the other
Watch Out For
- Sign errors when substituting negative terms
- Forgetting to distribute multiplied terms
- Not verifying the answer in both equations
Best Situations
- Coefficients are larger numbers
- Both equations have the same variable form
- Multiplying is neater than isolating
Algorithm
- Multiply each equation by suitable constants
- Make LCM of one variable's coefficients equal
- Add or subtract equations to eliminate
- Solve for remaining variable; back-substitute
Add vs Subtract
If equal coefficients have opposite signs → add equations.
If same signs → subtract. Both eliminate the chosen variable.
a₂x + b₂y + c₂ = 0
x / (3 + 10) = y / (15 − 2) = 1 / (−4 − 9)
x / 13 = y / 13 = 1 / (−13)
x = −1, y = −1
Best For
- Direct formula application in exams
- Competitive exam problems needing speed
- When coefficients are messy fractions
Watch Sign
The formula requires equations in the form ax + by + c = 0 (not ax + by = c). Move all terms to one side before applying the cross-product rule.
Click any category to see a solved example setup.
Let father = x, son = y
Eq 1: x = 3y
Eq 2: x + 12 = 2(y + 12)
Solving: y = 12, x = 36
✓ Father: 36, Son: 12
Let pencil = x, pen = y
Eq 1: 2x + 3y = 18
Eq 2: 4x + 5y = 32
Solving: x = 3, y = 4
✓ Pencil: ₹3, Pen: ₹4
Let boat speed = x, stream = y
Eq 1: x + y = 15 (downstream)
Eq 2: x − y = 10 (upstream)
Solving: x = 12.5, y = 2.5
✓ Boat: 12.5 km/h, Stream: 2.5 km/h
Let tens = x, units = y
Eq 1: x + y = 9
Eq 2: (10y + x) − (10x + y) = 27 → y − x = 3
Solving: x = 3, y = 6
✓ Number = 36
Let angles = x, y, z = 60°
Eq 1: x + y + 60 = 180 → x + y = 120
Eq 2: x − y = 40
Solving: x = 80°, y = 40°
✓ Angles: 80°, 40°, 60°
Let fraction = x/y
Eq 1: (x+1)/y = 1/2 → 2x − y = −2
Eq 2: x/(y+1) = 1/3 → 3x − y = 1
Solving: x = 3, y = 8
✓ Fraction = 3/8
Identify the two unknown quantities and define them clearly (let x = ..., y = ...)
Translate each condition in the problem into a linear equation
Choose the most suitable method (substitution / elimination) and solve
Verify: substitute back into BOTH original equations. Check if answer makes sense