Respuesta :

A (-2, 0)

B (4, 2)

so mid point (x,y) of 2 coordinates(x1,y1) and (x2,y2) is given as

(x,y) = ( (x1+x2)/2 , (y1+y2)/2)

= ( (-2+4)/2, (0+2)/2)

= (2/2, 2/2)

= (1, 1)

so your answer is (1,1) that is option 2