

InterviewSolution
Saved Bookmarks
1. |
What is the distance between points (- 4, 0) and (6, 0) on coordinate plane? |
Answer» Given points = (- 4, 0) and (6, 0). These two points lie on the X – axis. ∴ Distance between them = [x2 – x1 | = |6 – (-4)] = 6 + 4 = 10 units. |
|