Coordinates & Midpoints
- Coordinates are written (x, y): along the corridor first, then up the stairs.
- The midpoint of two points is the mean of the x values and the mean of the y values.
- The origin is (0, 0); the x-axis is the line y = 0 and the y-axis is x = 0.
- The distance between two points comes from Pythagoras on the horizontal and vertical gaps.
Watch out: Writing the y-coordinate before the x-coordinate, instead of always reading or plotting the x-coordinate first.
