document.write( "Question 155356: A farmer wishes to enclose a rectangular region with 210 m of fencing in such a way that the length is twice the width. What is the length and width? \n" ); document.write( "
Algebra.Com's Answer #114405 by oscargut(2103)\"\" \"About 
You can put this solution on YOUR website!
let x= length
\n" ); document.write( "and y=width\r
\n" ); document.write( "\n" ); document.write( "then 2(x+y)=210
\n" ); document.write( "and x=2y\r
\n" ); document.write( "\n" ); document.write( "then\r
\n" ); document.write( "\n" ); document.write( "2(2y+y)=210
\n" ); document.write( "then\r
\n" ); document.write( "\n" ); document.write( "6y=210 then y =35 and x=70\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: length=70 m and width=35 m\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );