Plot (X, Y) and select the quadrant in which the point lies.
Las coordenadas aparecen como (\blue{x},\green{y}).
So, for ( \blue{X}, \green{Y} ) our x-coordinate
is \blue{X} and our y-coordinate is \green{Y}.
La coordenada en x indica qué tanto debemos movernos hacia la derecha del origen, y la coordenada en y cuánto debemos movernos hacia arriba del origen.
Since our x-coordinate is positive,
we move \blue{abs( X )} to the right.
Since our x-coordinate is negative,
we move \blue{abs( X )} to the left.
Since our y-coordinate is positive,
we move \green{abs( Y )} up.
Since our y-coordinate is negative,
we move \green{abs( Y )} down.
Mueve el punto a ( \blue{X}, \green{Y} ) en el punto señalado arriba. Muéstrame">
Now that we have our point plotted, we can figure out the quadrant.
By convention, quadrants are named with a capital \text{Q} and a roman numeral,
starting in the upper right quadrant as \text{QI} and rotating counter-clockwise.
Since our point is in the upper right portion of the graph,
the quadrant is \purple{\text{QUADRANT}}.
Since our point is in the lower right portion of the graph,
the quadrant is \purple{\text{QUADRANT}}.
Since our point is in the upper left portion of the graph,
the quadrant is \purple{\text{QUADRANT}}.
Since our point is in the lower left portion of the graph,
the quadrant is \purple{\text{QUADRANT}}.