How do you find the distance between two points on a coordinate plane using the pythagorean theorem?
First, subtract the x coordinates and square this
Next, subtract the y coordinates and square this
Add the two squares
Take the square root of this sum
That's the distance