document.write( "Question 921256: Two natural numbers differ by two units and the sum of thier sqaures is 580. What are these numbers? \n" ); document.write( "
Algebra.Com's Answer #558892 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x^2 + (x-2)^2 = 580
\n" ); document.write( "2x^2 - 4x + 4 - 580 = 0
\n" ); document.write( "x^2 - 2x -288 = 0
\n" ); document.write( "(x - 18)(x+16) = 0
\n" ); document.write( "x = -16, 18
\n" ); document.write( "
\n" ); document.write( "
\n" );