The midpoints of the given coordinates and the distance between coordinates are calculated below.
<h3>How to find the distance of a line segment?</h3>
1a) Coordinates of midpoint of (-4, 2), (3, 3) is;
Midpoint Coordinate = (-4 + 3)/2, (2 + 3)/2 = (-1/2, 5/2)
1b) Coordinates of midpoint of (-1, 0), (-3, -4) is;
Midpoint Coordinate = (-1 - 3)/2, (-4 + 0)/2 = (-2, -2)
2) One endpoint = (-5, 4)
Midpoint = (-10, -6)
Thus;
Coordinate of other endpoint is;
(-5 + x)/2, (4 + y)/2 = (-10, -6)
-5 + x = -20
x = -15
4 + y = -12
y = -16
(x, y) = (-15, -16)
3) Distance between the two coordinates (-3, 6) and (2, 1) is;
d = √[(2 + 3)² + (1 - 6)²]
d = √100
3b) Distance between the two coordinates (7, 6) and (0, 2) is;
d = √[(0 - 7)² + (2 - 6)²]
d = √64
Read more about Distance of Line Segment at; brainly.com/question/11268396
#SPJ1