document.write( "Question 1062166: Find three consecutive positive odd integers such that the sum of the squares of the first and second integers is equal to the square of the third integer plus 9. \n" ); document.write( "
Algebra.Com's Answer #676987 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find three consecutive positive odd integers such that the sum of the squares of the first and second integers is equal to the square of the third integer plus 9. \n" ); document.write( "--------- \n" ); document.write( "(n-2)^2 + n^2 = (n+2)^2 + 9 \n" ); document.write( "2n^2 - 4n + 4 = n^2 + 4n + 13 \n" ); document.write( "n^2 - 8n - 9 = 0 \n" ); document.write( "(n+1)*(n-9) = 0 \n" ); document.write( "n = 9 \n" ); document.write( "========= \n" ); document.write( "--> 7, 9, & 11 \n" ); document.write( " \n" ); document.write( " |