fIND tHREE CONSECUTIVE EVEN INTEGERS SUCH THAT THE SUM OF THE FIRST AND THIRD IS 90 MORE THAN THE SECOND
unknown values: 2*k-2,2*k,2*k+2
equation: (2*k-2)+(2*k+2)=2*k+90
answer: 88; 90; 92
If the sum of three consecutive odd integers is 69, what is the third of the three odd integers
unknown values: 2*k+3
equation: (2*k-1)+(2*k+1)+(2*k+3)=69
answer: 25
find three consecutive odd integers such that three times the middle integer is one more than the sum of the first and the third
unknown values: 2*k-1,2*k+1,2*k+3
equation: 3*(2*k+1)=(2*k-1)+(2*k+3)+1
answer: -1; 1; 3
The sum of two consecutive odd integer is 29 more than the next odd integer. Find the three integers in increasing order.
unknown values: 2*k-1,2*k+1,2*k+3
equation: (2*k-1)+(2*k+1)=(2*k+3)+29
answer: 31; 33; 35
Find 3 consecutive odd integers such that the sum of the first and third equals the sum of the second and 43.
unknown values: 2*k-1,2*k+1,2*k+3
equation: (2*k-1)+(2*k+3)=(2*k+1)+43
answer: 41; 43; 45
Find Three consecutive odd integers such that the sum of the first and third equals the sum of the second and 31.
unknown values: 2*k-1, 2*k+1, 2*k+3
equation: 2*k-1+2*k+3=2*k+1+31
answer: 29; 31; 33
For two consecutive integers, the sum of the smaller and twice the larger is 29. Find the smaller integer
unknown values: x
equation: x+2*(x+1)=29
answer: 9
Find two consecutive odd integers such that twice the greater is 17 more than the lesser.
unknown values: 2*k-1,2*k+1
equation: 2*(2*k+1)=(2*k-1)+17
answer: 13; 15
Four times an integer is 30 less than five times the next consecutive integer. Find the integers.
unknown values: n
equation: 4*n = 5(n+1) - 30
answer: 25
The sum of two numbers is -63. The first number minus the second is -41. Find the numbers
unknown values: x,y
equation: x+y=-63
equation: x-y=-41
answer: -52;-11