Find the distance between the two points rounding to the nearest tenth (-5,5) (4,-7)

1 answer

To find the distance between the points (5,5) and (4,7), we can use the distance formula:

d=(x2x1)2+(y2y1)2

Here, (x1,y1)=(5,5) and (x2,y2)=(4,7).

Now, substitute the coordinates into the formula:

d=(4(5))2+(75)2

Calculate x2x1 and y2y1:

x2x1=4+5=9 y2y1=75=12

Now substitute these values back into the formula:

d=(9)2+(12)2 d=81+144 d=225 d=15

Thus, the distance between the two points is 15. Since 15 rounded to the nearest tenth is still 15.0, we can present the final answer as:

15.0