document.write( "Question 903429: A man built a walk of uniform width around a rectangular pool. If the area of the walk is 145 square feet and the dimensions of the pool are 9 feet by 15 feet, how wide is the walk? \n" ); document.write( "
Algebra.Com's Answer #548007 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( " .
\n" ); document.write( "Total Area of pool and walk = (9*15 + 145)ft^2
\n" ); document.write( "(9+x)(15+x) = 280ft^2
\n" ); document.write( "135 + 24x + x^2 = 280
\n" ); document.write( "x^2 + 24x - 145 = 0 (Tossing out the negative solution for unit measure)
\n" ); document.write( "(x-5)(x+29) = 0
\n" ); document.write( " x = 5ft
\n" ); document.write( "walk (on each side)= 2.5ft wide
\n" ); document.write( " \n" ); document.write( "
\n" );