document.write( "Question 990208: You have 480 feet of fencing to enclose A a rectangular garden you want the length of the garden to be 30 feet greater than the width find the length and width of the garden if you use all the fencing \n" ); document.write( "
Algebra.Com's Answer #610271 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Length=x+30 \n" ); document.write( "width=x \n" ); document.write( "P=480=2l+2w \n" ); document.write( "240=l+w \n" ); document.write( "240=2x+30 \n" ); document.write( "2x+210 \n" ); document.write( "x=105 feet, width \n" ); document.write( "length=135 feet \n" ); document.write( " |