Answer:
(-2, 6)
Explanation:
To find the midpoint of a line segment with given endpoints, we can average the x-coordinates and y-coordinates of the endpoints.
Given the endpoints A (2, 4) and B (-6, 8), the midpoint of AB is:
((2 + (-6)) / 2, (4 + 8) / 2) = (-2, 6)
So the midpoint of AB is (-2, 6).
Tell me if this helped :)