InterviewSolution
Saved Bookmarks
| 1. |
The distance between the point (3,4,5) and the point where the line `(x-3)/1=(y-4)/2=(z-5)/2` meets the plane `x+y+z=17` isA. 1B. 2C. 3D. none of these |
|
Answer» Correct Answer - C The the intersects the given plane at `(4,6,7)` `:.` Required distance `=sqrt((4-3)^(2)+(6-4)^(2)+(7-5)^(2))=3` |
|