Saved Bookmarks
| 1. |
For positive l, m and n, if the planes x = my + mz, y =1z+ nx, z=mx+ 1y intersect in a straight, line, then: 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))` |
|