

InterviewSolution
Saved Bookmarks
1. |
Are the positions of (5, -8) and (-8, 5) Is same ? Justify your answer. |
Answer» The positions of (5, -8) and (-8, 5) are not same. They are two distinct points. (5, -8) lies at a distance of 5 units from Y – axis and 8 units from X – axis on down side of the origin. So it lies in Q4 . Where as (- 8, 5) lies in Q2. The point is at a distance of 8 units from Y – axis on left side of the origin and 5 units from X – axis. |
|