document.write( "Question 1037586: Three consecutive odd integers are such that the square of the third integer is 153 less than the sum of the squares of the first two. One solution is -11,-9, and -7. Find three other consecutive odd integers that also satisfy the given condition. \n" ); document.write( "
Algebra.Com's Answer #652191 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Three consecutive odd integers are such that the square of the third integer is 153 less than the sum of the squares of the first two. One solution is -11,-9, and -7. Find three other consecutive odd integers that also satisfy the given condition.
\n" ); document.write( "---------------
\n" ); document.write( "(n-2)^2 + n^2 = (n+2)^2 + 153
\n" ); document.write( "2n^2 - 4n + 4 = n^2 + 4n + 157
\n" ); document.write( "n^2 - 8n - 153 = 0
\n" ); document.write( "(n - 17)*(n + 9) = 0
\n" ); document.write( "--> 15, 17 & 19
\n" ); document.write( "
\n" ); document.write( "
\n" );