Let P(x0,y0,z0) be the point of intersection of the two given lines. Since P lies on the xy-plane, its z-coordinate must be equal to zero, i.e., z0=0.
The given equations of the lines are:
L1:3x+1=5y+a=7z+b+1=λ
L2:1x−2=4y−b=7z−2a=μ
Since P(x0,y0,0) lies on L1, we can express its coordinates in terms of the parameter λ:
x0=3λ−1
y0=5λ−a
0=7λ−(b+1)⟹λ=7b+1
Similarly, since P(x0,y0,0) lies on L2, we can express its coordinates in terms of the parameter μ:
x0=μ+2
y0=4μ+b
0=7μ+2a⟹μ=−72a
Now, equating the expressions for the x-coordinate from both lines:
3λ−1=μ+2
3(7b+1)−1=−72a+2
Multiply the entire equation by 7:
3(b+1)−7=−2a+14
3b−4=−2a+14
2a+3b=18— (Equation 1)
Next, equating the expressions for the y-coordinate from both lines:
5λ−a=4μ+b
5(7b+1)−a=4(−72a)+b
Multiply the entire equation by 7:
5(b+1)−7a=−8a+7b
5b+5−7a=−8a+7b
a−2b=−5— (Equation 2)
We now solve Equations (1) and (2) simultaneously. From Equation (2), we get:
a=2b−5
Substitute a=2b−5 into Equation (1):
2(2b−5)+3b=18
4b−10+3b=18
7b=28⟹b=4
Substituting b=4 back into the expression for a:
a=2(4)−5=3
Thus, the value of a+b is:
a+b=3+4=7