Explanation:
To find the quadrent a coordinate pair is in:
1. look at the "x" value in the (x,y) pair
2. if its negetive go leftward and if its positive go rightward
3. once you have moved to the respective x location do the same thing with the y coordinate in the (x,y) pair
4. up is positive for y and down is negitive.
for example (3,3) would be 3 to the right and 3 up so its in the top right quadrent
(-3,-3) would be 3 left and 3 down so its in the bottom left