document.write( "Question 1191404: Profit per tree grown and sold by a tree grower depends upon the height of a tree at the
\n" );
document.write( "time of sale. Taking ha as a tree height in metres, the profit per tree in thousands shillings
\n" );
document.write( "is approximated by : P(h) = (10+2h) - 0.1h
\n" );
document.write( "(a) What tree height provides maximum profit per tree?
\n" );
document.write( "(b) What is the maximum profit per tree?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #849162 by CPhill(1987)![]() ![]() You can put this solution on YOUR website! Here's how to find the tree height that maximizes profit and the maximum profit:\r \n" ); document.write( "\n" ); document.write( "**(a) Finding the Tree Height for Maximum Profit:**\r \n" ); document.write( "\n" ); document.write( "1. **Recognize the Function:** The profit function P(h) = (10 + 2h) - 0.1h² is a quadratic function in the form of P(h) = a + bh - ch², where a=10, b=2 and c=0.1. Since the coefficient of the h² term (-0.1) is negative, the parabola opens downward, meaning there's a maximum point.\r \n" ); document.write( "\n" ); document.write( "2. **Find the Vertex:** The vertex of a parabola gives the maximum (or minimum) value of the function. The h-coordinate of the vertex is given by:\r \n" ); document.write( "\n" ); document.write( " h = -b / (2a)\r \n" ); document.write( "\n" ); document.write( " In our case, a= -0.1 and b=2\r \n" ); document.write( "\n" ); document.write( " h = -2 / (2 * -0.1) \n" ); document.write( " h = -2 / -0.2 \n" ); document.write( " h = 10\r \n" ); document.write( "\n" ); document.write( "Therefore, a tree height of 10 meters provides the maximum profit.\r \n" ); document.write( "\n" ); document.write( "**(b) Calculating the Maximum Profit:**\r \n" ); document.write( "\n" ); document.write( "Substitute the value of h (10 meters) back into the profit function P(h):\r \n" ); document.write( "\n" ); document.write( "P(10) = (10 + 2 * 10) - 0.1 * 10² \n" ); document.write( "P(10) = (10 + 20) - 0.1 * 100 \n" ); document.write( "P(10) = 30 - 10 \n" ); document.write( "P(10) = 20\r \n" ); document.write( "\n" ); document.write( "Since the profit is in thousands of shillings, the maximum profit per tree is 20,000 shillings.\r \n" ); document.write( "\n" ); document.write( "**Answer:**\r \n" ); document.write( "\n" ); document.write( "(a) A tree height of 10 meters provides the maximum profit per tree. \n" ); document.write( "(b) The maximum profit per tree is 20,000 shillings. \n" ); document.write( " \n" ); document.write( " |