document.write( "Question 249398: The length of a rectangle is 4 inches more than its width. It 2 inches are taken from the length and added to the width, the figure becomes a square with an area of 196 square inches. What are the dimensions of the original figure? \n" ); document.write( "
Algebra.Com's Answer #181642 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Setting up the equations is the key to solving word problems. Drawing a diagram is helpful, too. \n" ); document.write( ". \n" ); document.write( "L = W+4 (the length is 4 inches more than length (given)) \n" ); document.write( ". \n" ); document.write( "L-2 (if 2 inches are taken from L) and added to the width (W+2) the figure becomes a square. \n" ); document.write( "A square has 4 equal sides. \n" ); document.write( "L-2 = W+2 \n" ); document.write( ". \n" ); document.write( "We are told the area of the square is 196. \n" ); document.write( "(L-2)(W+2) = 196 \n" ); document.write( ". \n" ); document.write( "Substituting from L = W+4 \n" ); document.write( "(W+4 -2)(W + 2) = 196 \n" ); document.write( "(W+2)(W+2) = 196 \n" ); document.write( ". \n" ); document.write( "Taking the square root \n" ); document.write( "(W+2) = sqrt(196) = 14 \n" ); document.write( ". \n" ); document.write( "Subtracting 2 from both sides \n" ); document.write( "W = 12 \n" ); document.write( "and \n" ); document.write( "L = W+4 = 16 \n" ); document.write( ". \n" ); document.write( "Is the length 4 more than width? Yes. \n" ); document.write( "If you subtract 2 from length and add 2 to width, and then multiply them, is the result 196? Yes. \n" ); document.write( "Done. \n" ); document.write( " |