document.write( "Question 787188: If a rectangle has a length the is 4cm more than its width, and the perimeter is 28cm, find the dimensions of the rectangle \n" ); document.write( "
Algebra.Com's Answer #478127 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Width = x
\n" ); document.write( "Length = x + 4
\n" ); document.write( "Perimeter = 2*width + 2*length
\n" ); document.write( "28 = 2(x) + 2(x + 4)
\n" ); document.write( "28 = 2x + 2x + 8
\n" ); document.write( "Collect like terms
\n" ); document.write( "4x = 28 - 8
\n" ); document.write( "4x = 20
\n" ); document.write( "x = 5
\n" ); document.write( "Width = 5 cm
\n" ); document.write( "Length = 9 cm.
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );