document.write( "Question 773224: the width of a rectangle is 8 inches more than the length. The perimeter is 32. find the length and width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #471462 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Length = x
\n" ); document.write( "Width = x + 8
\n" ); document.write( "Perimeter = 2* Length + 2* Width
\n" ); document.write( "32 = 2*x + 2*(x + 8)
\n" ); document.write( "32 = 2x + 2x + 16
\n" ); document.write( "32 = 4x + 16
\n" ); document.write( "32 - 16 = 4x
\n" ); document.write( "4x = 16
\n" ); document.write( "x = 4
\n" ); document.write( "Length = 4ins.
\n" ); document.write( "Width = 12ins.
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );