Problema Solution
if x represents the frist or the smaller of two consective intgers express the sum of the two items of x
Answer provided by our tutors
if 'x' is the first integer, then 'x+1' represents the next consecutive integer
their sum:
x+x+1 = 2x+1
the sum of the two items is expressed as '2x+1'