The Cross-Multiplication Method
For the pair
a1x+b1y+c1=0
a2x+b2y+c2=0
there is a direct formula for the solution, called the cross-multiplication method:
b1c2−b2c1x=c1a2−c2a1y=a1b2−a2b11
From this:
x=a1b2−a2b1b1c2−b2c1,y=a1b2−a2b1c1a2−c2a1
Key Point: Both equations must be in the form ax+by+c=0 (everything on one side) before applying the formula. A unique solution exists when the denominator a1b2−a2b1=0.
[Board Important] This method is in many State Board syllabi (removed from rationalised CBSE). It's especially fast when you only need x or only y.
A Memory Layout for Cross-Multiplication
The formula is easier to remember with the criss-cross diagram. Write the coefficients in two rows, repeating the b and c columns to make the cross pattern:
b1b2c1c2a1a2b1b2
- For x: cross-multiply the first block (b1c2−b2c1).
- For y: cross-multiply the middle block (c1a2−c2a1).
- For 1: cross-multiply the last block (a1b2−a2b1).
Key Point: Each numerator is a 'cross' difference: down-product minus up-product. Keeping the columns in the order b,c,a,b gives all three correctly.
[Board Important] Practise the layout a few times — once memorised, cross-multiplication is the quickest route to both x and y in one go.
Conditions for Consistency (Ratio Test)
The ratios of coefficients tell us, without solving, how many solutions a pair has. This ties together everything from the graphical section.
| Condition |
Lines |
Solutions |
Type |
| a2a1=b2b1 |
Intersecting |
Unique |
Consistent |
| a2a1=b2b1=c2c1 |
Coincident |
Infinitely many |
Consistent (dependent) |
| a2a1=b2b1=c2c1 |
Parallel |
None |
Inconsistent |
Key Point: Write both equations as ax+by+c=0 first, then compare the three ratios. This is the fastest way to answer 'how many solutions?' or 'find k for … solutions' questions.
[Board Important] 'Find the value of k for which the pair has no solution / infinitely many solutions' is asked almost every year. Use the ratio conditions directly.
Some equations don't look linear but become linear after a clever substitution. The classic type involves x1 and y1.
The trick
For a pair like
x2+y3=13,x5−y4=−2,
let u=x1 and v=y1. The pair becomes
2u+3v=13,5u−4v=−2,
which is an ordinary linear pair. Solve for u,v, then recover x=u1, y=v1.
Key Point: Substituting u=1/x, v=1/y (or similar) turns a non-linear-looking pair into a linear one. Don't forget to convert back at the end.
[Board Important] Always state your substitution clearly ('Let u=1/x…') and remember to find the original variables x and y at the end — a common place to lose marks.
Solved Examples
Example 1: Cross-multiplication
Solve by cross-multiplication: 2x+3y−7=0 and 3x−y−5=0.
Solution:
- Here a1=2,b1=3,c1=−7; a2=3,b2=−1,c2=−5.
- a1b2−a2b1=(2)(−1)−(3)(3)=−2−9=−11.
- x=−11b1c2−b2c1=−11(3)(−5)−(−1)(−7)=−11−15−7=2.
- y=−11c1a2−c2a1=−11(−7)(3)−(−5)(2)=−11−21+10=1.
Final Answer: x=2, y=1.
Takeaway: Plug into the cross-multiplication formula carefully with signs.
Example 2: Unique solution check
Does 3x+2y=5 and 2x−3y=7 have a unique solution?
Solution:
- a2a1=23, b2b1=−32.
- Since 23=−32, the ratios differ.
Final Answer: Yes, a unique solution.
Takeaway: a2a1=b2b1 ⇒ unique solution.
Example 3: Find k for no solution
Find k so that 3x+ky=7 and 6x+10y=11 has no solution.
Solution:
- No solution needs a2a1=b2b1=c2c1.
- 63=10k⇒k=5.
- Check c2c1: −11−7=117=21. ✓ (different)
Final Answer: k=5.
Takeaway: Match the first two ratios for k; confirm the third is different.
Example 4: Find k for infinitely many solutions
Find k so that 2x+3y=7 and (k−1)x+(k+2)y=3k has infinitely many solutions.
Solution:
- Need k−12=k+23=3k7.
- From the first two: 2(k+2)=3(k−1)⇒2k+4=3k−3⇒k=7.
- Check with third: 62=31 and 217=31. ✓
Final Answer: k=7.
Takeaway: Solve from one pair of ratios, then verify the remaining one.
Example 5: Reducible — basic
Solve: x1+y1=5 and x1−y1=1.
Solution:
- Let u=x1, v=y1: u+v=5, u−v=1.
- Add: 2u=6⇒u=3; subtract: 2v=4⇒v=2.
- So x=31, y=21.
Final Answer: x=31, y=21.
Takeaway: Substitute u=1/x, v=1/y, solve, then invert.
Example 6: Reducible — harder
Solve: x2+y3=13 and x5−y4=−2.
Solution:
- Let u=x1, v=y1: 2u+3v=13, 5u−4v=−2.
- Eliminate u: multiply first by 5, second by 2: 10u+15v=65, 10u−8v=−4. Subtract: 23v=69⇒v=3.
- 2u+9=13⇒u=2. So x=21, y=31.
Final Answer: x=21, y=31.
Takeaway: After substitution, use elimination as usual, then invert u,v.
Example 7: Consistency classification
Classify 5x−4y+8=0 and 7x+6y−9=0.
Solution:
- a2a1=75, b2b1=6−4=−32.
- Since 75=−32, the lines intersect.
Final Answer: Unique solution; consistent.
Takeaway: Different first two ratios ⇒ consistent with a unique solution.
Example 8: Find k for unique solution
For what value of k does kx+3y=k−3 and 12x+ky=k have a unique solution?
Solution:
- Unique solution needs a2a1=b2b1: 12k=k3.
- k2=36⇒k=±6.
Final Answer: All k except k=6 and k=−6.
Takeaway: Cross-multiply the inequality to find the excluded values.
Example 9: Reducible with constants on both terms
Solve: x3+y2=12 and x2+y3=13.
Solution:
- Let u=1/x, v=1/y: 3u+2v=12, 2u+3v=13.
- Multiply first by 3, second by 2: 9u+6v=36, 4u+6v=26. Subtract: 5u=10⇒u=2.
- 3(2)+2v=12⇒v=3. So x=21, y=31.
Final Answer: x=21, y=31.
Takeaway: Same substitution trick works whenever only 1/x and 1/y appear.
Example 10: Cross-multiplication for a word setup
Solve by cross-multiplication: x+y−5=0 and 2x−y−1=0.
Solution:
- a1=1,b1=1,c1=−5; a2=2,b2=−1,c2=−1.
- a1b2−a2b1=(1)(−1)−(2)(1)=−3.
- x=−3(1)(−1)−(−1)(−5)=−3−1−5=2.
- y=−3(−5)(2)−(−1)(1)=−3−10+1=3.
Final Answer: x=2, y=3.
Takeaway: Cross-multiplication gives both variables directly from the coefficients.