document.write( "Question 71023: A rectangular garden is to be surrounded by a walkway of constant width. The garden's dimensions are 30 ft by 40 ft. The total area, garden plus walkway, is to be 1800 ft2. What must be the width of the walkway to the nearest thousandth? \n" ); document.write( "
Algebra.Com's Answer #50769 by stanbon(75887) ![]() You can put this solution on YOUR website! A rectangular garden is to be surrounded by a walkway of constant width. The garden's dimensions are 30 ft by 40 ft. The total area, garden plus walkway, is to be 1800 ft2. What must be the width of the walkway to the nearest \n" ); document.write( "--------- \n" ); document.write( "Draw the picture. \n" ); document.write( "Let the width of the walkway be \"w\" ft. \n" ); document.write( "Then the width of the garden plus walkway is \"30+2x\" \n" ); document.write( "and the length of the garden plus walkway is \"40+2x\" \n" ); document.write( "----------- \n" ); document.write( "EQUATION: \n" ); document.write( "(30+2x)(40+2x) = 1800 sq ft. \n" ); document.write( "4(15+x)(20+x) = 1800 \n" ); document.write( "x^2+35x+300=450 \n" ); document.write( "x^2+35x-150=0 \n" ); document.write( "Use quadratic formula to get: \n" ); document.write( "x=[-35+sqrt(35^2-4*-150)]/2 \n" ); document.write( "x=[-35+-sqrt1825]/2 \n" ); document.write( "x=[-35+-42.72]/2 \n" ); document.write( "x=7.72/2 \n" ); document.write( "x=3.86 ft \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |