document.write( "Question 374816: Area of a triangle with base b and height h
\n" );
document.write( "a=1/2 bh, for b \n" );
document.write( "
Algebra.Com's Answer #266554 by vasumathi(46)![]() ![]() ![]() You can put this solution on YOUR website! Area of a triangle with base b and height h \n" ); document.write( "a=1/2 bh, for b\r \n" ); document.write( "\n" ); document.write( "Solution : a = 1/2 bh \n" ); document.write( "multiply both sides by 2 \n" ); document.write( "2a = 2*1/2 bh \n" ); document.write( " 2a= bh (since 2 * 1/2 = 1) \n" ); document.write( "now divide both sides by h \n" ); document.write( "2a/h = bh/h \n" ); document.write( "2a/h = b\r \n" ); document.write( "\n" ); document.write( "so b = 2a/h This is the final answer \n" ); document.write( " \n" ); document.write( " |