479,841 views
13 votes
13 votes
Find the distance between the two points rounding to the nearest tenth (if

necessary).
(3,6) and (1,8)

User Makaze
by
2.5k points

1 Answer

16 votes
16 votes
Distance: (sqroot(x2-x1)^2 + (y2-y1)^2)
sqroot(1-3)^2 + (8-6)^2
sqroot(-2)^2 + (2)^2
sqroot(4) + 4
Square root of 8 = 2.82843
Round to nearest tenth
Solution: 2.8
User Lcguida
by
2.7k points