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)![]() ![]() 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( "\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( " |