find three consecutive integers whose sum is 11 more than twice the greatest of the three integers.
unknown values: x,x+1,x+2
equation: x + x+1 +x+2 = 11 + 2(x+2)
answer: 12;13;14
find three consecutive integers such that three times the middle integer is equal to the sum of five times the first and three times the third integer decreased by 13
unknown values: x,x+1,x+2
equation: 3(x+1)=5*x + 3(x+2) - 13
answer: 2;3;4
Find three consecutive even integers such that twice the sum of the first and third is twelve more than twice the second.
unknown values: x,x+2,x+4
equation: 2(x+x+4)=12+2(x+2)
answer: 4; 6; 8
Find three consecutive odd integers such that four times the sum of the first and second is 17 more than 7 times the third
unknown values: n,n+2,n+4
equation: 4(n+(n+2)) = 17 + 7(n+4)
answer: 37; 39; 41
If four consecutive odd integers had a sum of 96, what would be the largest integer?
unknown values: n+6
equation: n + n+2 + n+4 + n+6 = 96
equation: n=2*k-1
answer: 27
find two consecutive even integers whose sum is 442.
unknown values: x,x+2
equation: x + (x+2) = 442
equation: x=2*k
answer: 220;222
what are four consecutive even integers whose sum is 188
unknown values: 2*k,2*k+2,2*k+4,2*k+6
equation: 2*k+2*k+2+2*k+4+2*k+6=188
answer: 44;46;48;50
The sum of four consecutive even integers is 220. Find all four numbers.
unknown values: 2*k, 2*k+2, 2*k+4, 2*k+6
equation: 2*k+2*k+2+2*k+4+2*k+6=220
answer: 52; 54; 56; 58
The sum of two consecutive odd integers is -72 . What is the larger integer?
unknown values: 2*k+1
equation: (2*k-1)+(2*k+1)=-72
answer: -35
Two consecutive odd integers have a sum of 48. What is the largest of the two integers?
unknown values: 2*n+3
equation: (2*n+1)+(2*n+3) = 48
answer: 25