document.write( "Question 43403: A triangle has sides 3x+7, 4x-9, and 5x+6
\n" ); document.write( "Find the polynomial that represents it's perimeter.
\n" ); document.write( "

Algebra.Com's Answer #28414 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
perimeter = sum of the sides
\n" ); document.write( "perimeter = 3x+7 + 4x-9 + 5x+6
\n" ); document.write( "perimeter = 12x + 4
\n" ); document.write( "
\n" );