InterviewSolution
Saved Bookmarks
| 1. |
Find the equation of lines joining the points. (a,a,a) and (a,0,a) |
| Answer» SOLUTION :EQUATION of the line joining the points (a,a,a) and (a,0,a) is `(x-a)/(a-a)=(y-a)/(0-a)=(z-a)/(a-a)` or `(x-a)/0=(y-a)/(-a)=(z-a)/0` | |