Problem: Find the midpoint of the segment with endpoints A(2, 4) and B(8, 10).
Step 1: Average the x-coordinates of the two endpoints.
22+8=210=5
Step 2: Average the y-coordinates of the two endpoints.
24+10=214=7
Step 3: Combine the results to write the midpoint.
M=(5,7)
Answer: The midpoint of segment AB is (5, 7).
Why It Matters
Midpoints appear throughout geometry—constructing perpendicular bisectors, finding centers of shapes, and proving triangles congruent all rely on locating midpoints. In coordinate geometry, the midpoint formula is a quick way to find the center of a line segment without measuring.
Common Mistakes
Mistake: Subtracting the coordinates instead of adding them.
Correction: The midpoint formula averages each pair of coordinates, so you add them first and then divide by 2. Subtracting gives you the difference between coordinates, not the halfway value.