InterviewSolution
Saved Bookmarks
| 1. |
If m_1 and m_2 are the roots of the equation x^2+(root()3+2)x+(root()3-1)=0 then the area of the triangle formed by the lines y=m_1x, y=m_2x and y=c |
|
Answer» `((root ()33-root ()11)/4).c^2` |
|