Concept:For the line to lie in the plane, the line's direction vector must be perpendicular to the plane's normal vector, and every point on the line must satisfy the plane equation.
Explanation:The direction vector of the given line is
(2,1,3).
The normal vector of the plane
ℓx+my−z=9 is
(ℓ,m,−1).
Since the direction vector is perpendicular to the normal vector, their dot product is zero:
2ℓ+m−3=0⇒2ℓ+m=3The point
(3,−2,−4) lies on the line, so it must also satisfy the plane equation:
3ℓ+m(−2)−(−4)=9⇒3ℓ−2m+4=9⇒3ℓ−2m=5Solving these two equations:
2ℓ+m=3,3ℓ−2m=5Multiplying the first equation by
2 gives
4ℓ+2m=6.
Adding this to
3ℓ−2m=5 gives
7ℓ=11, so
ℓ=711.
Then
m=3−2ℓ=3−722=−71.
Therefore,
ℓ2+m2=(711)2+(−71)2=49121+1=49122Answer:ℓ2+m2=49122Hence, the correct option is D.