Answer:
7,8
Explanation:
Distance Formula:
The distance between two points is the length of the path connecting them. The shortest path distance is a straight line. In a 2 dimensional plane, the distance between points (X1, Y1) and (X2, Y2) is given by the Pythagorean theorem:
d=(x2−x1)2+(y2−y1)2−−−−−−−−−−−−−−−−−−√
Calculate Distance
To calculate the distance between 2 points, (X1, Y1) and (X2, Y2), for example, (5, 6) and (-7,11), we plug our values into the distance formula:
d=(−7−5)2+(11−6)2−−−−−−−−−−−−−−−−−√
combining terms inside parentheses we get:
d=(−12)2+(5)2−−−−−−−−−−−√
squaring both terms we get,
d=144+25−−−−−−−√
adding the 2 results,
d=169−−−√
finally,
d=13