Deanna L. answered 09/16/14
Tutor
5.0
(222)
Electrical engineering major and music lover with MIT degree
Let x,y,z be number of chairs, cabinets and buffets.
Then in terms of cutting hours:
.3x+.7y+.4z<=2610
assembly hours:
.6x+.4y+.5z<=2650
finishing hours:
.2x+.1y+.9z<=2210
You could do this by hand by eliminating the x variable but I suspect you have many of these problems in your assignment. After plugging into Excel Solver:
x=1500
y=2000
z=1900