document.write( "Question 1190036: A rectangle has length 2 cm longer than its width. If the rectangle has perimeter 52 cm, find its width.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #821560 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! width=x \n" ); document.write( "length=x+2 \n" ); document.write( "half perimeter is L*W=26 (half of 52) \n" ); document.write( "x+x+2=26 \n" ); document.write( "2x+2=26 \n" ); document.write( "x=12 cm width, the answer \n" ); document.write( "x+2=14 cm length \n" ); document.write( " |