Points and Distance
Midpoint Formula
Average the x-coordinates and y-coordinates separately to find the point halfway between two endpoints.
Example
midpoint-formula
M = ((x1+x2)/2, (y1+y2)/2)
Points and Distance
Average the x-coordinates and y-coordinates separately to find the point halfway between two endpoints.