document.write( "Question 498035: the area of a triangle is 338 square yards. the height og the triangle is four times its base. find the height and base of the triangle. \n" ); document.write( "
Algebra.Com's Answer #336898 by cleomenius(959)![]() ![]() You can put this solution on YOUR website! base = x \n" ); document.write( "height = 4x \n" ); document.write( "338 = 1/2 base * height. \n" ); document.write( "338 = 1/2 (x)(4x) = 2x^2 \n" ); document.write( "169 = x^2 \n" ); document.write( "13 = x. This is our base. \n" ); document.write( "52 = 4x. This is our hight. \n" ); document.write( "1/2 (13)(52) = 338. This does check. \n" ); document.write( "Cleomenius. \n" ); document.write( " \n" ); document.write( " |