document.write( "Question 141057: The sum of the base and height of a triangle is 25 cm. What is the maximum area of the triangle? \n" ); document.write( "
Algebra.Com's Answer #102753 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
he sum of the base and height of a triangle is 25 cm. What is the maximum area of the triangle?
\n" ); document.write( ":
\n" ); document.write( "Let x = length of the base
\n" ); document.write( "Then
\n" ); document.write( "(25-x) = length of the height
\n" ); document.write( ":
\n" ); document.write( "Area = .5*L*B
\n" ); document.write( "Substituting of L and B
\n" ); document.write( "A = .5x(25-x)
\n" ); document.write( "A = 12.5x - .5x^2
\n" ); document.write( "As a quadratic equation find the axis of symmetry x = \"%28-b%29%2F%282a%29\";
\n" ); document.write( "a=-.5
\n" ); document.write( "b= 12.5
\n" ); document.write( "x = \"-12.5%2F%282%2A-.5%29\"
\n" ); document.write( "x = \"12.5%2F1\"
\n" ); document.write( "x = + 12.5 is base for max area
\n" ); document.write( "then
\n" ); document.write( "25 - 12.5 = 12.5 is the length for max area
\n" ); document.write( ":
\n" ); document.write( "A = .5 * 12.5 * 12.5
\n" ); document.write( "A = 78.25 sq cm is max area
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );