Midpoint of a segment, step by step

The point halfway between two others is nothing more than the average of their coordinates — the middle x, the middle y.

The question
(0, 0)(6, 8) ()

Midpoint of (0, 0) and (6, 8)

(0 + 6) ÷ 2=3
(0 + 8) ÷ 2=4
(3, 4)
  1. The midpoint is halfway between, so average each coordinate on its own. The x's first: (0 + 6) ÷ 2 = 3.
  2. Now the y's the same way: (0 + 8) ÷ 2 = 4.
  3. So the midpoint is (3, 4).

How it works.

  1. 01

    The midpoint is halfway between, so average each coordinate on its own. The x's first: (0 + 6) ÷ 2 = 3.

  2. 02

    Now the y's the same way: (0 + 8) ÷ 2 = 4.

  3. 03

    So the midpoint is (3, 4).