SOLUTION: if (n+3) represents an even integer, write the next consecutive even integer in terms of n.

Algebra ->  Rectangles -> SOLUTION: if (n+3) represents an even integer, write the next consecutive even integer in terms of n.      Log On


   



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) About Me  (Show Source):
You can put this solution on YOUR website!
n+5, since the even integers increment by 2.

Answer by haileytucki(390) About Me  (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)

Answer by Fombitz(32388) About Me  (Show Source):