Question 1074107
.
<pre>
Take the difference of x-coordinates: dx = 13 - 4 = 9.


Take the difference of y-coordinates: dy = 21 - 9 = 12.


Now the distance is {{{sqrt((dx)^2 + (dy)^2))}}} = {{{sqrt(9^2 + 12^2)}}} = 15.
</pre>