document.write( "Question 534157: There are 50 apple trees in an orchard. Each tree produces 800 apples. For each additional tree planted in the orchard, the output per tree drops by 10 apples. How many trees should be added to the existing orchard in order to maximize the total output of trees ? \n" ); document.write( "
Algebra.Com's Answer #351357 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
There are 50 apple trees in an orchard. Each tree produces 800 apples. For each additional tree planted in the orchard, the output per tree drops by 10 apples. How many trees should be added to the existing orchard in order to maximize the total output of trees ?
\n" ); document.write( "---------------
\n" ); document.write( "# apples = (50+x)(800-10x)
\n" ); document.write( "---
\n" ); document.write( "# = (40000-500x+800x-10x^2)
\n" ); document.write( "---
\n" ); document.write( "# = -10x^2 +300x + 40000
\n" ); document.write( "---
\n" ); document.write( "# = -x^2 + 30x + 4000
\n" ); document.write( "---
\n" ); document.write( "Max occurs when x = -b/(2a) = -30/(-2) = 15
\n" ); document.write( "----
\n" ); document.write( "15 trees should be added
\n" ); document.write( "============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );