InterviewSolution
Saved Bookmarks
| 1. |
6.Find the distance of the point (- 6, 8) from the origin. |
|
Answer» distance is √x^2+y^2=√-6^2+8^2=√36+64=√100=10units. |
|