document.write( "Question 316794: a pool measuring 20 meters by 30 meters is surrounded by a path of uniform width. If the area of the pool and the path combined is 1344 square meters, what is the width of the path? \n" ); document.write( "
Algebra.Com's Answer #226950 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the width of the path be x
\n" ); document.write( "..
\n" ); document.write( "length of pool = 30
\n" ); document.write( "width of pool =20
\n" ); document.write( "..
\n" ); document.write( "length of pool +path width = 30 +2x
\n" ); document.write( "width of pool + path width = 20+2x
\n" ); document.write( "..
\n" ); document.write( "Area = L*W
\n" ); document.write( "Area of total plot = (2x+30) * (2x+20)
\n" ); document.write( "Area of pool without the path = 30*20 = 600sq.meters
\n" ); document.write( "..
\n" ); document.write( "(2x+30) * (2x+20) = 1344
\n" ); document.write( "4x^2+40x+60x+600=1344
\n" ); document.write( "4x^2+100x-744=0
\n" ); document.write( "x^2+25x-186=0
\n" ); document.write( "x^2+31x-6x-185=0
\n" ); document.write( "x(x+31)-6(x+31)=0
\n" ); document.write( "(x+31)(x-6)=0
\n" ); document.write( "so x= 6 the width of the path
\n" ); document.write( "
\n" );