SOLUTION: 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.
Algebra ->
Quadratic Equations and Parabolas
-> SOLUTION: 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.
Log On
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. Found 2 solutions by Alan3354, math_helper:Answer by Alan3354(69443) (Show Source):
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-2)^2 + n^2 = (n+2)^2 + 9
2n^2 - 4n + 4 = n^2 + 4n + 13
n^2 - 8n - 9 = 0
(n+1)*(n-9) = 0
n = 9
=========
--> 7, 9, & 11
You can put this solution on YOUR website!
Let x be the smaller number
x+2 = next number
x+4 = final number
and/or
—
Check if either or both x values work:
#1 -3, -1, 1 (ok)
#2 7, 9, 11 (ok)
—
Answer:
Although both answers work, I just noticed it asked for positive numbers only, so just this one answer is valid:
7, 9, 11