Guest: find the midpoint of the line segment with the given endpoints. (3,5) (-5,-5)
Think about it for a moment.
What is the point half way between 4 and 6? It is the average of 4 and 6 That is (4+6)/2 = 10/2 = 5
Well, to find the midpoint of a line segment. It is just ( average the x values, average the y values) = ( (3+-5) /2 , (5+-5)/2 )
See it is just logical.
If this is not so logical to you, that is okay, you can just learn the formula
( (x
1+x
2)/2 , (y
1+y
2)/2 )