document.write( "Question 171289: I need your help on the following word problem:
\n" ); document.write( "A rectangle is 15cm wide and 18cm long. If both dimensions are decreased by the same amount, the area of the new rectangle is 116cm squared less than the area of the original. Find the dimensions of the new rectangle.
\n" ); document.write( "Thank You
\n" ); document.write( "

Algebra.Com's Answer #126449 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
width of rectangle equals 15 centimeters.
\n" ); document.write( "length of rectangle equals 18 centimeters.
\n" ); document.write( "-----
\n" ); document.write( "let L = length
\n" ); document.write( "let W = width
\n" ); document.write( "let A = area.
\n" ); document.write( "-----
\n" ); document.write( "area of triangle = length times width:
\n" ); document.write( "A = L * W
\n" ); document.write( "-----
\n" ); document.write( "If both dimensions are decreased by the same amount, the area of the new rectangle is 116cm squared less than the area of the original.
\n" ); document.write( "-----
\n" ); document.write( "let x be the amount the length and the width are decreased by.
\n" ); document.write( "your formula to solve would be:
\n" ); document.write( "A - 116 = (L-x) * (W-x)
\n" ); document.write( "since A is the original area and it is equal to L * W, you can substitute in the equation to get:
\n" ); document.write( "(L*W) - 116 = (L-x)*(W-x)
\n" ); document.write( "since you know what L is and you know what W is you can substitute for them in the equation:
\n" ); document.write( "(18*15) - 116 = (18-x)*(15-x)
\n" ); document.write( "simplify:
\n" ); document.write( "270 - 116 = 270 - 18*x - 15*x + x^2
\n" ); document.write( "subtract 270 from both sides and it simplify further:
\n" ); document.write( "- 116 = -33*x + x^2
\n" ); document.write( "add 116 to both sides and rearrange to the standard order exponents (highest order first):
\n" ); document.write( "x^2 - 33*x + 116 = 0
\n" ); document.write( "solve the quadratic equation of:
\n" ); document.write( "x^2 - 33*x + 116 = 0
\n" ); document.write( "-----
\n" ); document.write( "i didn't see it right away, so i used the quadratic formula of:
\n" ); document.write( "\"x+=+%28%28-b%29%2B-sqrt%28b%5E2-4ac%29%29%2F%282a%29\"
\n" ); document.write( "to solve the quadratic equation.
\n" ); document.write( "-----
\n" ); document.write( "the standard form of the quadratic equation is:
\n" ); document.write( "\"a%2Ax%5E2+%2B+b%2Ax+%2B+c+=+0\"
\n" ); document.write( "a is the coefficient of x^2
\n" ); document.write( "b is the coefficient of x
\n" ); document.write( "c is the constant term
\n" ); document.write( "-----
\n" ); document.write( "in your equation,
\n" ); document.write( "a = 1
\n" ); document.write( "b = -33
\n" ); document.write( "c = 116
\n" ); document.write( "-----
\n" ); document.write( "the factors came out to be:
\n" ); document.write( "(x-29) * (x-4) = 0
\n" ); document.write( "x = 29
\n" ); document.write( "or:
\n" ); document.write( "x = 4
\n" ); document.write( "-----
\n" ); document.write( "to see which of these answers is correct, we need to substitute them in the original equation.
\n" ); document.write( "-----
\n" ); document.write( "the original equation is:
\n" ); document.write( "(18*15) - 116 = (18-x)*(15-x)
\n" ); document.write( "substitute 29 for x:
\n" ); document.write( "(18*15) - 116 = (18-29)*(15-29)
\n" ); document.write( "simplify:
\n" ); document.write( "270 - 116 = (-11)*(-14)
\n" ); document.write( "154 = 154
\n" ); document.write( "x = 29 works.
\n" ); document.write( "-----
\n" ); document.write( "substitute 4 for x:
\n" ); document.write( "(18*15) - 116 = (18-4)*(15-4)
\n" ); document.write( "simplify:
\n" ); document.write( "270 - 116 = (14)*(11)
\n" ); document.write( "154 = 154
\n" ); document.write( "x = 4 works as well.
\n" ); document.write( "-----
\n" ); document.write( "your answer is
\n" ); document.write( "x = 4 centimeters
\n" ); document.write( "or
\n" ); document.write( "x = 29 centimeters
\n" ); document.write( "-----
\n" ); document.write( "
\n" ); document.write( "
\n" );