Consecutive integers are integers that follow each other in order. For example, 4, 5, and 6, are
consecutive integers. Given a number N, explain why the next two consecutive integers would be
represented by the expressions N+1 and N+2.