Question 708288
You are in the right section.
Call the smaller even integer {{{ n }}}
The next larger even integer is {{{ n + 2 }}}
For example, if the smaller is {{{ 8 }}}, the 
next larger is {{{ 10 }}}
-------------------
given:
{{{ n + 2*( n + 2 ) = 58 }}}
{{{ n + 2n + 4 = 58 }}}
{{{ 3n = 58 - 4 }}}
{{{ 3n = 54 }}}
{{{ n = 18 }}}
{{{ n + 2 = 20 }}}
The consecutive even integers are 18 and 20