document.write( "Question 795331: what is the area (written as a simplified polynomial) of a rectangle that has that has a length four more then double the width? \n" ); document.write( "
Algebra.Com's Answer #480906 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Width = x
\n" ); document.write( "Length = 4 + 2x
\n" ); document.write( "Area = Width * Length
\n" ); document.write( "Area = x(4 + 2x)
\n" ); document.write( "Area = 4x + 2x^2
\n" ); document.write( "Hope this helps.
\n" ); document.write( ";-)
\n" ); document.write( "
\n" );