Find the Midpoint and Distance between each of the following points.
Midpoint: $(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2})$
Distance: $\sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2}$
1. (-3,4) and (3,-4)
2. (-7,1) and (21,97)
3. (10, 6) and (-3,3)
4. (8,0) and (9,7)
5. $(\frac{3}{4}, -\frac{3}{2})$ and $(\frac{7}{4}, -\frac{1}{2})$