Find three consecutive integers such that the sum of the least integer and the middle integer is 46 more than the greatest integer.
unknown values: x,x+1,x+2
equation: x+(x+1)=(x+2)+46
answer: 47;48;49
find two consecutive even integers such that the smaller added to four times the larger gives a sum of 38
unknown values: x,x+2
equation: x+4(x+2)=38
equation: x=2*k
answer: 6;8
The sum of two consecutive integers is 73. Find the smallest integer.
unknown values: x
equation: x+x+1=73
answer: 36
the sum of two consecutive numbers is 33. what is the smaller of these numbers
unknown values: x
equation: x+x+1=33
answer: 16
The sum of three consecutive odd numbers is 153. Which is the LARGEST number?
unknown values: 2*k+5
equation: 2*k+1+2*k+3+2*k+5=153
answer: 53
find three consecutive integers such that the sum of the first and the third increased by 8 is 40 more than the second.
unknown values: x, x+1, x+2
equation: x+x+2+8=40+x+1
answer: 31; 32; 33
one integer is two times the next integer. find both integers.
unknown values: x, x+1
equation: x=2(x+1)
answer: -2; -1
find the smallest of four consecutive integers such that if twice the sum of the two smallest is added to three times the sum of the two largest, the result is 77.
unknown values: x
equation: 2(x+(x+1)) + 3((x+2)+(x+3)) = 77
answer: 6
Find four consecutive integers such that the sum of the second and the fourth is 200
unknown values: x, x+1, x+2, x+3
equation: x+1+x+3=200
answer: 98; 99; 100; 101
Find three consecutive even integers such that the sum of the smallest integer and twice the second is 12 more than the third.
unknown values: x, x+2, x+4
equation: x+2(x+2)=12+x+4
answer: 6; 8; 10