Find three consecutive even numbers so that the sum of the first and third numbers is 22 less than three times the second number.
unknown values: 2*k-2,2*k,2*k+2
equation: (2*k-2)+(2*k+2)=3*2*k-22
answer: 20; 22; 24
Four times the sum of two consecutive integers is equal to 2 more than 14 times the larger integer. Find the integers.
unknown values: x,x+1
equation: 4*(x+(x+1))=14*(x+1)+2
answer: -2; -1
find 3 consecutive odd integers whose sum is -81
unknown values: 2*k-1,2*k+1,2*k+3
equation: (2*k-1)+(2*k+1)+(2*k+3)=-81
answer: -29; -27; -25
Find three consecutive odd integers whose sum is -81.
unknown values: 2*k-1,2*k+1,2*k+3
equation: (2*k-1)+(2*k+1)+(2*k+3)=-81
answer: -29; -27; -25
The sum of two numbers is 76. The second is 8 more than 3 times the first. What are the two numbers?
unknown values: x,y
equation: x+y=76
equation: y=3*x+8
answer: {17;59}
one number is 4 more than twice the second number. Their total is 25. Find the numbers
unknown values: a,b
equation: a = 4 + 2*b
equation: a + b = 25
answer: 18; 7
The sum of two numbers is 78. If four times the smaller number is subtracted from the larger number, the result is 13. What are the two numbers?
unknown values: x,y
equation: x+y=78
equation: y - 4*x = 13
answer: {13; 65}
The sum of two numbers is 13. The larger number is 1 more than 3 times the smaller number. What are the numbers?
unknown values: x,y
equation: x+y=13
equation: x = 1 + 3*y
answer: {10; 3}
The sum of two numbers is 32; the larger number is 12 greater than twice the smaller. What are the 2 numbers?
unknown values: x,y
equation: x+y=32
equation: x-12=2*y
answer: {20/3; 76/3} | {6.667; 25.333}
One number is 3 more than twice a second number. Their sum is 27. Find the numbers.
unknown values: x,y
equation: x=2*y+3
equation: x+y=27
answer: 19; 8