document.write( "Question 844240: the perimeter of a rectangle is 26 centimeters. the area of the rectangle remains the same if the length is decreased by 3 centimeters and the width is increased by 2 centimeters. what is the dimensions of the original rectangle? \n" ); document.write( "
Algebra.Com's Answer #508635 by Theo(13342)![]() ![]() You can put this solution on YOUR website! P = perimeter \n" ); document.write( "L = length \n" ); document.write( "W = width \n" ); document.write( "formula for P is P = 2L + 2W \n" ); document.write( "A = area \n" ); document.write( "formula for A is A = LW\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given that: \n" ); document.write( "P = 26 \n" ); document.write( "This means that: \n" ); document.write( "2L + 2W = 26\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you know that LW = A, but you don't know what A is. \n" ); document.write( "you are also given that (L-3)*(W+2) = A. \n" ); document.write( "Since they are both equal to A, you can make LW equal to (L-3)*(W+2) \n" ); document.write( "you get: \n" ); document.write( "LW = (L-3) * (W+2) \n" ); document.write( "simplify this equation to get: \n" ); document.write( "LW = LW + 2L - 3W - 6 \n" ); document.write( "subtract LW from both sides of this equation to get: \n" ); document.write( "0 = 2L - 3W - 6 \n" ); document.write( "Add 3W to both sides of this equation to get: \n" ); document.write( "3W = 2L - 6 \n" ); document.write( "Divide both sides of this equation by 3 to get: \n" ); document.write( "W = 2/3 * L - 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you know that 2L + 2W = 26 \n" ); document.write( "replace W with 2/3 * L - 2 in that equation to get: \n" ); document.write( "2L + 2 * (2/3 * L - 2) = 26 \n" ); document.write( "simplify to get: \n" ); document.write( "2L + 4/3 * L - 4 = 26 \n" ); document.write( "add 4 to both sides of this equation to get: \n" ); document.write( "2L + 4/3 * L = 30 \n" ); document.write( "Multiply both sides of this equation by 3 to get: \n" ); document.write( "6L + 4L = 90 \n" ); document.write( "combine like terms to get: \n" ); document.write( "10L = 90 \n" ); document.write( "divide both sides of this equation by 10 to get: \n" ); document.write( "L = 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "go back to your original equation for P to get: \n" ); document.write( "2L + 2W = 26 \n" ); document.write( "replace L with 9 to get: \n" ); document.write( "18 + 2W = 26 \n" ); document.write( "subtract 18 from both sides of this equation to get: \n" ); document.write( "2W = 8 \n" ); document.write( "divide both sides of this equation by 2 to get: \n" ); document.write( "W = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is: \n" ); document.write( "L = 9 \n" ); document.write( "W = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Your perimeters becomes 2 * 9 + 2 * 4 = 18 + 8 = 26 \n" ); document.write( "The area is 9 * 4 = 36 \n" ); document.write( "subtract 3 from 9 and add 2 to 4 and you get: \n" ); document.write( "The area is 6 * 6 = 36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The area remained the same when you subtracted 3 from the length and added 2 to the width. \n" ); document.write( "The solution is good. \n" ); document.write( "L = 9 \n" ); document.write( "W = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |