find two consecutive even integers so that three times the smaller is 40 more than two times the larger

unknown values: 2*k,2*k+2

equation: 3*(2*k)=2*(2*k+2)+40

answer: 44; 46

Find two consecutive even integers such that three times the lesser integer is eight more than twice the greater integer.

unknown values: 2*k,2*k+2

equation: 3*(2*k)=2*(2*k+2)+8

answer: 12; 14

Find three consecutive even integers such that two times the sum of the first and the second is equal to three times the third.

unknown values: 2*k-2,2*k,2*k+2

equation: 2*((2*k-2)+2*k)=3*(2*k+2)

answer: 8; 10; 12

the sum of two integers is greater than 12, one integer is ten less than twice the other. what are the least values of the integers?

unknown values: x,y

equation: x+y>12

equation: x+10=2*y

answer: 6; 8

find 4 consecutive integers such that the sum of the first three exceeds the 4th by 18.

unknown values: x-1,x,x+1,x+2

equation: (x-1)+x+(x+1)=18+(x+2)

answer: 9; 10; 11; 12

Find two consecutive integers so that twice the square of the larger is 57 more than three times the smaller.

unknown values: x,x+1

equation: 2(x+1)^2-57=3*x

answer: 5; 6

find three consecutive integers such that four times the sum of all three is two times the product of the larger two

unknown values: x-1,x,x+1

equation: 4(x-1+x+x+1)=2*x*(x+1)

answer: 4; 5; 6 or -1; 0; 1

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