document.write( "Question 635320: The dimensions of a rectangle are such that the length is 7in. more than the width. If the length were doubled and the width decreased by 3in. then the area would increase by 90in.sq. What are the length and width of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #400292 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
Let \"x\" be the width of the rectangle, in inches.
\n" ); document.write( "The length of the rectangle( in inches) is \"x%2B7\".
\n" ); document.write( "The area is the product of length times width, so it is
\n" ); document.write( "\"x%28x%2B7%29\" square inches.
\n" ); document.write( "The modified rectangle has a length (in inches) of \"2%28x%2B7%29\" ,
\n" ); document.write( "and a width (in inches) of \"x-3\" .
\n" ); document.write( "The area (in square inches) of the modified rectangle is
\n" ); document.write( "\"%282%28x%2B7%29%29%28x-3%29\" ,
\n" ); document.write( "and that new area is 90 square inches more than the area of the original rectangle.
\n" ); document.write( "So the equation, in its most complicated form (just in case the teacher wants that), is
\n" ); document.write( "\"%282%28x%2B7%29%29%28x-3%29=x%28x%2B7%29%2B90\"
\n" ); document.write( "Let's un-complicate and solve.
\n" ); document.write( "\"%282%28x%2B7%29%29%28x-3%29=x%28x%2B7%29%2B90\" --> \"2%28%28x%2B7%29%28x-3%29%29=x%28x%2B7%29%2B90\" (associative property)
\n" ); document.write( "(We are so familiar with he associative property that we probably could write it as
\n" ); document.write( "\"2%28x%2B7%29%28x-3%29=x%28x%2B7%29%2B90\" in the un-complicated no-parentheses form from the start).
\n" ); document.write( "Form there, we multiply the expressions with \"x\" to get
\n" ); document.write( "\"2%28x%5E2-3x%2B7x-21%29=x%5E2%2B7x%2B90\"
\n" ); document.write( "Collecting like terms, we get
\n" ); document.write( "\"2%28x%5E2%2B4x-21%29=x%5E2%2B7x%2B90\"
\n" ); document.write( "We multiply further to get
\n" ); document.write( "\"2x%5E2%2B8x-42=x%5E2%2B7x%2B90\"
\n" ); document.write( "Then we add \"-x%5E2-7x-90\" to both sides (or subtract \"x%5E2%2B7x%2B90\", same thing), to get
\n" ); document.write( "\"2x%5E2%2B8x-42-x%5E2-7x-90=x%5E2%2B7x%2B90-x%5E2-7x-90\"
\n" ); document.write( "That simplifies to our quadratic equation:
\n" ); document.write( "\"x%5E2%2Bx-132=0\"
\n" ); document.write( "If we are good at factoring, we can easily figure that
\n" ); document.write( "\"x%5E2%2Bx-132=%28x%2B12%29%28x-11%29\" and then we would re-write the equation as
\n" ); document.write( "\"%28x%2B12%29%28x-11%29=0\" , with solutions \"x=-12\" and \"highlight%28x=11%29\"
\n" ); document.write( "The width of the rectangle is \"highlight%2811%29\" inches and the length is \"11%2B7=highlight%2818%29\" inches.
\n" ); document.write( "
\n" ); document.write( "Verification:
\n" ); document.write( "The area of the rectangle is (11 inches)(18 inches) = 198 square inches.
\n" ); document.write( "The length of the modified rectangle is
\n" ); document.write( "2(18 inches) = 36 inches, and the new width is
\n" ); document.write( "11 inches - 3 inches = 8 inches.
\n" ); document.write( "Then, the area of the modified rectangle is
\n" ); document.write( "(8 inches)(36 inches) = 288 square inches,
\n" ); document.write( "which is 90 square inches more than the original 198 square inches,
\n" ); document.write( "because 198+90=288.
\n" ); document.write( "
\n" );