document.write( "Question 387028: how do i find the area of a triangle? \n" ); document.write( "
Algebra.Com's Answer #273554 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
If you have the base and the height, use,
\n" ); document.write( "\"A=%281%2F2%29bh\"
\n" ); document.write( "If you have the sides of the triangle,\"a\",\"b\",\"c\", then use Heron's formula,
\n" ); document.write( "\"A=sqrt%28s%28s-a%29%28s-b%29%28s-c%29%29\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "where \"s=%28a%2Bb%2Bc%29%2F2\"
\n" ); document.write( "
\n" );