✔ 最佳答案
The first integer will be n.
The second integer = n + 2
The third integer = n + 4
The fourth integer = n + 6
The sum of all the integers
n + n + 2 + n + 4 + n + 6 = 140
combine like terms
4n + 12 = 140
Subtract 12 from both sides
4n = 128
n = 32
n + 2 = 34
n + 4 = 36
n + 6 = 38
check it: 32 + 34 + 36 + 38 = 140
and so your integers are 32, 34, 36, and 38.