The problem:
A company has 120 man-hours of labor available per week. A table takes 15 and a chair takes 7. The warehouse stores 200 board feet of wood, and is restocked weekly. A table takes 32 board feet of materials to build, and a chair takes 8.
This situation is represented by a graph: http://i45.tinypic.com/11maixz.jpg
I have to figure out what each variable on the graph (A, B, and C) represents.
What I've done so far:
So far I've figured out that this situation can be represented by 15x + 7y <= 120, 32x + 8y <= 200, x >= 0, y >= 0
x=tables, y=chairs
But the graph part is confusing me. Please help.
A company has 120 man-hours of labor available per week. A table takes 15 and a chair takes 7. The warehouse stores 200 board feet of wood, and is restocked weekly. A table takes 32 board feet of materials to build, and a chair takes 8.
This situation is represented by a graph: http://i45.tinypic.com/11maixz.jpg
I have to figure out what each variable on the graph (A, B, and C) represents.
What I've done so far:
So far I've figured out that this situation can be represented by 15x + 7y <= 120, 32x + 8y <= 200, x >= 0, y >= 0
x=tables, y=chairs
But the graph part is confusing me. Please help.