The midpoint for any segment/line when you're given the start and end point of the line as A=(x1,y1) and B=(x2,y2) is
( ((x1 + x2) /2), ((y1 + y2)/2) )
So here the point is
( (-2+6)/2), (-6+12)/2) )
= (2, 3)
So it's the second option
3.3m questions
4.2m answers