find three 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 the 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
The sum of an integer and three times the next consecutive integer is 47. What is the original integer.
unknown values: x
equation: x+3*(x+1)=47
answer: 11
four times the smallest of three consecutive odd integers is 236 more than the sum of the other two integers. Find the integers.
unknown values: 2*k-1,2*k+1,2*k+3
equation: 4*(2*k-1)=(2*k+1)+(2*k+3)+236
answer: 121; 123; 125
Find 3 consecutive odd integers such that 3 times the smallest, is 5 more than the sum of the 2nd and 3rd.
unknown values: 2*k-1,2*k+1,2*k+3
equation: 3*(2*k-1)=(2*k+1)+(2*k+3)+5
answer: 11; 13; 15
find two consecutive odd number such that when smaller number is subtracted from 3 time bigger number, the result is 56.
unknown values: 2*n-1, 2*n+1
equation: 3(2*n+1) - (2*n-1) = 56
answer: 25; 27
Find two consecutive odd integers such that twice the larger is 17 more than the smaller
unknown values: 2*k-1,2*k+1
equation: 2*(2*k+1)=(2*k-1)+17
answer: 13; 15
The sum of two consecutive integers 111. Three times the larger integer less two times the smaller integer is 58. Find the value of the smaller integer
unknown values: x
equation: 3*(x+1)-2*x=58
answer: 55
Twice the lesser of two consecutive odd integers decreased by the greater integer is 53. What are the integers?
unknown values: 2*k-1,2*k+1
equation: 2*(2*k-1)-(2*k+1)=53
answer: 55; 57
Find 2 consecutive odd integers such that three times the first minus the second equals 24
unknown values: 2*k-1,2*k+1
equation: 3*(2*k-1)-(2*k+1)=24
answer: 13; 15