document.write( "Question 698624: The length of a rectangle field is twice the width and the area is 1800 meters squared. Find the dimensions.\r
\n" );
document.write( "\n" );
document.write( "Thanks so much in advance. \n" );
document.write( "
Algebra.Com's Answer #430874 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangle field is twice the width and the area is 1800 meters squared. Find the dimensions. \n" ); document.write( "** \n" ); document.write( "let W=width \n" ); document.write( "2W=length \n" ); document.write( "Area=length*width \n" ); document.write( "W*2W=1800 \n" ); document.write( "2W^2=1800 \n" ); document.write( "W^2=900 \n" ); document.write( "W=±√900 \n" ); document.write( "W=30 \n" ); document.write( "2W=60 \n" ); document.write( "width=30 m \n" ); document.write( "length=60 m \n" ); document.write( " |