Question 444395
<pre><font face = "consolas" color = "indigo" size = 4><b>
{{{drawing(400,400,-6,6,-6,6, graph(400,400,-6,6,-6,6),
grid(1), red(circle(-2,-5,.1), circle(-.2,-5,.05),circle(-2,-5,.15)))}}}

Draw a horizontal line and a vertical line through
that red point:

{{{drawing(400,400,-6,6,-6,6, graph(400,400,-6,6,-6,6),
grid(1), red(circle(-2,-5,.1), circle(-.2,-5,.05),circle(-2,-5,.15)),
green(line(-2,-10,-2,10),line(-10,-5,10,-5))



)}}}


Notice that the green vertical line crosses the 
x-axis at the number -2.  Therefore the first or 
x-coordinate of the red point is -2.

Notice that the green horizontal line crosses 
the y-axis at the number -5.  Therefore the second 
or y-coordinate of the red point is -5.

Therefore the red point is (-2,-5) 

Edwin</pre>