SOLUTION: Graph on one graph: x<2 y>2 x+y>3

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons  -> Linear Equations Lesson -> SOLUTION: Graph on one graph: x<2 y>2 x+y>3      Log On


   



Question 882834: Graph on one graph:
x<2
y>2
x+y>3

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Difficult to do on one graph.
.
.
.
x%3C2
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2Cx%3C2%29
.
.
y%3E2
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2Cy%3E2%29
.
.
x%2By%3E3
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2Cy%3E-x%2B3%29
.
.
All together now.
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2Cx%3C2%2Cy%3E2%2Cy%3E-x%2B3%29
.
.