document.write( "Question 555016: The length of a rectangle is 3 inches greater than the width.
\n" );
document.write( " A. Write a polynomial that represents the area of the rectangle.
\n" );
document.write( " B. Find the area of the rectangle when the width is 4 inches. \n" );
document.write( "
Algebra.Com's Answer #361585 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Length = l \n" ); document.write( "Width = w \n" ); document.write( "The length of a rectangle is 3 inches greater than the width = l = w+3 \n" ); document.write( "Area of rectangle = a\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A. Write a polynomial that represents the area of the rectangle. \n" ); document.write( "a=lw \n" ); document.write( "a=w(w+3) \n" ); document.write( "a=w^2+3w \n" ); document.write( "w^2+3w-a=0\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(B) \n" ); document.write( "Find the area of the rectangle when the width is 4 inches \n" ); document.write( "a=w^2+3w \n" ); document.write( "w=4 \n" ); document.write( "a=(4)^2+3(4) \n" ); document.write( "a=16+12 \n" ); document.write( "a=28 sq inches\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |