document.write( "Question 475285: A rectangular swimming pool measures 20 feet by 40 feet. A walk
\n" );
document.write( "of uniform width surrounds it. The total area of the pool and the
\n" );
document.write( "walk is 1500 ft². Find the width of the walk. \n" );
document.write( "
Algebra.Com's Answer #325952 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width = x \n" ); document.write( "length of pool + walk = 40+2x \n" ); document.write( "with of pool + walk = 20+2x\r \n" ); document.write( "\n" ); document.write( "Total area = (40+2x)(20+2x)= 1500 \n" ); document.write( "800+80x+40x+4x^2=1500 \n" ); document.write( "4x^2+120x+800-1500=0 \n" ); document.write( "4x^2+120x-700=0 \n" ); document.write( "/4 \n" ); document.write( "x^2+30x-175=0 \n" ); document.write( "x^2+35x-5x-175=0 \n" ); document.write( "x(x+35)-5(x+35)=0 \n" ); document.write( "(x+35)(x-5)=0 \n" ); document.write( "x= 5 the width. x cannot be -35\r \n" ); document.write( "\n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |