InterviewSolution
Saved Bookmarks
| 1. |
Find the angle between the lines l_(1) : y= (2 - sqrt(3) ) ( x +5) and l_(2) : y=(2+ sqrt(3) ) ( x-7). Thinking Process : If the angle between the lines having the slope m_1 and m_2 is theta then tan theta = | ( m_1 - m_2)/( 1+ m_1 m_2) |. Use this formula to solve the above problem. |
|
Answer» |
|