Let's define the next variables:
x: the first odd integer
y: the next odd integer
Since they are consecutive:
x + 2 = y
The product of them is 195, then:
x*y = 195
Replacing the y from the first equation into the second one:
x*(x + 2) = 195
x*x + x*2 - 195 = 0
x² + 2x - 195 = 0
Solving with help of the quadratic formula:
Given that we are only interested in positive integers, the solution x = -15 is discarded.
Therefore, the integers are 13 and 15
The sum of them is 13 + 15 = 28