document.write( "Question 310727: how do you find the base and height of a triangle if the area is 338 and the hieght is 4 times the base? \n" ); document.write( "
Algebra.Com's Answer #222208 by JBarnum(2146)\"\" \"About 
You can put this solution on YOUR website!
A=338
\n" ); document.write( "A=(1/2)bh
\n" ); document.write( "h=4b
\n" ); document.write( "\"338=%281%2F2%29%2Ab%2A4b\"
\n" ); document.write( "\"338=%281%2F2%29%2A4b%5E2\"
\n" ); document.write( "\"338=2b%5E2\"
\n" ); document.write( "\"169=b%5E2\"
\n" ); document.write( "\"13=b\"
\n" ); document.write( "\"h=4b\"
\n" ); document.write( "\"h=52\"
\n" ); document.write( "
\n" );