Hi Maha!
Let's write this situation out with numbers. It might be a little clearer to see this way.
Starting with the first number in the sequence, we can just call it x.
The next number is the next odd integer. Odd numbers are always 2 apart from each other (think 3, 5, 7...).. so to describe the second number, we can express it as x + 2. We know it has to be 2 more than the first number.
The third number is the next odd integer, so we can think of this as x + 2 + 2 because it has to be 2 more than the second number. Let's simplify it to be x + 4.
Now we have expressions for our three mystery numbers: x, x + 2, and x + 4. We just have to figure out what x is in order to answer the actual question and figure out what the numbers actually are. You are given additional information: the sum of the squares of the first two numbers is greater than the square of the third by 65. This can be expressed in an equation as:
x2 + (x + 2)2 = (x + 4)2 + 65
Let's go through and simplify by expanding our brackets and combining like terms:
x2 + x2 + 4x + 4 = x2 + 8x + 16 + 65
2x2 + 4x + 4 = x2 + 8x + 81
x2 - 4x - 77 = 0
Now we have a trinomial. In order to solve for x, we need to factorize it. Think about the factors of -77 that can combine to create -4. The numbers are -11 and 7.
(x - 11)(x + 7) = 0
x = 11, x = -7
Two possibilities, but only one is correct. Look at the first sentence in the problem. It says POSITIVE integers. Therefore, x cannot be -7. Instead it has to be 11. Which means the three numbers are 11, 13, and 15! Let's check our work to be 100% sure.
112 + 132 = 152 + 65
121 + 169 = 225 + 65
290 = 290
Hope this helped! I kind of skimmed through the explanation of the actual algebra involved with solving this equation. If you need a more in-depth explanation, let me know! :)