find the distance of a point p (x,y)from the origin
Answers
Answered by
5
Hey your answer!!_______
distance of a point p(x,y) from the origin =
√ x^2 +y^2 Ans.
I think this is what you want.
distance of a point p(x,y) from the origin =
√ x^2 +y^2 Ans.
I think this is what you want.
Answered by
1
Given:
Point ( x, y )
Origin ( 0, 0 )
To find:
The distance.
Solution:
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.
Read more on Brainly.in - https://brainly.in/question/3097707
Similar questions