document.write( "Question 164152: What is the length of the base (b) of any triangle with area A and height h (A=1/2bh)? \n" ); document.write( "
Algebra.Com's Answer #120974 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What is the length of the base (b) of any triangle with area A and height h (A=1/2bh)? \n" ); document.write( "--------------------- \n" ); document.write( "A = bh/2 \n" ); document.write( "2A = bh \n" ); document.write( "b = 2A/h \n" ); document.write( " \n" ); document.write( " |