document.write( "Question 657902: A rectangle is 2 feet wide and 3 feet long. Each side is increased by the same amount to give a rectangle with twice the area of the original one. Find the dimensions of the new rectangle. (Hint: Let x feet be the amount by which each side is increased.) \n" ); document.write( "
Algebra.Com's Answer #410050 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "A rectangle is 2 feet wide and 3 feet long. A =\"2ft%2A3ft+=+6ft%5E2\"
\n" ); document.write( "Each side is increased by the same amount\"highlight%28x%29\" to give a rectangle with twice the area of the original one.
\n" ); document.write( "Question states***
\n" ); document.write( " (x+2)(x+3) = 12
\n" ); document.write( " x^2 + 5x + 6 = 12
\n" ); document.write( " x^2 + 5x - 6 = 0
\n" ); document.write( "(x + 6) = 0
\n" ); document.write( " (x-1) = 0
\n" ); document.write( " x = 1 (throwing out negative solution for unit measurement)
\n" ); document.write( "New rectangle is 3ft by 4ft
\n" ); document.write( " \n" ); document.write( "
\n" );