document.write( "Question 854190: how do I find the area of a triangle with a base of 5x inches and a height of (6x+2) inches \n" ); document.write( "
Algebra.Com's Answer #514479 by aditya2117(32)![]() ![]() You can put this solution on YOUR website! Area of a triangle is = 1/2 * base * altitude \n" ); document.write( "Area = 1/2 * 5x * (6x+2) sq.inches \n" ); document.write( " = 5x(6x+2)/2 sq.inches \n" ); document.write( "That's All! \n" ); document.write( " |