find three consecutive integers such that the sum of the first and third is 76
unknown values: x-1,x,x+1
equation: (x-1)+(x+1)=76
answer: 37; 38; 39
Find three consecutive integers such that the sum of the first and last is 44
unknown values: x-1,x,x+1
equation: (x-1)+(x+1)=44
answer: 21; 22; 23
Find three consecutive integers such that the sum of the first and third is forty two.
unknown values: x-1,x,x+1
equation: (x-1)+(x+1)=42
answer: 20; 21; 22
Find two consecutive integers such that 4 times the larger exceeds 3 times the smaller by 23.
unknown values: k, k+1
equation: 4*(k+1)-3*k=23
answer: 19;20
find two consecutive integers such that 4 times the largest exceeds 3 times the smaller by 23
unknown values: x,x+1
equation: 4(x+1)-3*x=23
answer: 19;20
Find two consecutive integers such that four times the the larger exceeds three times the smaller by 23.
unknown values: x,x+1
equation: 4*(x+1)-3*x=23
answer: 19; 20
Four times the greater of two consecutive integers is 1 more than five times the lesser number. Find the integers.
unknown values: k,k+1
equation: 4(k+1) = 1 + 5*k
answer: 3; 4
find 2 consecutive integers where twice the smaller increased by 26 is equal to three times the larger.
unknown values: x,x+1
equation: 2*x+26=3*(x+1)
answer: 23; 24
3 times an integer is 41 less than 5 times the next consecutive integer. Find the two consecutive integers.
unknown values: x,x+1
equation: 3*x=5(x+1)-41
answer: 18; 19
There are 3 consecutive odd integers whose sum is 303. What is the value of the 3rd odd integer?
unknown values: 2*x+3
equation: 2*x-1+2*x+1+2*x+3=303
answer: 103