Question: What is the midpoint of the line segment connecting the points (2, 3) and (8, 7)?
Options:
Correct Answer: (5, 5)
Solution:
Midpoint formula: M = ((x1 + x2)/2, (y1 + y2)/2) = ((2 + 8)/2, (3 + 7)/2) = (5, 5).