document.write( "Question 333974: Write an expression in terms of given variables. Do not solve. The length and the width of a rectangle are consecutive odd integers, and the length is x cm. Find the perimeter of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #239338 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! NOTE: The length cannot be x cm because the length of a rectangle is always bigger than the width.\r \n" ); document.write( "\n" ); document.write( "Let x = width\r \n" ); document.write( "\n" ); document.write( "Let x + 2 = length\r \n" ); document.write( "\n" ); document.write( "The perimeter of a rectangleis found using P = 2L + 2W.\r \n" ); document.write( "\n" ); document.write( "P = 2(x + 2) + 2x\r \n" ); document.write( "\n" ); document.write( "P = 2x + 4 + 2x\r \n" ); document.write( "\n" ); document.write( "P = 4x + 4\r \n" ); document.write( "\n" ); document.write( "Done! \n" ); document.write( " |