SOLUTION: The sum of the base and height of a triangle is 25 cm. What is the maximum area of the triangle?

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: The sum of the base and height of a triangle is 25 cm. What is the maximum area of the triangle?      Log On


   



Question 119021: The sum of the base and height of a triangle is 25 cm. What is the maximum area of the triangle?
Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
You have two equations:
1) b%2Bh=25

2) A=bh%2F2

And we want to maximize A.

From 1) we can say: h=25-b and with this information we can re-write 2)

3) A=b%2825-b%29=25b-b%5E2

A=-b%5E2%2B25b%2B0 describes a concave down (a%3C0) parabola with vertex at b=-25%2F%282%2A%28-1%29%29=12.5. Since this is a concave down parabola, we know that the vertex point is a maximum.

(Alternatively, if you are taking calculus at this point, you can set the first derivative equal to zero and solve for x to find the x coordinate of the local minimum/maximum, and then evaluate the sign of the second derivative to determine that the point is a maximum, thus:
dA%2Fdb=25-2b
25-2b=0
b=12.5

d%5E2%28A%29%2Fdb%5E2=-2%3C0, therefore the point is a maximum)

We have determined the length of the base that produces the maximum volume, so we can calculate the height by h=25-12.5=12.5. And finally, the maximum Area by A%5Bmax%5D=%2812.5%5E2%29%2F2=156.25%2F2=78.125cm%5E2.

You should actually state your answer as 78cm%5E2 because your answer should never be stated with more precision than the least precise measurement given in the problem. Since the sum of the base and height were given to the nearest whole centimeter, your answer should also be to the nearest whole centimeter.