document.write( "Question 417894: An orchard contains 30 apple trees, each of which yields approximately 400 apples over the growing season.
\n" );
document.write( "The owner plans to add more trees, but the guys at Texas A&M advise that because of crowding, each new tree will reduce the average yield per tree by about 10 apples over the growing season.
\n" );
document.write( "How many trees should be added to maximize the total yield of apples, and what is the maximum yield? \n" );
document.write( "
Algebra.Com's Answer #292509 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An orchard contains 30 apple trees, each of which yields approximately 400 apples over the growing season. \n" ); document.write( "------------------------------------------ \n" ); document.write( "The owner plans to add more trees, but the guys at Texas A&M advise that because of crowding, each new tree will reduce the average yield per tree by about 10 apples over the growing season. \n" ); document.write( "------------------------------------------- \n" ); document.write( "How many trees should be added to maximize the total yield of apples, and what is the maximum yield? \n" ); document.write( "------------------- \n" ); document.write( "Total yield = [(30+x) trees][(400-10x)apples] \n" ); document.write( "--- \n" ); document.write( "TY = 30*400 - 300x+400x - 10x^2 \n" ); document.write( "--- \n" ); document.write( "TY = -x^2+10x+1200 \n" ); document.write( "---- \n" ); document.write( "Max occurs when x = -b/(2a) = -10/(2*-1) = 5 trees (# of trees to add) \n" ); document.write( "---- \n" ); document.write( "TY(5) = -5^2+10*5 + 1200 = 1225 \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( "==================== \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |