document.write( "Question 795514:
\n" );
document.write( "the sum of the squares of two consecutive odd integers is 130. find the integers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806107 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + (x+2)^2 = 130 \n" ); document.write( "x^2 + x^2 + 4x + 4 = 130 \n" ); document.write( "2x^2 + 4x - 126 = 0 \n" ); document.write( "x^2 + 2x - 63 = 0 \n" ); document.write( "(x + 9)(x - 7) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers could be -9 and -7 or 7 and 9. \n" ); document.write( " |