Asked by Jessica

Hi. I need to find the distance between the two points and then round the answer to the nearest hundredth.
(8,4) and (18, 28). Thank you so much.

Answers

Answered by Reiny
distance between 2 points (a,b) and (c,d)
= √[(a-c)^2 + (b-d)^2]
= √[(18-8)^2 + (28-4)^2]
= ...

can you finish it? ( got 26)
Answered by Jessica
I am supposed to round 26 to the hundredth place however there this number is the tens place so I rounded it down to 0. Not sure if that's right?? thanks
There are no AI answers yet. The ability to request AI answers is coming soon!