document.write( "Question 1076244: The difference of two numbers is 4 and the sum of their squares is 106. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #690894 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let n be the first number. Then the second number is n+4. Then:
\n" ); document.write( "n²+(n+4)²=106
\n" ); document.write( "2n²+8n-90=0
\n" ); document.write( "n²+4n-45=0
\n" ); document.write( "(n+9)(n-5)=0
\n" ); document.write( "n=5 or -9
\n" ); document.write( "The two numbers are either 5 and 9, or -9 and -5. ☺☺☺☺
\n" ); document.write( "
\n" );