Respuesta :

Note that they are consecutive (for example: 3,4,5).

The smallest integer is n

your expression will look like:

n + (n + 1) + (n + 2)

hope this helps