document.write( "Question 1085911: A farmer has 120 acres of land on which she plans to grow wheat and corn. Each acre of wheat requires 5 hours of labor and $20 of capital, and each acre of corn requires 15 hours of labor and $30 of capital. The farmer has at most 1500 hours of labor and $6000 of capital available. If the profit from an acre of wheat is $100 and from an acre of corn is $120, how many acres of each crop should she plant to maximize her profit? \n" ); document.write( "
Algebra.Com's Answer #700065 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "A farmer has 120 acres of land on which she plans to grow wheat and corn. \n" ); document.write( "Each acre of wheat requires 5 hours of labor and $20 of capital, \n" ); document.write( "and each acre of corn requires 15 hours of labor and $30 of capital. \n" ); document.write( "The farmer has at most 1500 hours of labor and $6000 of capital available. \r \n" ); document.write( "\n" ); document.write( "If the profit from an acre of wheat is $100 and from an acre of corn is $120, \n" ); document.write( "how many acres of each crop should she plant to maximize her profit? \n" ); document.write( "~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let X be the area for wheat (in acres), and\r\n" ); document.write( "let Y be the area for corn.\r\n" ); document.write( "\r\n" ); document.write( "The amount of labor is 5X + 15Y hours.\r\n" ); document.write( "The amount of capital is 20X + 30Y dollars.\r\n" ); document.write( "\r\n" ); document.write( "The constraints are \r\n" ); document.write( "\r\n" ); document.write( " 5x + 15Y <= 1500 (1) (hours)\r\n" ); document.write( "20X + 30Y <= 6000 (2) (dollars)\r\n" ); document.write( "\r\n" ); document.write( "X >= 0, (3)\r\n" ); document.write( "Y >= 0. (4)\r\n" ); document.write( "\r\n" ); document.write( "The profit function is P(X,Y) = 100X + 120Y. (5)\r\n" ); document.write( "\r\n" ); document.write( "So, the problem is to maximize (5) under restrictions (1) - (4). \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The feasibility area (1) - (4) is shown in the figure below.\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( "To see more minimax problems/samples solved, look into the lesson\r \n" ); document.write( "\n" ); document.write( " - Solving minimax problems by the Linear Programming method \r \n" ); document.write( "\n" ); document.write( "in this site.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |