document.write( "Question 242337: The sum of the areas of two squares is 85. the length of a side of the larger square minus the length of a side of the smaller square is 1. Find the length of a side of each square \n" ); document.write( "
Algebra.Com's Answer #177419 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
Let the side of the smaller be s and the larger s+1
\n" ); document.write( "s^2+(s+1)^2=85
\n" ); document.write( "s^2+s^2+2s+1=85
\n" ); document.write( "2s^2+2s-84=0
\n" ); document.write( "s^2+s-42=0
\n" ); document.write( "(s+7)(s-6)=0
\n" ); document.write( "s=6
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );