find three consecutive odd integers such that the sum of the smallest and 4 times the largest 61
unknown values: 2*k-1,2*k+1,2*k+3
equation: (2*k-1)+4*(2*k+3)=61
answer: 9; 11; 13
FIND THREE CONSECUTIVE ODD INTEGERS SUCH THAT THE SUM OF THE SMALLEST AND 7 TIMES THE LARGEST IS 68
unknown values: 2*k-1,2*k+1,2*k+3
equation: (2*k-1)+7(2*k+3)=68
answer: 5; 7; 9
find 2 consecutive odd integers such that 4 times the smaller is 29 less than 3 times the larger
unknown values: 2*k-1,2*k+1
equation: 4*(2*k-1)=3*(2*k+1)-29
answer: -23; -21
Find two consecutive odd integers such that when twice the second is subtracted from four times the first, the result is -6
unknown values: 2*k-1,2*k+1
equation: 4*(2*k-1)-2*(2*k+1)=-6
answer: -1; 1
Find two consecutive odd integers such that 4 times the larger is 29 more than 3 times the smaller
unknown values: 2*k-1,2*k+1
equation: 4(2*k+1)=3*(2*k-1)+29
answer: 21; 23
find two consecutive odd integers such that five times the first integer is 25 less than twice the greater integer
unknown values: 2*k-1,2*k+1
equation: 5*(2*k-1)=2*(2*k+1)-25
answer: -7; -5
Four times the lesser of two consecutive even integers is 12 less than twice the greater number. Find the integers.
unknown values: 2*k,2*k+2
equation: 4*(2*k)=2*(2*k+2)-12
answer: -4; -2
find two consecutive even integers such that twice the smaller is 26 less than three times the larger
unknown values: 2*k,2*k+2
equation: 2*(2*k)=3*(2*k+2)-26
answer: 20; 22
Two times the least of three consecutive odd integers exceeds three times the greatest by 15. What are the integers?
unknown values: 2*k-1,2*k+1,2*k+3
equation: 2*(2*k-1)-3*(2*k+3)=15
answer: -27; -25; -23
The sum of four consecutive integers is 122. What are the integers?
unknown values: x,x+1,x+2,x+3
equation: x+x+1+x+2+x+3=122
answer: 29;30;31;32