document.write( "Question 962402: The base of a triangle is 6 inches longer than twice the length of its altitude, x. Write a polynomial that represents the area of the triangle \n" ); document.write( "
Algebra.Com's Answer #587992 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "b=base=2x+6; h=altitude=x
\n" ); document.write( "\"Area=%281%2F2%29bh\"
\n" ); document.write( "\"Area=%281%2F2%29%282x%2B6%29%28x%29\"
\n" ); document.write( "\"Area=%28x%2B3%29%28x%29\"
\n" ); document.write( "\"Area=x%5E2%2B3x\"
\n" ); document.write( "
\n" );