document.write( "Question 1129285: A farmer can buy two types of plant food, mix A and mix B. Each cubic yard of mix A contains 20 pounds of phosphoric acid, 30 pounds of nitrogen, and 5 pounds of potash. Each cubic yard of mix B contains 10 pounds of phosphoric acid, 30 pounds of nitrogen, and 10 pounds of potash. The minimum monthly requirements are 400 pounds of phosphoric acid, 990 pounds of nitrogen, and 210 pounds of potash. If mix A costs $20 per cubic yard and mix B costs $40 per cubic yard, how many cubic yards of each mix should the farmer blend to meet the minimum monthly requirements at a minimum cost? What is this cost?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #745875 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "A farmer can buy two types of plant food, mix A and mix B. \n" ); document.write( "Each cubic yard of mix A contains 20 pounds of phosphoric acid, 30 pounds of nitrogen, and 5 pounds of potash. \n" ); document.write( "Each cubic yard of mix B contains 10 pounds of phosphoric acid, 30 pounds of nitrogen, and 10 pounds of potash. \n" ); document.write( "The minimum monthly requirements are 400 pounds of phosphoric acid, 990 pounds of nitrogen, and 210 pounds of potash. \n" ); document.write( "If mix A costs $20 per cubic yard and mix B costs $40 per cubic yard, how many cubic yards of each mix should the farmer blend \n" ); document.write( "to meet the minimum monthly requirements at a minimum cost? What is this cost? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let X be the amount of the mix A (in pounds), and Y be the amount of the mix B.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The constraints are\r\n" ); document.write( "\r\n" ); document.write( "20X + 10Y >= 400 (1) (phosphoric acid)\r\n" ); document.write( "30X + 30Y >= 990 (2) (nitrogen)\r\n" ); document.write( " 5X + 10Y >= 210 (3) (potash)\r\n" ); document.write( "\r\n" ); document.write( "X >= 0, Y >= 10.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The objective function to minimize is F(X,Y) = 20X + 40Y.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "In equivalent (and simplified) form the constraints are\r\n" ); document.write( "\r\n" ); document.write( "2X + 1Y >= 40 (1') \r\n" ); document.write( " X + Y >= 33 (2') \r\n" ); document.write( " X + 2Y >= 42 (3') \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The feasibility area is the infinite area in the first quadrant which lies ABOVE each of the following straight lines : \r\n" ); document.write( "\r\n" ); document.write( " - red (which represents the constraint (1'));\r\n" ); document.write( " - green (which represents the constraint (2')), and\r\n" ); document.write( " - blue (which represents the constraint (3')).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |