document.write( "Question 1036983: There are 90 apple trees in an orchard. Each tree produces 1500 apples.\r
\n" );
document.write( "\n" );
document.write( "There is a limited amount of water that is used for irrigation. Because of this, for each additional tree planted in the orchard, the output per tree drops by 9 apples.\r
\n" );
document.write( "\n" );
document.write( "The owner of the orchard is considering planting more trees, but is concerned that if she plants too many, that overall production will drop.\r
\n" );
document.write( "\n" );
document.write( "How many trees should be added to the existing orchard in order to maximize the total output of trees ?\r
\n" );
document.write( "\n" );
document.write( "Production = Number of Trees * Output Per Tree \r
\n" );
document.write( "\n" );
document.write( "Let x = The Number of Trees that will be Added to the Orchard\r
\n" );
document.write( "\n" );
document.write( "Number of Trees =( 90 + x )\r
\n" );
document.write( "\n" );
document.write( "Output Per Tree = ( 1500 - 9x ) \n" );
document.write( "
Algebra.Com's Answer #651709 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Maximize the function (90+x)(1500-9x) \n" ); document.write( "This is -9x^2+690x+135000 \n" ); document.write( "Set it equal to 0, and the vertex, or the x value of the vertex, which is wha is needed, is -b/2a. This is -690/-18=38.3333 or 38 additional trees.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |