Fing the distance of the points P(x,y) from the origin
Answers
Answered by
0
P(x,y)
origin (0,0)
Using distance formula - root ( x - 0 )^2 + ( y - o)*2
= root (x^2 + y^2)
Similar questions