document.write( "Question 1046897: The length of a rectangle is 8m more than twice the width . If the perimeter of the rectangle is 352m, find the dimensions \n" ); document.write( "
Algebra.Com's Answer #662375 by ikleyn(52782)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The length of a rectangle is 8m more than twice the width. If the perimeter of the rectangle is 352m, find the dimensions
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let W be the the width, in meters.\r\n" );
document.write( "\r\n" );
document.write( "Then the length is (2W+8), according to the condition.\r\n" );
document.write( "\r\n" );
document.write( "For the perimeter you have this equation\r\n" );
document.write( "\r\n" );
document.write( "W + (2W+8) + W + (2W+8) = 352,   or\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "6W + 16 = 352,   or\r\n" );
document.write( "\r\n" );
document.write( "6W = 362 - 16,\r\n" );
document.write( "\r\n" );
document.write( "6W = 336,\r\n" );
document.write( "\r\n" );
document.write( "W = \"336%2F6\" = 56 m.\r\n" );
document.write( "\r\n" );
document.write( "The length of a rectangle is 2W+8 = 2*56+8 = 120 m.\r\n" );
document.write( "\r\n" );
document.write( "Answer. The dimensions of the rectangle are 56 m and 120 m.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );