document.write( "Question 330002: The base of a traingle is 1/3 as long as its height. If the area is 24 square meters, how long is its base? \n" ); document.write( "
Algebra.Com's Answer #236492 by mathslover(157)\"\" \"About 
You can put this solution on YOUR website!
Let the height be x
\n" ); document.write( "So the base is x/3 (One third of the height )\r
\n" ); document.write( "\n" ); document.write( "Area of a triangle
\n" ); document.write( "=1/2 * base * height
\n" ); document.write( "According to the given condition \r
\n" ); document.write( "\n" ); document.write( "1/2 * x/3 * x = 24
\n" ); document.write( "x^2/6 = 24
\n" ); document.write( "Multiplying both sides by 6
\n" ); document.write( "x^2 = 24*6
\n" ); document.write( "x^2=144
\n" ); document.write( "x=sqrt(144)
\n" ); document.write( "therefore x=12
\n" ); document.write( "and x/3 = 4
\n" ); document.write( "Base is 4 and height is 12
\n" ); document.write( "
\n" );