Find the distance the point p(3,4)and th origin
Answers
Answered by
12
p(3,4),O(0,0)
d= root((x2-x1) ^2 +(y2-y1) ^2)
d=root((4-0)^2 +(3-0)^2)
d=root(4^2 + 3^2)
d=root(16+9)
d=root(25)
d=5 is answer obtained
d= root((x2-x1) ^2 +(y2-y1) ^2)
d=root((4-0)^2 +(3-0)^2)
d=root(4^2 + 3^2)
d=root(16+9)
d=root(25)
d=5 is answer obtained
Answered by
3
Answer:
Distance between Point P and Point O is 5 unit.
Step-by-step explanation:
Given:
Coordinate of Point P ( 3 , 4 )
Coordinate of Origin O ( 0 , 0 )
To find: Distance between Point P and Origin O.
We use the Distance formula,
here,
So,
Therefore, Distance between Point P and Point O is 5 unit.
Similar questions