InterviewSolution
Saved Bookmarks
| 1. |
Find the distance of the point P(-6,8) from the origin? |
| Answer» As origin is O(0,0) Then distance of OP is OP^2 = (X2-X1)^2+(Y2-y1)^2= (-6-o) ^2 + (8-O)^2= (-6)^2 + (8)^2= 36 + 64=looOP = √Iooop= lo = Ans | |