document.write( "Question 388585: A rectangular field is four times as long as it is wide. The fence around the field is 1000 meters. How wide is the field? \n" ); document.write( "
Algebra.Com's Answer #274926 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A rectangular field is four times as long as it is wide. The fence around the field is 1000 meters. How wide is the field? \n" ); document.write( "... \n" ); document.write( "width = w \n" ); document.write( "Length = 4w \n" ); document.write( "2*(L+W)= perimeter \n" ); document.write( "2*(w+4w)=1000 \n" ); document.write( "2*5w=1000 \n" ); document.write( "10w=1000 \n" ); document.write( "/10 \n" ); document.write( " \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |