Question
Question: Three lines represented by the equations $a_1x+b_1y+c_1=0$, $a_2x+b_2y+c_2=0$ and $a_3x+b_3y+c_3=0$ ...
Three lines represented by the equations a1x+b1y+c1=0, a2x+b2y+c2=0 and a3x+b3y+c3=0 are concurrent if;

A
a1(b2c3−b3c2)+a2(b3c1−b1c3)+a3(b1c2−b2c1)=0
B
a1b2c3+a2b3c1+a3b1c2=0
C
a3a1=b3b1=c2c1
D
a1b2−a2b1=0
Answer
a1(b2c3−b3c2)+a2(b3c1−b1c3)+a3(b1c2−b2c1)=0
Explanation
Solution
For three lines given by the equations:
- a1x+b1y+c1=0
- a2x+b2y+c2=0
- a3x+b3y+c3=0
to be concurrent (i.e., intersect at a single common point), the determinant of their coefficients must be zero.
The condition is:
a1a2a3b1b2b3c1c2c3=0Expanding this determinant along the first column:
a1b2b3c2c3−a2b1b3c1c3+a3b1b2c1c2=0Calculating the 2×2 determinants:
a1(b2c3−b3c2)−a2(b1c3−b3c1)+a3(b1c2−b2c1)=0Rearranging the second term:
a1(b2c3−b3c2)+a2(b3c1−b1c3)+a3(b1c2−b2c1)=0This matches the first option.