Find the midpoint of line segment MN, where M is (16, -4) and N is (2, 10).

given any two points (a,b) and (c,d)

the midpoint can be found as:
( (a+c)/2 , (b+d)/2 )

now use your given numbers to find the midpoint.
Let me know what you found.