document.write( "Question 394643: A rectangular garden has dimensions of 15 feet by 9 feet. A gravel path of equal width is to be built around the gard. How wide can the path be if there is enough gravel for 432 ft^2? \n" ); document.write( "
Algebra.Com's Answer #279995 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "Let x represent the width of the walk. Garden has an Area= 15*9 = 135 ft^2
\n" ); document.write( "Question states***
\n" ); document.write( " (15+2x)(9+2x) - 135ft^2 = 432ft^2, the area of the path.
\n" ); document.write( "solving for x
\n" ); document.write( " 135 + 48x + 4x^2 - 135 = 432
\n" ); document.write( " 4x^2 + 48x - 432 = 0
\n" ); document.write( " x^2 + 12x - 108 = 0
\n" ); document.write( "factoring or using quadratic formula \"x+=+%28-12+%2B-+sqrt%28576+%29%29%2F%282%29+=+%28-12+%2B-+24%29%2F2+\"
\n" ); document.write( " (x + 18)(x-6) = 0 |tossing out negative solution for length
\n" ); document.write( " x = 6ft, the width of the walk \n" ); document.write( "
\n" );