document.write( "Question 123780: The height of a triangle is four times the length of the base. Find the base and height of the triangle if the area is 18 square inches. \n" ); document.write( "
Algebra.Com's Answer #90799 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
a=bh/2
\n" ); document.write( "a=b*4b/2
\n" ); document.write( "18=4b^2/2
\n" ); document.write( "36=4b^2
\n" ); document.write( "36/4=b^2
\n" ); document.write( "9=b^2
\n" ); document.write( "3=b answer.
\n" ); document.write( "4*3=12 for the height.
\n" ); document.write( "proof
\n" ); document.write( "18=3*4*3/2
\n" ); document.write( "18=36/2
\n" ); document.write( "18=18
\n" ); document.write( "
\n" );