document.write( "Question 652072: The length in centimeters of the 2 sides of a rectangle are consecutive odd intergers. The perimeter is 120 centimeters. whet is the area of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #407913 by shweta(56)\"\" \"About 
You can put this solution on YOUR website!
Consecutive odd numbers are expressed as 2x+1, 2x+3
\n" ); document.write( "Perimeter of rectangle =120 cm
\n" ); document.write( "2(l+b)=120
\n" ); document.write( "2(2x+1+2x+3)=120
\n" ); document.write( "4x+4=120/2
\n" ); document.write( "4x+4=60
\n" ); document.write( "4x=60-4
\n" ); document.write( "4x=56
\n" ); document.write( "x=56/4
\n" ); document.write( "x=14
\n" ); document.write( "Two numbers are
\n" ); document.write( "2x+1= 2*14 +1= 28+1= 29
\n" ); document.write( "2x+3= 2*14 +3= 28+3= 31
\n" ); document.write( "Area of rectangle =l*b
\n" ); document.write( "=31*29
\n" ); document.write( "=899cm^2
\n" ); document.write( "
\n" );