Question 102171
Suppose the first integer is a, the second one will be a + 2 since the difference between two consecutive odd integers is two.

{{{ a + (a + 2) = 56 }}}
{{{ a + a + 2 = 56 }}}
{{{ 2a = 56 - 2 }}}
{{{ 2a = 54 }}}
{{{ a = 54/2 }}}
{{{ a = 27 }}}

Therefore the integers are 27 and 29.

Hope that helps :)