document.write( "Question 311574: The base of a triangle is one-third as long as its height. If the area of the triangle is 24 square meters, how long is its base? \n" ); document.write( "
Algebra.Com's Answer #222891 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let height be x meters \n" ); document.write( "base = 1/3 x \n" ); document.write( ". \n" ); document.write( "area of traingle = 1/2 * base * height \n" ); document.write( "= 1/2 * 1/3 *x *x \n" ); document.write( "=x^2/6 sq. meters \n" ); document.write( " |