Respuesta :
The midpoint of any two points is the average of the coordinates of the two points:
mp=((x1+x2)/2, (y1+y2)/2)
mp=((x1+x2)/2, (y1+y2)/2)
The correct answer here would be (0, 2) because to find the mid point, you take the mean of both x-coordinates and y-coordinates.