13.4k views
5 votes
Distance between points (0, -8) and 3,2)

User XTRUMANx
by
8.0k points

1 Answer

3 votes

Hey!

----------------------------------------------

Formula:


=√((x2 - x1)^2 + (y2 - y1)^2)

----------------------------------------------

Solution:


=√((3 - 0)^2 + (2 - (-8))^2)


=√((3)^2 + (10)^2)


=√(9 + 100)\\


=√(109)

≈ 10.44

----------------------------------------------

Answer:

10.44

----------------------------------------------

Hope This Helped! Good Luck!

User Bob Black
by
8.4k points