Find the distance of a point P(x,y)from the origin
Answers
Answered by
1
P ( x, y)
O ( 0, 0)
OP = sqrt [ (x1 - x2)^2 + (y1 - y2)^2]
OP = sqrt [ (x - 0)^2 + (y - 0)^2]
OP = sqrt [ x^2 + y^2]
O ( 0, 0)
OP = sqrt [ (x1 - x2)^2 + (y1 - y2)^2]
OP = sqrt [ (x - 0)^2 + (y - 0)^2]
OP = sqrt [ x^2 + y^2]
Answered by
23
Answer:
Step-by-step explanation:
P ( x, y)
O ( 0, 0)
OP = sqrt [ (x1 - x2)^2 + (y1 - y2)^2]
Distance is✓(x-0)^2+(y-0)^2=
✓((x^2)+(y^2))
Similar questions