Question 934894
Call the consecutive numbers
{{{ n }}}, {{{ n+1 }}}, {{{ n+2 }}}, and {{{ n+3 }}}
---------------------
Given:
{{{ n + n + 1 + n + 2 + n + 3 = 34 }}}
{{{ 4n + 6 = 34 }}}
{{{ 4n = 28 }}}
{{{ n = 7 }}}
{{{ n + 1 = 8 }}}
{{{ n + 2 = 9 }}}
{{{ n + 3 = 10 }}}
The consecutive numbers are 7, 8, 9, and 10
check:
{{{ 7 + 8 + 9 + 10 = 34 }}}
{{{ 34 = 34 }}}
OK