find three consecutive integers such that 3 times the least is 4 more than twice the greatest

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

equation: 3*x=4+2*(x+2)

answer: 8;9;10

Find the five odd consecutive integers if the sum of the first and the fifth is one less than three times the fourth?

unknown values: 2*k-1,2*k+1,2*k+3,2*k+5,2*k+7

equation: 2*k-1+2*k+7+1=3*(2*k+5)

answer: -9;-7;-5;-3;-1

Find 5 consecutive odd integers such that the sum of the first and the fifth is one less than 3 times the fourth.

unknown values: 2*k-1,2*k+1,2*k+3,2*k+5,2*k+7

equation: (2*k-1)+(2*k+7)+1=3*(2*k+5)

answer: -9;-7;-5;-3;-1

The second of three numbers is 8 more than the first and the third number is 3 less than 3 times the first. If the third number is 15 more than the second, find the three numbers.

unknown values: x,y,z

equation: y=8+x

equation: z+3=3*x

equation: z-15=y

answer: 13;21;36

Find three consecutive even integers such that five times the second equals twice the sum of the first and the third?

unknown values: 2*x,2*x+2,2*x+4

equation: 5*(2*x+2)=2*(2*x+2*x+4)

answer: -2;0;2

Given three consecutive integers. When half the second integer is subtracted from twice the first one the result is eleven less than the third one. Find the three integers.

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

equation: 2*x-(x+1)/2+11=x+2

answer: -17;-16;-15

The sum of the digits of two digits number is 9. If the units digit is 5 more than the ten's digit, What is the number?

unknown values: 10*x+y

equation: x+y=9

equation: y-x=5

answer: 27

The difference of two numbers is 48. The second is 8 less than 5 times the first. What are the two numbers.

unknown values: x,y

equation: x-y=48

equation: y = 5*x - 8

answer: 14; 62 or -10; -58 | 14; 62 | -10; -58

If the average of ten consecutive odd integers is 20, what is the average of the last five of those integers?

unknown values: x

equation: ((2*k+1) + (2*k+19)) * 10 / 2 / 10 = 20

equation: ((2*k+11) + (2*k+19)) * 5 / 2 / 5 = x

answer: 25

three consecutive even integers are such that the sum of the smallest and 3 times the second is 38 more than twice the third. what are the integers?

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

equation: 2*k+3(2*k+2)=38+2(2*k+4)

answer: 20; 22; 24