document.write( "Question 100307: The area of any triangle is A = (½) * (base) * (height), where height is the perpendicular height from the apex (point on top) to the base line. If the height of a certain triangle is 7 feet longer than its base, what is the polynomial that represents its area? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(Let X = the base.) \n" );
document.write( "
Algebra.Com's Answer #73050 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! A=1/2BH \n" ); document.write( "A=1/2X(X+7) \n" ); document.write( "A=1/2(X^2+7B) \n" ); document.write( " |