document.write( "Question 518209: A swimming pool 6m wide and 10m long is to be surrounded by a cement path of uniform width. The area of the walk is equal to the area of the pool. What is the width of the path? \n" ); document.write( "
Algebra.Com's Answer #345092 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! area of the pool is 60 m^2 \n" ); document.write( "area of the walk is 60 m^2 \n" ); document.write( "(6+x)*(10+x)=120 \n" ); document.write( "x^2+16x+60 = 120 \n" ); document.write( "solve for x \n" ); document.write( "unfortunately the x's are not integers. \n" ); document.write( "x=3.13553 \n" ); document.write( " |