document.write( "Question 389785: My problem is as follows, a swimming pool 6 meters wide and 10 meters long is to be surrounded by a walk of uniform width. The area of the walk happens to equal the area of the pool. What is the with of the walk? \n" ); document.write( "
Algebra.Com's Answer #276324 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the width of the walk is added to both ends of the length and width of the pool \n" ); document.write( "this makes the dimensions of the pool/walk 6+2w by 10+2w \n" ); document.write( "the area is twice the area of the pool ___ a = 6 * 10 * 2 = 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(6 + 2w)(10 + 2w) = 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4w^2 + 32w + 60 = 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "w^2 + 8w - 15 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "use quadratic formula to find w \n" ); document.write( " |