Respuesta :

first odd integer = x
second odd integer = x + 2
third odd integer = x + 4
sum of all three consecutive odd integers:
x + x + 2 + x + 4
= 3x + 6

answer
3x + 6
hope it helps