Find the midpoint of a segment with the given endpoints.
W(12,2), X(7,9) = (
1
Blank 1:
Blank 2:

Answer:
(9.5, 5.5)
Step-by-step explanation:
The midpoint coordinates are the average of the end point coordinates.
midpoint = (W+X)/2 = ((12, 2) + (7, 9))/2 = (12+7, 2+9)/2
midpoint = (9.5, 5.5)