document.write( "Question 570236: if the length of one side of a square is doubled and the length of an adjacent side is decreased by 3, the area of the resulting rectangle exceeds the area of the original square by 16. The length of a side of the original square is? \n" ); document.write( "
Algebra.Com's Answer #367658 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
if the length of one side of a square is doubled and the length of an adjacent side is decreased by 3,
\n" ); document.write( " the area of the resulting rectangle exceeds the area of the original square by 16.
\n" ); document.write( "The length of a side of the original square is?
\n" ); document.write( ":
\n" ); document.write( "Let s = length of the side of the original square
\n" ); document.write( "then
\n" ); document.write( "s^2 = original area
\n" ); document.write( ":
\n" ); document.write( "and the new rectangle dimensions will be
\n" ); document.write( "2s by (s-3)
\n" ); document.write( ":
\n" ); document.write( "New area - old area = 16
\n" ); document.write( "2s(s-3) - s^2 = 16
\n" ); document.write( "2s^2 - 6s - s^2 = 16
\n" ); document.write( "2s^2 - s^2 - 6s - 16 = 0
\n" ); document.write( "s^2 - 6s - 16 = 0
\n" ); document.write( "Factors to
\n" ); document.write( "(s-8)(s+2) = 0
\n" ); document.write( "positive solution
\n" ); document.write( "s = 8 units, the length of the original square
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check this by finding the areas
\n" ); document.write( "16(8-3) = 80
\n" ); document.write( "8*8 = 64
\n" ); document.write( "-------------
\n" ); document.write( "differ; 16
\n" ); document.write( "
\n" ); document.write( "
\n" );