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
unknown values: x,y
equation: x+y=-63
equation: x-y=-41
answer: -52;-11
one number is 11 less than the other number. If their sum is -9, find the two numbers.
unknown values: x,y
equation: x+11=y
equation: x+y=-9
answer: {-10; 1}
The sum of four consecutive integers is 50. What is the largest of these integers?
unknown values: x+2
equation: (x-1)+x+(x+1)+(x+2)=50
answer: 14
Eighty, decreased by three times a number, is the same as five times the number, increased by eight. Find the number.
unknown values: x
equation: 80 - 3*x = 5*x + 8
answer: 9
If you have five consecutive integers such that the even integers add up to 48 what is the smallest odd integer?
unknown values: x-1
equation: x-2+x+x+2=48
answer: 15
find two consecutive odd integers such that 4 times the larger is 29 more than three times the smaller
unknown values: 2*x-1,2*x+1
equation: 4*(2*x+1)-29=3*(2*x-1)
answer: 21;23