SOLUTION: what does it mean when it asks "Graph the following. USE ONE COORDINATES SYSTEM for each problem?

Algebra ->  Coordinate-system -> SOLUTION: what does it mean when it asks "Graph the following. USE ONE COORDINATES SYSTEM for each problem?      Log On


   



Question 940444: what does it mean when it asks "Graph the following. USE ONE COORDINATES SYSTEM for each problem?
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
If you have multiple lines, put them all on one graph.
So, plot y=x%2B1 and y=2x-3 using one coordinate system would be like this,
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2Cx%2B1%2C2x-3%29
.
.
.
but using separate coordinate systems it would look like this.
.
.
.
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2Cx%2B1%29
.
.
.
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2C2x-3%29