Geometry

How to solve

The midpoint averages the x-coordinates and the y-coordinates separately.

Steps

  1. Average the two x-values.
  2. Average the two y-values.
  3. Write the result as a point (x, y).

Example

Midpoint of (2, 5) and (8, 1).

  1. x: (2 + 8)/2 = 5.
  2. y: (5 + 1)/2 = 3.

Answer: (5, 3)

How to type answers

  • Write points like (5, 3)
Loading drills…