document.write( "Question 885365: A section on the playground is in the shape of a triangle and has an area of 24 square feet. If the base is four more than twice the height, what is the measure of the height?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #535105 by Theo(13342) You can put this solution on YOUR website! area of a triangle is equal to 1/2 * base * height. \n" ); document.write( "area = 24 \n" ); document.write( "base = 4 * height. \n" ); document.write( "formula of area = 1/2 * base * height becomes: \n" ); document.write( "area = 1/2 * 4 * height * height which becomes: \n" ); document.write( "24 = 2 * height squared which becomes: \n" ); document.write( "12 = height squared which becomes height = square root of 12. \n" ); document.write( "you have: \n" ); document.write( "area = 24 \n" ); document.write( "base = 4 * sqrt(12) \n" ); document.write( "height = sqrt(12) \n" ); document.write( "area = 1/2 * base * height = 1/2 * 4 * sqrt(12) * sqrt(12) = 1/2 * 4 * 12 = 2 * 12 = 24. \n" ); document.write( "numbers check out. \n" ); document.write( "base = 4 * sqrt(12) \n" ); document.write( "height = sqrt(12) \n" ); document.write( " |