When applying the distance formula, after subtracting the x-coordinates and the y-coordinates of two points, you should square the differences.
The distance formula is given by:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
So, after finding the differences, you square each of them before adding them together.