document.write( "Question 856: Can you please explain to me how you find the answer to this problem: If two parallel sides of a square are increased by 6 cm and the other two parallel sides are each decreased by 1 cm, a rectangle is formed having twice the area of the square. How long was each side of the square? \n" ); document.write( "
Algebra.Com's Answer #292 by usyim88hk(158)\"\" \"About 
You can put this solution on YOUR website!
Let the length of one side of the square be x:
\n" ); document.write( "\"+x%5E2+\" is the area of the square
\n" ); document.write( "Area of the retangle:
\n" ); document.write( "(x+6)(x-1)
\n" ); document.write( "which is equal to
\n" ); document.write( "\"+x%5E2%2B5x-6+\"
\n" ); document.write( "so if the area of the retangle is twice the area of the square, then we can set up an equation:
\n" ); document.write( "\"+x%5E2%2B5x-6=2x%5E2+\"
\n" ); document.write( "Now, slove it:
\n" ); document.write( "\"+x%5E2%2B5x-6-x%5E2=2x%5E2-x%5E2+\"
\n" ); document.write( "\"+5x-6=x%5E2+\"
\n" ); document.write( "\"+5x-6-x%5E2=x%5E2-x%5E2+\"
\n" ); document.write( "\"+-x%5E2%2B5x-6=0+\"
\n" ); document.write( "Now use the quadratic formula to slove:
\n" ); document.write( "\"x+=+%28%28-5%29+%2B-+sqrt%28%28-5%5E2%29-4%2A%28-1%29%2A%28-6%29%29%2F%282%2A%28-1%29%29%29\"
\n" ); document.write( "\"x+=+%28%28%28-5%29+%2B-+sqrt%28%2825-24%29%29%29%2F%28-2%29%29\"
\n" ); document.write( "\"x+=+%28%28%28-5%29%2B-+1%29%2F%28-2%29%29\"
\n" ); document.write( "x = (-4/-2) or (-6/-2)
\n" ); document.write( "x = 2 or 3
\n" ); document.write( "-------------------------------------------------------------
\n" ); document.write( "Check:
\n" ); document.write( "if x=2
\n" ); document.write( "x^2 = 4
\n" ); document.write( "(2+6)(2-1) = 8
\n" ); document.write( "8 = 2*4
\n" ); document.write( "8=8 (2 is right!)
\n" ); document.write( "if x=3
\n" ); document.write( "x^2 = 9
\n" ); document.write( "(3+6)(3-1) = 18
\n" ); document.write( "18 = 2*9
\n" ); document.write( "18=18 (3 is right!)
\n" ); document.write( "--------------------------------------------------------------
\n" ); document.write( "So the answer is 2 or 3, they both work!
\n" ); document.write( "
\n" );