Pythagoras on a Coordinate Grid
Grade 5Distance between two points
When you have two points on a grid, the horizontal and vertical distances between them form the two shorter sides of a right-angled triangle. The straight-line distance between the points is the hypotenuse.
How to set it up
Find the horizontal distance: subtract the x-coordinates (ignore any negative sign — you are measuring a length). Find the vertical distance: subtract the y-coordinates. Then apply Pythagoras.