InterviewSolution
Saved Bookmarks
| 1. |
The locus of a point `P(x,y,z)` which moves in such away that `x=a`and `y=b` is aA. plane parallel to xy-planeB. line parallel to x-axisC. line parallel to y-axisD. line parallel to z-axis |
|
Answer» Correct Answer - D Since`x=0` and `y=0` together represents z-axis, Therefore `x=a` and `y=b` represent a line parallel to z-axis. |
|