document.write( "Question 215071: I'm having trouble setting up this question, help would be appreciated:
\n" );
document.write( "Research has shown that if 100 pear trees are planted, then the annual revenue is $90 per tree. If more trees are planted they have less room to grow and generate fewer pears per tree. As a result, the annual revenue per free is reduced $0.70 for each additional tree planted. No matter how many trees are plated, the cost of maintaining each tree is $7.40 per year. How many pear trees should be planted to maximize the profit from the orchard for one year?\r
\n" );
document.write( "\n" );
document.write( "Let 'x' represent the amount of pear trees planted.
\n" );
document.write( "Profit = Revenue - Cost
\n" );
document.write( "Revenue = (90-0.7x)(100+x)
\n" );
document.write( "Cost = 7.40(100+x)
\n" );
document.write( "Profit = 9000+90x-70x-0.7x^2-740+7.4x
\n" );
document.write( "The function I work out is:
\n" );
document.write( "\r
\n" );
document.write( "\n" );
document.write( "However I can't work it out correctly, can someone help me set this problem up?? Thanks in advance. \n" );
document.write( "
Algebra.Com's Answer #162571 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Research has shown that if 100 pear trees are planted, then the annual revenue is $90 per tree. \n" ); document.write( " If more trees are planted they have less room to grow and generate fewer pears per tree. \n" ); document.write( " As a result, the annual revenue per tree is reduced $0.70 for each additional tree planted. \n" ); document.write( " No matter how many trees are planted, the cost of maintaining each tree is $7.40 per year. \n" ); document.write( "How many pear trees should be planted to maximize the profit from the orchard for one year? \n" ); document.write( ": \n" ); document.write( "Let 'x' represent the amount of pear trees planted. \n" ); document.write( "Profit = Revenue - Cost \n" ); document.write( "Revenue = (90-0.7x)(100+x) \n" ); document.write( "Cost = 7.40(100+x) \n" ); document.write( "Right here I think you made a mistake \n" ); document.write( "Profit = 9000 + 90x - 70x - 0.7x^2 - 7.40(100 + x) \n" ); document.write( "which is \n" ); document.write( "Profit = 9000 + 90x - 70x - 0.7x^2 - 740 - 7.4x; (you had +7.4x} \n" ); document.write( "Profit = 9000 + 20x - 0.7x^2 - 740 - 7.4x; \n" ); document.write( "Profit = 9000 - 740 + 20x - 7.4x - 0.7x^2 \n" ); document.write( ": \n" ); document.write( "So you would have\r \n" ); document.write( "\n" ); document.write( "-0.7x^2 + 12.6x + 8260 \n" ); document.write( ": \n" ); document.write( "A quadratic equation so we can find the axis of symmetry of x for max profit \n" ); document.write( "x = -b/(2a) \n" ); document.write( "in this equation a = -.7; b = 12.6. \n" ); document.write( "x = \n" ); document.write( "x = \n" ); document.write( "x = 9 more trees, making it 109 trees for max profit \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "You certainly had the right idea, just a little sign error. \n" ); document.write( " |