document.write( "Question 467521: find two consecutive odd integers if the sum of their squares is 290 \n" ); document.write( "
Algebra.Com's Answer #320792 by amoresroy(361)\"\" \"About 
You can put this solution on YOUR website!
find two consecutive odd integers if the sum of their squares is 290\r
\n" ); document.write( "\n" ); document.write( "Let x = the smaller odd integer
\n" ); document.write( " x+2 = the larger odd integer\r
\n" ); document.write( "\n" ); document.write( "x^2 + (x+2)^2 = 290
\n" ); document.write( "x^2 + x^2 + 4x + 4 = 290
\n" ); document.write( "2x^2 + 4x - 286 = 0\r
\n" ); document.write( "\n" ); document.write( "x^2 + 2x - 143 = 0\r
\n" ); document.write( "\n" ); document.write( "Solve by factoring
\n" ); document.write( "(x+13)(x-11) = 0\r
\n" ); document.write( "\n" ); document.write( "x-11 = 0
\n" ); document.write( "x = 11
\n" ); document.write( "x+2 = 11+2 = 13\r
\n" ); document.write( "\n" ); document.write( "The two consecutive odd integers are 11 and 13.
\n" ); document.write( "
\n" );