The straight lines 2x+3y-12 = 0, x+y-5 = 0 and x-2y+1 = 0 are concurrent.
True
Three straight lines are concurrent means they meet at a point
We can find the intersection of any two lines first.We will check if the point of intersection is a point on the third line.
2x - 3y - 12 = 0 → (1)
x + y - 5 = 0 → (2)
⇒ y = 2
x = 3
so the point of intersection is (3,2)
Now, we have to check if (3,2) is a point on the line x - 2y + 1 = 0
3 - 4 + 1 = 0 ⇒ (3,2) is a point on
x - 2y + 1 = 0
This means that the three lines are concurrent.
There is another way of checking concurrency.If a1x+b1y+c1 = 0, a2x+b2y+c2 = 0 and a3x+b3y+c3 = 0 are concurrent,then
∣∣ ∣∣a1b1c1a2b2c2a3b3c3∣∣ ∣∣=0
those who are familiar with determinants can use this method.In our example,
∣∣ ∣∣23−1211−51−21∣∣ ∣∣=0
= 2(1-10) -3(1+5) -12(-2-1)
= -18 - 3 × 6 + 12 × 3
= 0
If any of those two lines are parallel, we will get the determinant value as zero.But it does not mean that three lines are concurrent.