Find two consecutive even integers such that six times the first integer equals four times the second integer.
unknown values: 2*k,2*k+2
equation: 6*(2*k)=4*(2*k+2)
answer: 4; 6
if the first and third of three consecutive odd integers are added, the result is 63 less than five times the second integer. Find the third integer.
unknown values: 2*x+3
equation: (2*x-1)+(2*x+3)+63=5*(2*x+1)
answer: 23
If the first and third of three consecutive odd integers are added, the result is 57 less than five times the second integer. Find the third integer.
unknown values: 2*k+3
equation: (2*k-1)+(2*k+3)=5*(2*k+1)-57
answer: 21
If the first and third of 3 consecutive odd integers are added, the result is 57 less than 5 times the second integer. Find the 3rd integer.
unknown values: 2*k+3
equation: (2*k-1)+(2*k+3)=5*(2*k+1)-57
answer: 21
The sum of two consecutive even integers is 62. Find the larger number.
unknown values: 2*k+2
equation: 2*k+(2*k+2)=62
answer: 32
Find five consecutive odd integers such that the sum of the first and the fifth is one less than three times the fourth.
unknown values: 2*k-3,2*k-1,2*k+1,2*k+3,2*k+5
equation: (2*k-3)+(2*k+5)=3*(2*k+3)-1
answer: -9; -7; -5; -3; -1
find 2 consecutive even integers such that eleven more than half the second integer results in the first integer.
unknown values: 2*k,2*k+2
equation: (2*k+2)*1/2+11=2*k
answer: 24; 26
the sum of 3 consecutives odd integers is 40 more than the smallest. What are the integers?
unknown values: 2*k+1,2*k+3,2*k+5
equation: 2*k+1+2*k+3+2*k+5=2*k+1+40
answer: 17;19;21
Find three consecutive odd integers such that the sum of the first integer twice the second integer and three times the third is 70?
unknown values: 2*k-1,2*k+1,2*k+3
equation: (2*k-1)+2*(2*k+1)+3*(2*k+3)=70
answer: 9; 11; 13
the sum of two numbers is 120. if the larger number is 4 times the smaller number, find the two numbers?
unknown values: x,y
equation: x + y = 120
equation: x = 4*y
answer: {96; 24}