document.write( "Question 263662: A rectangular piece of sheet metal is 3 in. longer than it is wide. If the length and width are both increased by 2 in. the area increases by 34 in squared. What are the original dimensions of the sheet metal? \n" ); document.write( "
Algebra.Com's Answer #194296 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Given what we know about rectangles... \n" ); document.write( "A = area = l * w \n" ); document.write( ". \n" ); document.write( "We are told: l = w+3 \n" ); document.write( ". \n" ); document.write( "If we set l+2 and w+2 (that is we increase both by 2), then area = A + 34 sq in. \n" ); document.write( ". \n" ); document.write( "We need to define everything in terms of one term. \n" ); document.write( "l = w+3 \n" ); document.write( "So \n" ); document.write( "l+2 = w+5 \n" ); document.write( ". \n" ); document.write( "That means: \n" ); document.write( "Original Area = w(w+3) \n" ); document.write( ". \n" ); document.write( "And the new area is: (w+2)(w+5). \n" ); document.write( ". \n" ); document.write( "Combining the facts we have at hand: \n" ); document.write( "w(w+3) + 34 = (w+2)(w+5) \n" ); document.write( "w^2 + 3w + 34 = w^2 + 7w + 10 \n" ); document.write( "Subtracting w^2 from both sides \n" ); document.write( "3w + 34 = 7w + 10 \n" ); document.write( "Subtracting 10 from both sides \n" ); document.write( "3w + 24 = 7w \n" ); document.write( "Subtracting 3w from both sides \n" ); document.write( "24 = 4w \n" ); document.write( "4w = 24 \n" ); document.write( "w = 6 \n" ); document.write( ". \n" ); document.write( "Recall 'w' is the original width. The length 'l' = w+3, so it is 9. \n" ); document.write( ". \n" ); document.write( "We need to check our work by comparing the areas to see if they are different by 34. \n" ); document.write( "A = 6*9 = 54 \n" ); document.write( ". \n" ); document.write( "The new dimensions are: 8 & 11 \n" ); document.write( "New Area = 8*11 = 88 \n" ); document.write( ". \n" ); document.write( "54+34 = 88. OK \n" ); document.write( ". \n" ); document.write( "Answer: The original dimensions of the sheet of metal are 6 by 9 inches. \n" ); document.write( " |