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 #50775 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
garden=30*40=1200 ft^2
\n" ); document.write( "garden+walkway=1800 ft^2
\n" ); document.write( "let walkway width be x ft. then
\n" ); document.write( "(30+2x)*(40+2x)=1800
\n" ); document.write( "1200+80x+60x+4x^2=1800
\n" ); document.write( "4x^2+140x+1200-1800=0
\n" ); document.write( "4x^2+140x-600=0
\n" ); document.write( "using the quadratic equation we get
\n" ); document.write( "x=(-b+-sqrt[b^2-4ac])/2a
\n" ); document.write( "x=(-140+-sqrt[140^2-4*4*-600])/2*4
\n" ); document.write( "x=(-140+-sqrt[19600+9600)/8
\n" ); document.write( "x=(-140+-sqrt29200])/8
\n" ); document.write( "x=(-140+-170.88)/8
\n" ); document.write( "x=(-140+170.88)/8
\n" ); document.write( "x=30.88/8
\n" ); document.write( "x=3.86 feet for the walkway\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );