InterviewSolution
Saved Bookmarks
| 1. |
The straight line `(x-3)/3=(y-2)/1=(z-1)/0`isParallel to x-axisParallel to the y-axisParallel to the z-axisPerpendicular to the z-axisA. parallel to X - axisB. parallel to Y - axisC. parallel to Z- axisD. perpendicular to Z- axis |
|
Answer» Correct Answer - D Equation of x, y and z axes are ` (x ) / (1 ) = ( y ) / (0 ) = ( z ) / ( 0 ) , ( x ) / ( 0 ) = ( y ) / ( 1 ) = ( z ) / ( 0 ) and ( x ) / ( 0 ) = ( y ) / ( 0 ) = ( z ) / ( 1 ) ` respectively. given equation is ` ( x - 3 ) / ( 3) = ( y - 2 ) / ( 1 ) = ( z - 1 ) / ( 0 ) ` Here, ` 3 xx 0 + 1 xx 0 + 0 xx 1 = 0 ` Hence, the line is perpendicular to Z - axis. |
|