Question: If point A(2, 3) and point B(8, 7) are given, what is the midpoint M of segment AB?
Options:
Correct Answer: (5, 5)
Solution:
Using the midpoint formula: M = ((x1 + x2)/2, (y1 + y2)/2) = ((2 + 8)/2, (3 + 7)/2) = (5, 5).