document.write( "Question 1107361: The base of a right triangle is one and half times its height. If its area is 27 sq.m, find its base \n" ); document.write( "
Algebra.Com's Answer #722400 by rothauserc(4718) You can put this solution on YOUR website! Area (A) of triangle = (1/2) * base * height \n" ); document.write( ": \n" ); document.write( "base is 3x/2, where x is the height of the triangle \n" ); document.write( ": \n" ); document.write( "(1/2) * (3x/2) * x = 27 \n" ); document.write( ": \n" ); document.write( "3x^2/4 = 27 \n" ); document.write( ": \n" ); document.write( "multiply both sides of = by 4 \n" ); document.write( ": \n" ); document.write( "3x^2 = 108 \n" ); document.write( ": \n" ); document.write( "x^2 = 36 \n" ); document.write( ": \n" ); document.write( "x = 6 or x = -6 \n" ); document.write( ": \n" ); document.write( "we reject the negative value \n" ); document.write( ": \n" ); document.write( "base = 3*6/2 = 9 m \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |