document.write( "Question 1136382: A farmer is going to divide her 60 acre farm between two crops. Seed for crop A costs $20 per acre. Seed for crop B costs $40 per acre. The farmer can spend at most $2200 on seed.\r
\n" ); document.write( "\n" ); document.write( "If crop B brings in a profit of $190 per acre, and crop A brings in a profit of $110 per acre, how many acres of each crop should the farmer plant to maximize her profit?
\n" ); document.write( "

Algebra.Com's Answer #754149 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let X = acres for A  and  Y = acres for B.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The farmer wants to maximize his profit  \r\n" );
document.write( "\r\n" );
document.write( "    P(X,Y) = 110*X + 190*Y\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "under these restrictions\r\n" );
document.write( "\r\n" );
document.write( "    X + Y = 60,\r\n" );
document.write( "\r\n" );
document.write( "    20*X + 40*Y <= 2200,\r\n" );
document.write( "\r\n" );
document.write( "    X >= 0,  Y >= 0.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The feasible domain is shown in the Figure below.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Plot X + Y = 60 (red)  and  20X + 40Y = 2200 (green)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The feasibility domain is the quadrilateral in QI below the red and green lines.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Corner points of the quadrilateral (its vertices) are\r\n" );
document.write( "\r\n" );
document.write( "    P1 = (0,0)\r\n" );
document.write( "\r\n" );
document.write( "    P2 = (0,55)   (y-intercept of the green line)\r\n" );
document.write( "\r\n" );
document.write( "    P3 = (10,50)  (intersection point of red and green line).\r\n" );
document.write( "\r\n" );
document.write( "    P4 = (60,0)    (x-intercept of the red line)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The values of the profit function in the corner points are:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    P1:  P( 0, 0) = 0\r\n" );
document.write( "\r\n" );
document.write( "    P2:  P( 0,55) = 110*0  + 190*55 = 10450\r\n" );
document.write( "\r\n" );
document.write( "    P3:  P(10,50) = 110*10 + 190*50 = 10600\r\n" );
document.write( "\r\n" );
document.write( "    P4:  P(60,0)  = 110*60 + 190*0  = 6600.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The maximal value of the profit function is achieved at the points P3.\r\n" );
document.write( "\r\n" );
document.write( "It means that the optimal solution is 10 acres for A and 50 acres for B.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It gives the profit of 16000 dollars.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To see other similar problems solved by the Linear Programming method,  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( "Also,  look into the solutions of other similar problems in the archive to this forum under the links\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Coordinate-system/Coordinate-system.faq.question.1134444.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Graphs/Graphs.faq.question.1131906.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/coordinate/word/Linear_Equations_And_Systems_Word_Problems.faq.question.1131043.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/word/finance/Money_Word_Problems.faq.question.1129285.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Finance/Finance.faq.question.1128383.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Linear-equations/Linear-equations.faq.question.1123217.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/playground/test.faq.question.1112482.html\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Finance/Finance.faq.question.1102103.html\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );