distance between 8,3 and -9,-6 and round to the nearest tenth

1 answer

if you meant the distance between the two points
(8,3) and (-9,-6) .....

the distance between points (a,b) and (c,d)
= √( (c-a)^2 + (d-b)^2 )

plug in your values and do the arithmetic