The midpoint is the point exactly halfway between two given points on a coordinate plane.
Midpoint = ((x₁ + x₂) ÷ 2, (y₁ + y₂) ÷ 2)
Points (2, 4) and (8, 10): x = (2+8)/2 = 5, y = (4+10)/2 = 7. Midpoint = (5, 7).
Finding the center of a line segment, locating the midpoint of a map route, determining the center point of a rectangle's diagonal, and in geometry proofs.