document.write( "Question 775429: the perimeter of a rectangle is 84 meters. The length is 6 meters longer than twice the width. find he dimensions. \n" ); document.write( "
Algebra.Com's Answer #472851 by sofiyac(983)\"\" \"About 
You can put this solution on YOUR website!
let the width be x, then the length is 2x+6
\n" ); document.write( "perimeter is all sides added together so
\n" ); document.write( "x+x+2x+6+2x+6=84 solve for x
\n" ); document.write( "6x+12=84 subtract 12 from each side of the equal sign
\n" ); document.write( "6x=72 divide each side by 6
\n" ); document.write( "x=12 so width is 12 now plug that back into what we said length was in the first sentence, so length=2x+6=2*12+6=24+6=30
\n" ); document.write( "width 12, length 30
\n" ); document.write( "
\n" );