find the distance of the point (x,y) from the origin
Answers
Answered by
0
Answer:
Given : Point (x,y)
Origin (0,0)
Distance formula :
√((x1 - x2)^2 + (y1 - y2)^2)
Here,
x1 = x
x2 = 0
y1 = y
y2 = 0
Therefore, ditance of point is
√( (x - 0)^2 + (y - 0)^2)
√( x^2 + y^2)
Similar questions