

InterviewSolution
Saved Bookmarks
1. |
(0, -1) and (0, 3) are two opposite vertices of a square. The other two vertices are |
Answer» you have to measure the distance between these 2 points using distance formula then take x1,y1 and x2,y2 as other 2 vertices and then find them using the same formula 1)Let Ab be the side with vertices which are given, then find the distance2)Now take one of these as a vertice and distance is already calculated so now u can find out the other vertice using distance formula3) similarly You can find other sides taking one vertice which is given and the distance calculated will remain same as it is a square. | |