document.write( "Question 788667: A right triangle's height is 3 times the length of its base. If the area of the triangle is 486, what is the height? \n" ); document.write( "
Algebra.Com's Answer #478581 by waynest(281) ![]() You can put this solution on YOUR website! height = 3x \n" ); document.write( "base = x \n" ); document.write( "Area = 486 \n" ); document.write( "formula = 1/2bh \n" ); document.write( "1/2(x)(3x) = 486 \n" ); document.write( "1/2(3x^2) = 486 \n" ); document.write( "2(1/2)(3x^2) = 2(486) \n" ); document.write( "3x^2 = 972 \n" ); document.write( "3x^2/3 = 972/3 \n" ); document.write( "x^2 = 324 \n" ); document.write( "sqrtx^2 = sqrt324 \n" ); document.write( "x = 18\r \n" ); document.write( "\n" ); document.write( "check:\r \n" ); document.write( "\n" ); document.write( "1/2(18)(3(18)) = 486 \n" ); document.write( "1/2(18)(54) = 486 \n" ); document.write( "1/2(972) = 486 \n" ); document.write( "486 = 486 \n" ); document.write( " |