document.write( "Question 51014: The length of a rectangle is 2 cm more than twice its width. If the perimeter of the rectangle is 52 cm, find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #34045 by Juhi(44)![]() ![]() You can put this solution on YOUR website! width=x \n" ); document.write( "length=2x+2 \n" ); document.write( "Perimeter= 2(2x+2+x) \n" ); document.write( "52=4x+4+2x \n" ); document.write( "48=6x \n" ); document.write( "8=x \n" ); document.write( "width= 8 cm \n" ); document.write( "length= 18 cm \n" ); document.write( " \n" ); document.write( " |