document.write( "Question 957123: What is the maximum area of a triangle having 15 cm as the sum of its base and height ? \n" ); document.write( "
Algebra.Com's Answer #585122 by macston(5194)![]() ![]() You can put this solution on YOUR website! This is the equivalent of asking the maximum product for two numbers whose sum is 15. \n" ); document.write( "Let x=base and y=height \n" ); document.write( "x+y=15 \n" ); document.write( "y=15-x \n" ); document.write( "f(x)=xy=x(15-x) \n" ); document.write( "f(x)=15x-x^2 Differentiate this function. \n" ); document.write( "f'(x)=15-2x Maximum value of f(x) occurs when f'(x)=0 \n" ); document.write( "0=15-2x Add 2x to each side. \n" ); document.write( "2x=15 \n" ); document.write( "x=7.5 ANSWER 1: The base is 7.5 cm \n" ); document.write( "y=15-x=15-7.5=7.5 ANSWER 2: The height is is 7.5 cm \n" ); document.write( "The length of base and height for maximum area would both be 7.5 cm. \n" ); document.write( " \n" ); document.write( " |