We need to find the distance of the point (1, 2, -4) from the line 2x−3=3y−3=6z+5.
The direction vector of the line is b=(2,3,6). A point on the line is P=(3,3,−5).
Let the given point be A=(1,2,−4).
We want to find the distance from point A to the line. This can be calculated using the formula:
d=∣b∣∣AP×b∣
First, find the vector AP=(3−1,3−2,−5−(−4))=(2,1,−1).
Now, find the cross product AP×b:
AP×b=i^22j^13k^−16=i^(1⋅6−(−1)(3))−j^(2⋅6−(−1)(2))+k^(2⋅3−1⋅2)
AP×b=i^(6+3)−j^(12+2)+k^(6−2)=9i^−14j^+4k^=(9,−14,4)
Now, find the magnitude of AP×b:
∣AP×b∣=92+(−14)2+42=81+196+16=293
Find the magnitude of b:
∣b∣=22+32+62=4+9+36=49=7
Now, find the distance:
d=∣b∣∣AP×b∣=7293
Therefore, the distance of the point from the line is 7293.
Thus, the correct option is (B) 7293.