find three consecutive even integer such that three times the first equals the sum of the other two.
unknown values: x-2, x, x+2
equation: 3(x-2)=x+x+2
answer: 6; 8; 10
find four consecutive even integers such that four times the greatest is 36 more than the sum of the other three
unknown values: x, x+2, x+4, x+6
equation: 4 * (x+6) = x +(x+2) +(x+4) + 36
answer: 18; 20; 22; 24
The sum of 4 consecutive odd integers exceeds twice the largest by 22. find the sum of the 4 numbers
unknown values: s
equation: s = x+(x+2)+(x+4)+(x+6)
equation: (x+x+2+x+4+x+6)=2(x+6)+22
answer: 56
Find three consecutive integers such that the sum of the second and the third is half the first decreased by 15.
unknown values: x, x+1, x+2
equation: x+1 + x+2 = 1/2*x - 15
answer: -12; -11; -10
there are four consecutive integers. five less than the third integer is equal to the sum of the fourth and twice the first. what is the largest number
unknown values: x+3
equation: x+2-5=x+3+2*x
answer: 0
The sum of the three smallest of four consecutive integers is 30 more than the largest integer. What are the four consecutive integers?
unknown values: x, x+1, x+2, x+3
equation: x + (x + 1) + (x + 2) = (x + 3) + 30
answer: 15; 16; 17; 18
Find 4 consecutive integers such that twice the sum of the first and third is 11 greater than 3 times the second.
unknown values: x-2, x-1, x, x+1
equation: 2(x-2 + x) = 3(x-1)+11
answer: 10; 11; 12; 13
The sum of four consecutive odd integers is 360. find the largest of the four odd integers
unknown values: 2*k+7
equation: (2*k+1)+(2*k+3)+(2*k+5)+(2*k+7)=360
answer: 93
The sum of 4 consecutive odd numbers is 336.What is the second number in this sequence?
unknown values: 2*k+3
equation: 2*k+1 + (2*k+3) + (2*k+5) + (2*k+7) = 336
answer: 83
Find two consecutive integers such that three times the first equals twice the second.
unknown values: x,x+1
equation: 3*x=2*(x+1)
answer: 2;3