Answer:
(2,7)
Explanation:
The formula for the midpoint of a line segment is, ( (x1 + x2)/2, (y1 + y2)/2 ), where (x1,y1) and (x2,y2) are the endpoints of the line segment.
Here, our points are (-1,3) and (5,11), so let's sub these in:
( (x1 + x2)/2, (y1 + y2)/2 )
( (-1+5)/2, (3+11)/2 )
( 4/2, 14,2 )
(2,7)