InterviewSolution
Saved Bookmarks
| 1. |
If two vertices of equaliteral triangle are (0,0) and(3,root3). Find the third vertices |
|
Answer» Thanx First of all let us assume that the cordinates of third side is (x,y) and we know that all sides of triangle are equal so , we use distance formula and find the distance of one side from the two coordinates and then find the distance of another two sides in terms of x and y and then corelate the equation |
|