document.write( "Question 633206: Find two consecutive whole numbers such that the sum of their squares is 313. \n" ); document.write( "
Algebra.Com's Answer #398737 by flame8855(424)![]() ![]() You can put this solution on YOUR website! x^2 + y^2 = 313 \n" ); document.write( "y=x+1 \n" ); document.write( "x^2 +x^2 +1 +2x = 313 \n" ); document.write( "2x^2 +2x-312 = 0 \n" ); document.write( "x^2 +x -156= 0 \n" ); document.write( "x = 12 \n" ); document.write( "y = 13 \n" ); document.write( " |