document.write( "Question 521378: The width and length of a rectangle are given by two consecutive odd integers. The width of the rectangle is less than it's length. Write an expression for the area of the rectangle.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #346557 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The width and length of a rectangle are given by two consecutive odd integers. \n" ); document.write( " The width of the rectangle is less than it's length. \n" ); document.write( " Write an expression for the area of the rectangle. \n" ); document.write( ": \n" ); document.write( "Let x = the width \n" ); document.write( "then \n" ); document.write( "(x+2) = the length \n" ); document.write( ": \n" ); document.write( "The area \n" ); document.write( "A = x(x+2) = x^2 + 2x, is the area \n" ); document.write( " |