InterviewSolution
Saved Bookmarks
| 1. |
The equation `3y+4z=0` represents aA. plane containing z-axisB. plane containing x-axisC. plane containing y-axisD. line with direction numbers 0,3,4 |
|
Answer» Correct Answer - B The equation `3y+4z=0` or `0x+3y+4z=0` represents a plane through the origin and contains the line`x/1=y/0=z/0` i.e. `x-` axis. |
|