he sum of three consecutive integers is 111. What are the integers? (Enter your answers as a comma-separated list.)

111/3 = 37

36, 37, 38

To find the three consecutive integers, we can set up an equation based on the problem description.

Let's assume the first consecutive integer is x. Then the second consecutive integer is x+1, and the third consecutive integer is x+2.

According to the problem, the sum of these three integers is 111. So we can write the equation as:

x + (x+1) + (x+2) = 111

Now we can solve this equation to find the value of x.

Combining like terms:

3x + 3 = 111

Subtracting 3 from both sides:

3x = 108

Dividing both sides by 3:

x = 36

Therefore, the first consecutive integer is 36, the second consecutive integer is 36+1 = 37, and the third consecutive integer is 36+2 = 38.

The three integers are: 36, 37, 38