document.write( "Question 1058105: Linear Programming - The Graphical Method\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "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 $10 per acre. The farmer can spend at most $700 on seed. If crop B brings in a profit of $60 per acre, and crop A brings in a profit of $180 per acre, how many acres of each crop should the farmer plant to maximize her profit?
\n" ); document.write( "

Algebra.Com's Answer #673166 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Linear Programming - The Graphical Method\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A farmer is going to divide her 60 acre farm between two crops.
\n" ); document.write( "Seed for crop A costs $20 per acre. Seed for crop B costs $10 per acre.
\n" ); document.write( "The farmer can spend at most $700 on seed. If crop B brings in a profit of $60 per acre, and crop A brings in a profit of $180 per acre,
\n" ); document.write( "how many acres of each crop should the farmer plant to maximize her profit?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Your restriction equations are\r\n" );
document.write( "\r\n" );
document.write( "x + y = 60  acres   (1)   (for areas; x = the area for crop A;   y = the area for crop B).\r\n" );
document.write( "\r\n" );
document.write( "20x + 10y = 700     (2)    for the seed cost.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Rewrite:\r\n" );
document.write( "\r\n" );
document.write( " x + y = 60,        (1')\r\n" );
document.write( "2x + y = 70.        (2')\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The additional obvious restrictions are x >= 0  and  y >= 0.\r\n" );
document.write( "\r\n" );
document.write( "The plot is \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Plots y = 60-x and y = 70-2x\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Your area is a quadrilateral in QI restricted by the axes x- an y- and by the red and the green straight lines.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Your objective function is the profit z = 180x + 60y.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "According to the conception/ideology of the linear programming method, you need to evaluate your
\n" ); document.write( "objective function 180x + 60y in three points:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "     y-intercept (x,y) = ( 0, 60);
\n" ); document.write( "     x-intercept (x,y) = (35, 0);
\n" ); document.write( "     and the point (x,y), which is the solution of the system (1'), (2') (the intersection point of the red and the green straight lines).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then choose that point of the three, where the objective function is maximal.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Having this plan/instruction, you can complete the assignment on your own.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Good luck!\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );