Suppose that n represents an integer. What expression represents the next larger integer ? the previous integer? the sum of these three consecutive integers?

Respuesta :

Answer:

next expression is n+1,

previous expression is n-1

sum of 3 consecutive integers is 3n

Step-by-step explanation:

Please thank me if u want:)