In these kind of problems, it's always the best to just draw it. There are "formulas" to calculate this, but it's better to know intuitively.
Midpoint, as the name suggests is the point that is exactly halfway between two points. To find a midpoint in one dimension, we would take an average between those two points.
Example: Number exactly halfway between 8 and 16 is [tex] \frac{8 + 16}{2}= 12[/tex]
We can do the same for two dimensions, it just means we'll have to calculate both for x-values and y-values
Midpoint [tex]( \frac{x_{1}+x_{2} }{2} , \frac{y_{1}+y_{2} }{2} ) = ( \frac{9-1 }{2} , \frac{8-2 }{2} ) =( 4, 3 )[/tex]