document.write( "Question 808314: You have an outdoor pool measuring 25 ft x 10 ft. You want to add a cement walkway around the pool. If the walkway will be 1 ft thick and you have 304 cubic feet of cement, how wide should the walkway be? \n" ); document.write( "
| Algebra.Com's Answer #486931 by Alan3354(69443)     You can put this solution on YOUR website! You have an outdoor pool measuring 25 ft x 10 ft. You want to add a cement walkway around the pool. If the walkway will be 1 ft thick and you have 304 cubic feet of cement, how wide should the walkway be? \n" ); document.write( "================ \n" ); document.write( "Area of the walkway of width w = (25+2w)*(10+2w) - 25*10 \n" ); document.write( "Area = 250 + 70w + 4w^2 - 250 \n" ); document.write( "= 4w^2 + 70w sq ft \n" ); document.write( "------ \n" ); document.write( "Vol = Area*depth \n" ); document.write( "304 = 4w^2 + 70w \n" ); document.write( "2w^2 + 35w - 152 = 0 \n" ); document.write( " 
 \n" ); document.write( "\n" ); document.write( "================= \n" ); document.write( "w =~ 3.6 feet \n" ); document.write( " |