Math, asked by survirawat8446, 8 months ago

Find the distance of point p(x,y)from the origin

Answers

Answered by Vyomsingh
0

Answer:

use the distance formula d=√((x2-x1)²+(y2-y1)²)

Answered by aparnanidamanuri25
0

Answer:

\sqrt{x^2 + y^2}

Step-by-step explanation:

The distance between two points P(x1,y1) and Q(x2,y2) is

d = \sqrt{(x1 - x2)^2 + (y1 - y2)^2}

Here, P(x1,y1) = (0,0)

Q(x2,y2) = (x,y)

Using the above equation,

⇒ d = \sqrt{(x - 0)^2 + (y - 0)^2}

⇒ d = \sqrt{x^2 + y^2}

Similar questions