document.write( "Question 173066: a rectangle of length x and width 4 is cut out of a rectangle of length x+9 and width x. Find the area of the resulting shape, if all dimensions are in meters? \n" ); document.write( "
Algebra.Com's Answer #127907 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a rectangle of length x and width 4 is cut out of a rectangle of length x+9 and width x. Find the area of the resulting shape, if all dimensions are in meters? \n" ); document.write( "---------------- \n" ); document.write( "Draw the picture of the rectangle inside a larger rectangle. \n" ); document.write( "-------- \n" ); document.write( "The inner rectangle has an area of 4x sq.meters. \n" ); document.write( "------------- \n" ); document.write( "The larger rectangle (including the inner rectangle) has \n" ); document.write( "area = x(x+9) = x^2+9x sq meters. \n" ); document.write( "------------- \n" ); document.write( "EQUATION: \n" ); document.write( "Area you want = larger area - smaller area \n" ); document.write( "A = x^2+9x - 4x \n" ); document.write( "A = x^2+5x \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |