document.write( "Question 113502: A community hall has an area of 396 metres squared. A 12 metre by 16 metre rug is placed on the floor so that the width of the floor showing on the four sides is uniform. What is the distance between the rug and the wall ? \n" ); document.write( "
Algebra.Com's Answer #82564 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 396=(12+2X)(16+2X) \n" ); document.write( "X BEING THE SPACE BETWEEN THE RUG & THE WALL. \n" ); document.write( "IT HELPS TO DRAW A DIAGRAM TO CAPTURE THE PROGRAM PICTORALLY. \n" ); document.write( "396=192+32X+24X+4X^2 \n" ); document.write( "4X^2+56X+192-396=0 \n" ); document.write( "4X^2+56X-204=0 \n" ); document.write( "4(X^2+14X-51)=0 \n" ); document.write( "4(X-3)(X+17)=0 \n" ); document.write( "X-3=0 \n" ); document.write( "X=3 METERS IS THE SPACE BETWEEN THE RUG & THE WALL. \n" ); document.write( " |