document.write( "Question 209247: 1)Two varieties of animal feed contain essential nutrients A and B. Feed I contains 2 units of A and 3 units of B per pound. Feed II contains 2 units of A and 5 units of B per pound. A farmer needs a feed mix that will give his animals a minimum of 16 units of A and 30 units of B. If Feed I costs $3 per pound and Feed II costs $4 per pound, how much of each should be bought to supply the proper nutrition while minimizing cost? Write the objective function and system of linear inequalities and solve it graphically using the method of corners.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #158177 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two varieties of animal feed contain essential nutrients A and B. \n" ); document.write( "Feed I contains 2 units of A and 3 units of B per pound. \n" ); document.write( "Feed II contains 2 units of A and 5 units of B per pound. \n" ); document.write( "--------------------------- \n" ); document.write( "A farmer needs a feed mix that will give his animals a minimum of 16 units of A and 30 units of B. \n" ); document.write( "\"A\" Eq.: 2(I)+2(II) >= 16 \n" ); document.write( "\"B\" Eq.: 3(I)+5(II) >= 30 \n" ); document.write( " \n" ); document.write( "If Feed I costs $3 per pound and Feed II costs $4 per pound, how much of each should be bought to supply the proper nutrition while minimizing cost? \n" ); document.write( "Cost Eq: C(x) = 3(I) + 4(II) \n" ); document.write( "---------------------------------- \n" ); document.write( "Write the objective function and system of linear inequalities and solve it graphically using the method of corners. \n" ); document.write( "I >=0 \n" ); document.write( "II >=0 \n" ); document.write( "\"A\"Eq: I >= -II+8 \n" ); document.write( "\"B\"Eq: I >= (-5/3)(II) + 10 \n" ); document.write( "--------------------------- \n" ); document.write( " \n" ); document.write( "------------ \n" ); document.write( "(II,I) Corners: (0,8), (6,0), (3,5) \n" ); document.write( "--- \n" ); document.write( "Objective: \n" ); document.write( "C(x) = 3(I) + 4(II) \n" ); document.write( "(0,8) C(x) = 3*8+4*0 = 24 \n" ); document.write( "(6,0) C(x) = 3*0+4*6 = 24 \n" ); document.write( "(3,5) C(x) = 3*5+4*3 = 27 \n" ); document.write( "=================================== \n" ); document.write( "Minimal Cost : 8 of I or 6 of II \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "Reply to stanbon@comcast.net \n" ); document.write( " |