InterviewSolution
Saved Bookmarks
| 1. |
Write the distance of the point (2,3,6) from zx-plane. |
| Answer» Solution :The DISTANCE of p (x,y,Z) from orgin = 4 `rArrsqrt(x^2+y^2+z^2)=4rArrx^2+y^2+z^2=4` is the REQUIRED locus. | |