document.write( "Question 27512: A rectangular plot of ground measuring 12 meters by 20 meters is surrounded by a sidewalk of uniform width. The area of the sidewalk is 68 square meters. Find the width of the walk. \n" ); document.write( "
Algebra.Com's Answer #14966 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! The width is 12 \n" ); document.write( "\n" ); document.write( "Let the width be x \n" ); document.write( "x-12 \n" ); document.write( "and \n" ); document.write( "x+20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-12)(x+20)=68 \n" ); document.write( "x^2+20x-12x-240=68 \n" ); document.write( "x^2+8x-308=0,x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Factor: \n" ); document.write( "(x+22) and (x-14)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "hence, the width is 14m. \n" ); document.write( "Paul. \n" ); document.write( " |