document.write( "Question 334208: A rectangle has a perimeter of 48 cm. IF the width and the length are consecutive odd integers, find the dimensions of the rectangle \n" ); document.write( "
Algebra.Com's Answer #240717 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The perimeter of a rectangle is,
\n" ); document.write( "\"P=2L%2B2W\"
\n" ); document.write( "\"P=2N%2B2%28N%2B2%29=48\"
\n" ); document.write( "\"4N%2B4=48\"
\n" ); document.write( "\"4N=44\"
\n" ); document.write( "\"N=11\"
\n" ); document.write( "\"N%2B2=13\"
\n" ); document.write( "The rectangle is 11cm x 13cm.
\n" ); document.write( "
\n" );