document.write( "Question 548863: A fishpond is three feet by four feet. How wide a strip of concrete can be poured around the pond if there is enough concrete for 44 square feet? \n" ); document.write( "
Algebra.Com's Answer #357253 by mananth(16946)![]() ![]() You can put this solution on YOUR website! length of pool 4 \n" ); document.write( "Width = 3 \n" ); document.write( "Area = 12 M^2 \n" ); document.write( "Area of sidewalk =44 M^2 \n" ); document.write( "Length of ground + sidewalk =4 \n" ); document.write( "width of ground + sidewalk = 12+2x \n" ); document.write( " \n" ); document.write( "(4+2x)(3+2x)-44 =12 \n" ); document.write( "12+8x+6x+4X^2-44=12 \n" ); document.write( "4X^2+14x-44=0 \n" ); document.write( "/2 \n" ); document.write( "2x^2+7x-22=0 \n" ); document.write( "2x^2+11x-4x-22=0 \n" ); document.write( "x(2x+11)-2(2x+11)=0 \n" ); document.write( "(x-2)(2x+11)=0 \n" ); document.write( "x=2 which is positive \n" ); document.write( "width = 2ft \n" ); document.write( " \n" ); document.write( " |