InterviewSolution
Saved Bookmarks
| 1. |
The equation to the straight line passing through the points (4,-5,2) and (-1,5,3) isA. `(x-4)/(1)=(y+5)/(-2)=(z+2)/(-1)`B. `(x+1)/(1)=(y-5)/(2)=(z-3)/(-1)`C. `(x)/((-1))=(y)/(5)=z/3`D. `x/4=y/-5=z/-2` |
|
Answer» Correct Answer - A Equation of straight line passing through (4,-5,-2) and (-1,5,3) is `(x-4)/(-1-4)=(y+5)/(5+5)=(z+2)/(3+2)` `Rightarrow (x-4)/(-5)=(y+5)/(10)=(z+2)/(5)` `Rightarrow (x-4)/(1)=(y+5)/(-2)=(z+2)/(-1)` |
|