Answer:
the midpoint formula is used to calculate the midpoint of 2 points given the coordinates of both points. For example let point 1 be (a1, b1) and point 2 be (a2, b2). The midpoint would then be ((a1+a2)/2, (b1+b2)/2) according to the midpoint formula.
Explanation: