document.write( "Question 1180597: A farmer has available 300 hours of labour per week and 800 tons of fertilizer, and he has a maximum of 26 acres for strawberries and 37 acres for tomatoes. An acre of strawberries requires 10 hours of labour and 8 tons of fertilizer, whereas an acre of tomatoes requires 3 hours of labour and 20 tons of fertilizer. The profit from an acre of strawberries is $40,000 and the profit from an acre of tomatoes is $30,000. The farmer wants to know the number of acres of strawberries and tomatoes to plant to maximize profit.
\n" ); document.write( "a. Formulate a linear programming model for this problem. (7 marks)
\n" ); document.write( "b. Solve this model by using graphical analysis. (8 marks)
\n" ); document.write( "c. What would be the effect on the number of acres of strawberries and tomatoes to plant, and the maximum profit if the profit from an acre of strawberries was $50,000 instead of $30,000?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #810419 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A farmer has available 300 hours of labour per week and 800 tons of fertilizer, and he has a maximum of 26 acres for strawberries and 37 acres for tomatoes.
\n" ); document.write( " An acre of strawberries requires 10 hours of labour and 8 tons of fertilizer, whereas an acre of tomatoes requires 3 hours of labour and 20 tons of fertilizer.
\n" ); document.write( " The profit from an acre of strawberries is $40,000 and the profit from an acre of tomatoes is $30,000. The farmer wants to know the number of acres of strawberries and tomatoes to plant to maximize profit.
\n" ); document.write( ":
\n" ); document.write( "a. Formulate a linear programming model for this problem. (7 marks)
\n" ); document.write( "Let x = no. of acres of strawberries
\n" ); document.write( "let y = no. of acres of tomatoes
\n" ); document.write( ":
\n" ); document.write( "The acre restraints
\n" ); document.write( "x =< 26
\n" ); document.write( "y =< 37
\n" ); document.write( "the labor equation, arrange both so we can graph it
\n" ); document.write( "10x + 3y = 300
\n" ); document.write( "3y = -10x + 300
\n" ); document.write( "y = (-10/3)x + 100
\n" ); document.write( "the amt of fertilizer equation
\n" ); document.write( "8x + 20y = 800
\n" ); document.write( "20y = -8x + 800
\n" ); document.write( "x = = -.4x + 40
\n" ); document.write( ":
\n" ); document.write( "b. Solve this model by using graphical analysis. (8 marks)
\n" ); document.write( "
\n" ); document.write( "green is fertilizer equation, red is labor, and blue is the tomato constraint
\n" ); document.write( "A vertical line at x=26, should be there for the strawberry constraint, but unable to draw that
\n" ); document.write( "intersection occurs at x=21, y=30
\n" ); document.write( "21 acres of strawberries yields, 21*40000 = $840000
\n" ); document.write( "30 acres of tomatoes yields, 30 * 30000 = $900000
\n" ); document.write( "----------------------------------------------------
\n" ); document.write( "The maximum profit with these two crops : $1740000
\n" ); document.write( ":
\n" ); document.write( "c. What would be the effect on the number of acres of strawberries and tomatoes to plant, and the maximum profit if the profit from an acre of strawberries was $50,000 instead of $30,000?---wasn't it $40000.
\n" ); document.write( ":
\n" ); document.write( "Using the graph, If you planted the max, 26 acres of strawberries,
\n" ); document.write( "you could only plant 13 acres of tomatoes:
\n" ); document.write( " 26(50000) + 13(30000) = $169000 profit
\n" ); document.write( "however using the same acreage 21 and 30
\n" ); document.write( "21(50000) + 30(30000) = 1140000 would be max profit
\n" ); document.write( "
\n" ); document.write( "
\n" );