InterviewSolution
Saved Bookmarks
| 1. |
Fill in the blanks in the distance of the point P(x_0,y_0,z_0) "from z axis is :"[sqrt(x_0^2+y_0^2),sqrt(y_0^2+z_0^2),sqrt(x_0^2+z_0^2),sqrt((x-x_0)^2+(y-y_0)^2)] |
| Answer» SOLUTION :`SQRT(x^2+y^2)` | |