document.write( "Question 997594: The height of a right triangle is 4 feet more than three times the length of its base. Express the area of the triangle as a function of the length of its base, x, in feet. \r
\n" );
document.write( "\n" );
document.write( "f(x)=? \n" );
document.write( "
Algebra.Com's Answer #615616 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Area = (1/2)bh \n" ); document.write( "b=x \n" ); document.write( "h=3x+4 \n" ); document.write( "A=(1/2)(3x^2+4x) units ft^2. \n" ); document.write( " |