Question
Question: The lines $\frac{x-1}{2}=\frac{y+1}{2}=\frac{z-1}{4}$ and $\frac{x-3}{1}=\frac{y-6}{2}=\frac{z}{1}$ ...
The lines 2x−1=2y+1=4z−1 and 1x−3=2y−6=1z intersect each other at point

(-2, -4,5)
(-2,-4,-5)
(2,4,-5)
(2,-5)
(-2,-4,-5)
Solution
To find the intersection point of two lines, we first parameterize each line.
The first line is given by: L1:2x−1=2y+1=4z−1 Let this common ratio be λ. Then, any point on L1 can be expressed as: x=2λ+1 y=2λ−1 z=4λ+1
The second line is given by: L2:1x−3=2y−6=1z Let this common ratio be μ. Then, any point on L2 can be expressed as: x=μ+3 y=2μ+6 z=μ
If the lines intersect, there must be a point (x,y,z) that lies on both lines. Therefore, we equate the corresponding coordinates:
- 2λ+1=μ+3
- 2λ−1=2μ+6
- 4λ+1=μ
From equation (3), we have μ=4λ+1. Substitute this expression for μ into equation (1): 2λ+1=(4λ+1)+3 2λ+1=4λ+4 1−4=4λ−2λ −3=2λ λ=−23
Now, substitute the value of λ back into the expression for μ: μ=4(−23)+1 μ=−6+1 μ=−5
To confirm that the lines intersect, we must check if these values of λ and μ satisfy the remaining equation (2): Substitute λ=−23 and μ=−5 into equation (2): 2(−23)−1=2(−5)+6 −3−1=−10+6 −4=−4 Since the equation holds true, the lines intersect.
Finally, substitute the value of λ (or μ) into the parametric equations to find the intersection point. Using λ=−23 for L1: x=2(−23)+1=−3+1=−2 y=2(−23)−1=−3−1=−4 z=4(−23)+1=−6+1=−5
The intersection point is (−2,−4,−5).