Walter B. answered 04/16/17
Tutor
4.9
(540)
Success-Based Tutor Specializing in Your Student
Hi Sean,
Not sure what your instructor means by a table but here is an algebraic solution to your problem.
Let x1 be the $4/lb coffee and x2 be the $2.40/lb coffee.
x1 + x2 = 80 lbs (the total amount to be produced)
4*x1 + 2.4*x2 = 3.6*80 (the $/lb of 3.6 times the total amount produced)
solve first equation for x1 and substitute in second equation for x1
x1 = 80 - x2
4*(80-x2) + 2.4 * x2 = 288
-4*x2 + 2.4 * x2 = 288 - 320 = -32 = -1.6 x2
x2 = 20 and x1 = 60
just to verify
60*4+20*2.4 = 288
288/80=3.6
hope this helps