mpchop
contestada

If n is odd, which represents the first consecutive odd integer after n?

n + 1

n + 2

2n

3n

Respuesta :

Answer:

n + 2

Step-by-step explanation:

Consecutive odd numbers always have a difference of 2; each new number is equal to the previous number plus 2.

Thus, the answer to this question is n + 2.