Find the distance of a pointe p (x,y) from the origin
Answers
Answered by
0
Answer: Coordinates of point P = (x, y)
If we calculate the distance from the origin then we will definitely get
(x2, y2)= (0, 0)
Distance= √{(x-0)^2 + (y-0)^2}
= √(x^2 + y^2) square units.
Hope you found this answer helpful !!! : )
Similar questions