How to solve
The midpoint averages the x-coordinates and the y-coordinates separately.
Steps
- Average the two x-values.
- Average the two y-values.
- Write the result as a point (x, y).
Example
Midpoint of (2, 5) and (8, 1).
- x: (2 + 8)/2 = 5.
- y: (5 + 1)/2 = 3.
Answer: (5, 3)
How to type answers
- Write points like (5, 3)
Loading drills…