Find the value of so that the three lines , and may intersect at one point.
p = 5
Explanation
For three lines to intersect at one point (be concurrent), they must all pass through a common point. The strategy is to first find the intersection point of two lines, then substitute this point into the third line to find the unknown parameter p.
Solution Steps
Step 1: Find the intersection point of lines (1) and (3). Given lines are: (1) 3x + y - 2 = 0 and (3) 2x - y - 3 = 0. Using cross-multiplication method: x/(-3-2) = y/(-4+9) = 1/(-3-2), which gives x = 1 and y = -1. So the point of intersection is (1, -1).
Step 2: Since all three lines are concurrent, the point (1, -1) must satisfy equation (2): px + 2y - 3 = 0.
Step 3: Substitute x = 1 and y = -1 into equation (2): p(1) + 2(-1) - 3 = 0, which gives p - 2 - 3 = 0, therefore p = 5.