InterviewSolution
Saved Bookmarks
| 1. |
AOBC is a rectangle whose three vertical are A(0,3)O(0,0)B(5,0).Find the length of a its diagonal |
| Answer» If AOBC is a rectangle whose three vertices are A(0, 3), O(0, 0) and B(5, 0), then the length of its diagonal isSolution:Now, length of the diagonal AB = Distance between the points A(0, 3) and B(5, 0).\xa0∴ Distance between the points (x,, y,) and (x , y ),Hence, the required length of its diagonal is √34. | |