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 #676988 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "\n" ); document.write( "Let x be the smaller number
\n" ); document.write( " x+2 = next number
\n" ); document.write( " x+4 = final number\r
\n" ); document.write( "\n" ); document.write( "\"+x%5E2+%2B+%28x%2B2%29%5E2+=+%28x%2B4%29%5E2+%2B+9+\"
\n" ); document.write( "\"+x%5E2+%2B+%28x%5E2%2B4x%2B4%29+=+%28x%5E2%2B8x%2B16%29+%2B+9+\"
\n" ); document.write( "\"+++2x%5E2+%2B+4x+%2B+4+=+x%5E2+%2B+8x+%2B+25+\"
\n" ); document.write( "\"+++x%5E2+-+4x+-+21+=+0+\"
\n" ); document.write( "\"+%28x-7%29%28x%2B3%29+=+0+\"
\n" ); document.write( "\"+x=7+\" and/or \"+x=-3+\"
\n" ); document.write( "—
\n" ); document.write( "Check if either or both x values work:
\n" ); document.write( " #1 -3, -1, 1
\n" ); document.write( " \"+%28-3%29%5E2+%2B+%28-1%29%5E2+=+9%2B1++=+10+\"
\n" ); document.write( " \"+%281%29%5E2+%2B+9+=+10+\" (ok)\r
\n" ); document.write( "\n" ); document.write( " #2 7, 9, 11
\n" ); document.write( " \"+7%5E2+%2B+9%5E2+=+49%2B81+=+130+\"
\n" ); document.write( " \"+11%5E2+%2B+9+=+121%2B9++=+130+\" (ok)\r
\n" ); document.write( "\n" ); document.write( "—
\n" ); document.write( "Answer:
\n" ); document.write( "Although both answers work, I just noticed it asked for positive numbers only, so just this one answer is valid:
\n" ); document.write( " 7, 9, 11
\n" ); document.write( "
\n" ); document.write( "
\n" );