document.write( "Question 875698: what is larger of two consecutive integers such that the sum of squares is 340?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805846 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + (x+1)^2 = 340 \n" ); document.write( "x^2 + x^2 + 2x + 1 = 340 \n" ); document.write( "2x^2 + 2x - 339 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This equation has no integer solutions. \n" ); document.write( " |