Pair of Linear Equations: Intersection Point
Linear Equations · Class X
Two lines a1 x + b1 y = c1 and a2 x + b2 y = c2 , see where they meet (or don't).
- Determinant D-14
- x at intersection (c1 = 6, c2 = 4)1.2857
- y at intersection1.1429
- Lines parallel? (D = 0)0
- Line 1: a1 x + b1 y = 6
- Line 2: a2 x + b2 y = 4
Formulas in this lab
- Determinant D
- x at intersection (c1 = 6, c2 = 4)
- y at intersection
- Lines parallel? (D = 0)
Frequently asked questions
▶When do two lines intersect, coincide or stay parallel?
For $a_1 x + b_1 y = c_1$ and $a_2 x + b_2 y = c_2$: if $\frac{a_1}{a_2} \ne \frac{b_1}{b_2}$, lines meet at one point; if all three ratios are equal, they coincide (infinite solutions); if only the first two are equal but $\frac{c_1}{c_2}$ differs, they are parallel (no solution).
▶How do I use this lab?
Slide a1, b1, c1 and a2, b2, c2. The lab draws both lines and labels their intersection (or shows 'parallel'/'coincident'). Try $2x + 3y = 6$ and $4x + 6y = 12$ to see coincident lines.
▶Common mistake on this topic
Students check only $\frac{a_1}{a_2} = \frac{b_1}{b_2}$ and call the lines parallel, forgetting to compare with $\frac{c_1}{c_2}$. Without that third check, you can't tell parallel from coincident.
▶Where do we apply this?
If one shop sells 2 kg rice and 3 kg dal for Rs 600 and another sells 4 kg rice and 6 kg dal for Rs 1200, the equations coincide - both deals give the same per-kg pricing. Pair-of-equation thinking helps spot fair deals.