Find three consecutive odd integers such that four times the smallest integer added to four times the largest integer equals 88
unknown values: 2*k+1, 2*k+3, 2*k+5
equation: 4*(2*k+1)+4*(2*k+5)=88
answer: 9; 11; 13
Find five consecutive numbers that the sum of the first and the last is 84.
unknown values: x-2, x-1, x, x+1, x+2
equation: x-2+x+2=84
answer: 40; 41; 42; 43; 44
The sum of the first and third of three consecutive even integers is 176. What are the three even integers?
unknown values: 2*x-2, 2*x, 2*x+2
equation: 2*x-2 + 2*x+2= 176
answer: 86; 88; 90
What are the three consecutive even integers so that the value three times the second integer is equal to six more than the sum of the first and third integers?
unknown values: 2*k, 2*k+2, 2*k+4
equation: 3(2*k + 2) = (2*k + 2*k + 4) + 6
answer: 4; 6; 8
find 5 consecutive integers whose sum of the first, third, and fifth is 99
unknown values: n, n + 1, n + 2, n + 3, n + 4
equation: n + (n + 2) + (n + 4) = 99
answer: 31; 32; 33; 34; 35
Find three consecutive odd numbers such that eight times the first plus the third is seven times the second
unknown values: 2*k, 2*k+2, 2*k+4
equation: 8(2*k)+2*k+4=7(2*k+2)
answer: 5; 7; 9
The sum of two integers is -50. The greater integer is 9. What is the lesser integer?
unknown values: x
equation: x+9=-50
answer: -59
Find three consecutive integers such that the sum of the smallest and twice the second is 20 more than the third.
unknown values: n,n+1,n+2
equation: n + 2(n+1) = 20 + (n+2)
answer: 10; 11; 12
sum of 3 consecutive even numbers is 24 . what is the middle number?
unknown values: x
equation: x-2+x+x+2=24
answer: 8
Find the largest of three consecutive even integers when six times the first integer is equal to five times the middle integer.
unknown values: x
equation: 6(x-4)=5(x-2)
answer: 14