Answer:
16.5
Explanation:
To find the distance between 2 points
d = sqrt (( x2-x1)^2 + (y2-y1)^2)
 = sqrt((-6-10)^2 + (3--1)^2)
 = sqrt((-6-10)^2 + (3+1)^2)
 = sqrt((-16)^2+(4)^2)
 =sqrt(256+16)
 = sqrt(272)
=16.4924225
 Rounding to the nearest tenth
 =16.5