SOLUTION: How would you plot (-6,-5)and(1,3)? Thank You

Algebra ->  Algebra  -> Graphs -> SOLUTION: How would you plot (-6,-5)and(1,3)? Thank You      Log On

Ad: Algebra Solved!™: algebra software solves algebra homework problems with step-by-step help!
Ad: Algebrator™ solves your algebra problems and provides step-by-step explanations!

   


Question 74105: How would you plot (-6,-5)and(1,3)?
Thank You

Answer by jim_thompson5910(21667) About Me  (Show Source):
You can put this solution on YOUR website!
To plot (-6,-5) start at the origin (where the x and the y axis cross) and go 6 units to the left (-6 on the x axis) and 5 units down (-5 on the y). To plot (1,3) start at the origin and go 1 units to the right (+1 on the x axis) and 3 units up (+3 on the y). Here's where the 2 points would show up. Note: The circles are supposed to be filled in points.
drawing%28+300%2C+300%2C+-7%2C+7%2C+-7%2C+7%2C%0D%0A%0D%0A++grid%28+1+%29%2C%0D%0A++locate%28-6%2C-5%2CPoint%28-6%2C-5%29%29%2C%0D%0A++locate%281%2C3%2CPoint%281%2C3%29%29%2C%0D%0A++circle%281%2C3%2C.2%29%2C%0D%0A++circle%28-6%2C-5%2C.2%29%0D%0A++%0D%0A%0D%0A%29