document.write( "Question 270129: The width of a rectangle is 12 cm shorter than the length. The perimeter is 52 cm. What is thw demensions of the rectangle ? \n" ); document.write( "
Algebra.Com's Answer #197936 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
Let the lenghth = x
\n" ); document.write( "Then its width = x-12
\n" ); document.write( "Perimeter 2=52
\n" ); document.write( "2=52
\n" ); document.write( "4x-24=52
\n" ); document.write( "4x=52+24
\n" ); document.write( "4x=76
\n" ); document.write( "x=76/4=19
\n" ); document.write( "So, the length = 19
\n" ); document.write( "width = 19-12 = 7
\n" ); document.write( "
\n" );