Answer:
(-1, 2)
Explanation:
Finding the midpoint of a line, having been given two points, is like finding the average coordinate of those two points.
To find the average x coodinate (and hence the midpoint's x coordinate), you have to sum the x coordinates and divide by 2 - like finding the mean.
To find the y coordinate, sum the y coordinates and divide by two.