document.write( "Question 184126: An orange grower finds that she gets a yield of 40 bushels of oranges per tree when she plants 20 trees on an acre of ground. However, the yield decreases by 1 bushel per tree for each additional tree she plants on the acre due to crowding. How many trees should she plant per acre to maximize her yield? \n" ); document.write( "
Algebra.Com's Answer #138148 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An orange grower finds that she gets a yield of 40 bushels of oranges per tree when she plants 20 trees on an acre of ground. However, the yield decreases by 1 bushel per tree for each additional tree she plants on the acre due to crowding. How many trees should she plant per acre to maximize her yield? \n" ); document.write( "----------------------------------------- \n" ); document.write( "Yield = (# of trees)(# of bushels) \n" ); document.write( "---------\r \n" ); document.write( "\n" ); document.write( "Y(x) = (20 + x)(40-x) \n" ); document.write( "Y(x) = 800 +20x-x^2 \n" ); document.write( "--- \n" ); document.write( "The maximum yield occurs when x = -b/2a = -20/(2*-1) = 10 \n" ); document.write( "------------------------ \n" ); document.write( "Number of trees should be 20+x = 30 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |