Question 1037371
.
Show that the points (3,4),(-4,3),(-4,-3) are {{{highlight(cross(equidistance))}}} equidistant from origin.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Calculate the distance from the origin for each point, and then compare.


<pre>
For example, for the point (-4,3) the distance from the origin is

{{{sqrt((-4)^2+3^2)}}} = {{{sqrt(16+9)}}} = {{{sqrt(25)}}} = 5.

Do the same for other points.
</pre>