document.write( "Question 318693: A triangular board has a height two thirds as tall as the base. If the area of the board is 75sq cm, what is the length of the base and height? \n" ); document.write( "
Algebra.Com's Answer #228147 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the base be x
\n" ); document.write( "the height = 2/3 * x = 2x/3
\n" ); document.write( "Area of triangle = 1/2 * base * height
\n" ); document.write( "1/2 *x*2x/3 = 75
\n" ); document.write( "x^2/3 =75
\n" ); document.write( "x^2=225
\n" ); document.write( "x = sqrt 225
\n" ); document.write( "x=15 cm the base
\n" ); document.write( "..
\n" ); document.write( "height = 2/3 * 15
\n" ); document.write( "=10 cm.
\n" ); document.write( "
\n" );