document.write( "Question 698599: 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( "Can you please help me with this question? Thanks so much in advance :) \n" );
document.write( "
Algebra.Com's Answer #430980 by sofiyac(983)![]() ![]() 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\r \n" ); document.write( "\n" ); document.write( " \r \n" ); document.write( "\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( " |