Binyamin F. answered 05/17/23
Student tutor, specializing in math, test prep, and CS
Let's try to solve this with a single unknown x. We know there are three consecutive odd integers, so the first one will be x, the second will be x + 2, and the last one will be x + 4.
Remember, this works because each odd integer is 2 away from the next odd integer, that's why we add 2.
The question says that the sum of the squares of the smallest integer and the largest integer are 129 more than the square of the median (middle) integer.
Let's translate this into equations one part at a time.
The square of the smallest integer is x2 . The square of the largest integer is (x+4)2. So then the sum of these will be x2 + (x+4)2. And this is 129 more than the square of the middle integer:
x2 + (x+4)2 = (x+2)2 + 129
The reason we put the 129 on the right side is because the (x+2)2 needs an extra 129 to be as large as x2 + (x+4)2.
Now we have our equation. Let's multiply everything out:
x2 + (x2 + 8x + 16) = (x2 + 4x + 4) + 129
Remember the best way to solve a polynomial like this is to use factoring. So we group everything together and put it on the left side:
x2 + 4x - 117 = 0
We have to figure out the factors of 117 to find out what our options are. We can immediately see that the digits of 117 add up to a multiple of 9, which means it is divisible by 9. 117/ 9 =13. Therefore 117 = 9*13. This seems to work for factoring.
Remember we need two numbers that multiply to -117 and add to 4, 13 and -9 work well.
(x + 13)(x - 9) = 0
x = -13 or x = 9
An integer can be negative so either one of these are valid answers for x. Let's choose x = 9. Then we also need to give the other odd consecutive integers. So your answer would end up being:
9, 11, and 13