document.write( "Question 935120: A 7200 square feet rectangular land need to be fenced
\n" );
document.write( "What is the length of the fence in yards if the length of the land is twice the width? \n" );
document.write( "
Algebra.Com's Answer #568243 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A 7200 square feet rectangular land need to be fenced \n" ); document.write( "What is the length of the fence in yards if the length of the land is twice the width? \n" ); document.write( "*** \n" ); document.write( "let w=width \n" ); document.write( "length=2w \n" ); document.write( "length*width=area \n" ); document.write( "2w*w=7200 \n" ); document.write( "2w^2=7200 \n" ); document.write( "w^2=7200/2=3600 \n" ); document.write( "w=60 \n" ); document.write( "length=2w=120ft or 120/3=40 \n" ); document.write( "length of the fence=40yds \n" ); document.write( " |