SOLUTION: plot (4,5) on the coordinate axes.

Algebra ->  Coordinate-system -> SOLUTION: plot (4,5) on the coordinate axes.      Log On


   



Question 213813: plot (4,5) on the coordinate axes.
Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
Plot (4,5)

Start with a set of axes:

drawing%28400%2C400%2C-7%2C7%2C-7%2C7%2C%0D%0Agraph%28400%2C400%2C-7%2C7%2C-7%2C7%29+%29

1. Find 4 on the x-axis.

2. Draw a light vertical line through 4 on the x-axis.



3. Find 5 on the x-axis.

4. Draw a light horizontal line through 5 on the y-axis.



5. Mark the point where they cross:



Erase the two lines:



label the point %22%284%2C5%29%22



Edwin