document.write( "Question 1038137: The length of a rectangle is six less than twice x; the width is two more than the product of four and x. \r
\n" );
document.write( "\n" );
document.write( "1. Write an expression which represents the length of the rectangle in terms of x. \r
\n" );
document.write( "\n" );
document.write( "2. Write an expression which represents the width of the rectangle in terms of x \r
\n" );
document.write( "\n" );
document.write( "3. Write an equation which represents the perimeter of the rectangle in terms of x and simplify. \r
\n" );
document.write( "\n" );
document.write( "4. Based on your answer to part c, are polynomials closed under the operation addition? Explain why or why not \r
\n" );
document.write( "\n" );
document.write( "5. Write an expression which represents the area of the rectangle in terms of x and simplify. \r
\n" );
document.write( "\n" );
document.write( "6. Based on your answer to part e, are polynomials closed under the operation multiplication? Explain why or why not \n" );
document.write( "
Algebra.Com's Answer #652849 by garettbuff(18)![]() ![]() ![]() You can put this solution on YOUR website! Length=2x-6 \n" ); document.write( "Width=4x+2 \n" ); document.write( "Perimeter=4x-12+8x+4 \n" ); document.write( "Perimeter=12x-8 \n" ); document.write( "Yes \n" ); document.write( "Area=(2x-6)(4x-2) \n" ); document.write( "Area=(8x^2)-28x+12 \n" ); document.write( "Yes \n" ); document.write( " |