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