Problema Solution

the sum of two consecutive integers if the first integer is x

Answer provided by our tutors

if the first integer is x, the next consecutive integer is 'x+1'


their sum is:

x + x+1 = 2x+1


the sum of two consecutive integers is '2x+1' if the first integer is 'x'