

InterviewSolution
Saved Bookmarks
1. |
In the following cases, find the distance of each of the given points from the corresponding given plane.{:("Point","Plane"),("(a) (0, 0, 0)","3x – 4y + 12z = 3"),("(b) (3, -2, 1)","2x - y + 2z + 3 = 0"),("(C) (2, 3, -5)","x + 2y – 2z = 9"),("(d) (6, 0, 0)","2x - 3y + 6z - 2 = 0"):} |
Answer» <html><body><p><br/></p><a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> :(a) `=(<a href="https://interviewquestions.tuteehub.com/tag/3-301577" style="font-weight:bold;" target="_blank" title="Click to know more about 3">3</a>)/(13)`<br/>(<a href="https://interviewquestions.tuteehub.com/tag/b-387190" style="font-weight:bold;" target="_blank" title="Click to know more about B">B</a>) `=(13)/(3)`<br/>(<a href="https://interviewquestions.tuteehub.com/tag/c-7168" style="font-weight:bold;" target="_blank" title="Click to know more about C">C</a>) =3<br/>(d) = 2</body></html> | |