Question 389085: if (n+3) represents an even integer, write the next consecutive even integer in terms of n. Found 3 solutions by richard1234, haileytucki, Fombitz:Answer by richard1234(7193) (Show Source):
You can put this solution on YOUR website! if (n+3) represents an even integer, then (n+5) and (n+7)....and so on, would represent the follwing even integers. The reason (n+5) is the next consecutive interger is due to the following:
Notice the numerical value that is odd (3). Whatever n equals, when added to 3 makes it an even number; therefore, the next consecutive odd number(5) will represent your next even integer, in terms of n.
Answer= (n+5)