Find the distance the point p(3,4) and the origin
Answers
Answered by
0
Answer:
distance= root under (0-3)^2+(0-4)^2
= root under -3^2+-4^2
= root under 9+16
= root under 25
= 5 units.
Answered by
1
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
Hope it helps you
Similar questions