document.write( "Question 1009234: One square has a side length that is 1 footgreater than that of a smaller square. If the combined area of the two squares is 113 feet. find the length of the side of the smaller square. \n" ); document.write( "
Algebra.Com's Answer #624730 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the side of the smaller square, x.
\n" ); document.write( "Thus the larger square has a side of x+1.
\n" ); document.write( "Since area is side squared, we have
\n" ); document.write( "x^2 + (x+1)^2 = 113
\n" ); document.write( "x^2 + x^2 + 2x + 1 = 113
\n" ); document.write( "2x^2 + 2x - 112 = 0
\n" ); document.write( "x^2 + x - 56 = 0
\n" ); document.write( "(x + 8)(x - 7) = 0
\n" ); document.write( "X = -8 or x = 7
\n" ); document.write( "Can't be negative so you have a side of
\n" ); document.write( "7 feet
\n" ); document.write( "
\n" );