document.write( "Question 64887: How do I find the base of a triangle? The area of the triangle is 200 ft. squared, and the height is 12ft. \n" ); document.write( "
Algebra.Com's Answer #45365 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! AREA=B*H/2 \n" ); document.write( "200=B*12/2 \n" ); document.write( "200=6B \n" ); document.write( "B=200/6 \n" ); document.write( "B=33 1/3 IS THE BASE \n" ); document.write( "PROOF \n" ); document.write( "200=(33 1/3)12/2 \n" ); document.write( "200=(33*12+12/3)/2 \n" ); document.write( "200=(396+4)/2 \n" ); document.write( "200=400/2 \n" ); document.write( "200=200 \n" ); document.write( " |