document.write( "Question 1043010: The difference between two numbers is 2, and the sum of their squares is 52. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #658088 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let the two numbers be n and n+2. Then: \n" ); document.write( "n²+(n+2)²=52 \n" ); document.write( "n²+n²+4n-48=0 \n" ); document.write( "n²+2n-24=0 \n" ); document.write( "(n+6)(n-4)=0 \n" ); document.write( "n=4, -6 \n" ); document.write( "The numbers are 4 and 6. ☺☺☺☺ \n" ); document.write( " |