Problema Solution

find the consecutive integers such that the sum of the first three integers is equal to the sum of the last two of the integers.

Answer provided by our tutors

Let integer numbers be   n,(n+1),(n+2)

 According to the question   n+(n+1)+(n+2)=(n+1)+(n+2)

                                     or,  3n+3=2n+3

                                    or,  3n-2n=3-3

                                      or,  n=0

Therefore the integers are     0,1,2