write the formula to find the distance between original and p(x,y)​

write the formula to find the distance between original and p(x,y)​

About the author
Margaret

2 thoughts on “write the formula to find the distance between original and p(x,y)​”

  1. Answer:

    By formula

    Distance between two points = √(( y2 – y1 )^2 + ( x2 – x1 )^2)

    Origin ( 0, 0 ) ( x1, y1 )

    Point ( x, y ) ( x2, y2 )

    Distance = √(( y – 0 )^2 + ( x – 0 )^2

    √(x)^2 + (y)^2

    Hence, the distance of a point P(x,y) from the origin is √(x)^2 + (y)^2.

    Reply

Leave a Reply to Alice Cancel reply