document.write( "Question 210346: A square is altered so that one dimension is increased by 4, while the other dimension is decreased by 2. The area of the resulting rectangle is 55. Find the area of the original square. \n" ); document.write( "
Algebra.Com's Answer #159038 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A square is altered so that one dimension is increased by 4, while the other dimension is decreased by 2.
\n" ); document.write( "The area of the resulting rectangle is 55.
\n" ); document.write( "Find the area of the original square.
\n" ); document.write( ":
\n" ); document.write( "Let x = side of the original square,
\n" ); document.write( ":
\n" ); document.write( "(x+4) * (x-2) = 55
\n" ); document.write( "FOIL
\n" ); document.write( "x^2 - 2x + 4x - 8 = 55
\n" ); document.write( ":
\n" ); document.write( "x^2 + 2x - 8 - 55 = 0
\n" ); document.write( ":
\n" ); document.write( "x^2 + 2x - 63 = 0
\n" ); document.write( "Factors to:
\n" ); document.write( "(x+9)(x-7) = 0
\n" ); document.write( "Positive solution
\n" ); document.write( "x = 7 units, side of original square, it's area 49 sq/units
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check solution:
\n" ); document.write( "(7+4)(7-2) = 55
\n" ); document.write( "
\n" );