Distance between two points
There are two ways to find the distance between two points.
Method #1 is just to use the formula.
Method 2 is to use Pythagoras' Theorem (c² = a² + b²).
Find the length of each side first.
Then square each side, add those squares, then take the square root.