InterviewSolution
Saved Bookmarks
| 1. |
Find the combined equation of the lines through the origin : (1) each making an ange of 45^(@) with the line 3x + y = 2. (2) each making an angle of pi//6 with the line 3x + y - 6 = 0 . (3) which form an equilateral triangle with the line3x + 4y = 8. |
|
Answer» Solution :`2X^(2) + 3xy - 2y^(2) = 0` (2) `13X^(2) + 12xy - 3y^(2) = 0` (3) `39x^(2) - 96xy + 11y^(2) = 0`. |
|