Saved Bookmarks
| 1. |
For positive l, m and n, if the points x=ny+mz, y=lz+nx, z=mx+ly intersect in a straight line, when Q. The equation of the straight line is (x)/(a)=(y)/(b)=(z)/(c) , where the ordered traid (a, b, c) is |
|
Answer» `SQRT(1-L^2), sqrt(1-m^2), sqrt(1-N^2)` |
|