InterviewSolution
Saved Bookmarks
| 1. |
If the three plane x = y sin psi+ z sin phi, y = z sin theta + x sin psi, z = x sin phi + y sin theta, intersect in a line, then where theta, phi in (0, (pi)/(2)) Equation of their common line is |
|
Answer» `(X)/( sin theta) = (y)/(sin theta) = (Z)/( sin psi )` |
|