Answer:
13
Explanation:
To find the distance between two points in a coordinate plane, we can use the distance formula:
d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
where (x1, y1) and (x2, y2) are the coordinates of the two points.
Using this formula, we can find the distance between the points (-3, 6) and (-8, -6) as follows:
d = sqrt((-8 - (-3))^2 + (-6 - 6)^2)
= sqrt((-5)^2 + (-12)^2)
= sqrt(25 + 144)
= sqrt(169)
= 13
Therefore, the distance between the two points in simplest radical form is 13.