document.write( "Question 203768: You have a garden with a fence around it and it is rectangular in shape
\n" ); document.write( "The perimeter is 500 feet in length and the width is 80% of the length
\n" ); document.write( "Find L and W.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #153744 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
let width =.8x=111
\n" ); document.write( "let length = x=139
\n" ); document.write( "2x+2(.8x)=500
\n" ); document.write( "2x+1.6x=500
\n" ); document.write( "3.6x=500
\n" ); document.write( "x=139
\n" ); document.write( "
\n" );