Find three consecutive integers whose sum is negative thirty-nine
unknown values: n, n+1, n + 2
equation: n + n+1 + n+2 =-39
answer: -14; -13; -12
find three consecutive integers whose sum is -33
unknown values: n,n+1,n+2
equation: n + (n+1) + (n+2) = -33
answer: -12; -11; -10
the sum of the squares of two consecutive even integers is 84 more than the product of the two integers. Find the two integers.
unknown values: 2*x,2*x+2
equation: (2*x)^2+(2*x+2)^2=84+2*x*(2*x+2)
answer: 8; 10 or -10; -8
The sum of two integers is -50. The greater integer is 9. What is the lesser integer?
unknown values: x
equation: x+9=-50
answer: -59
The product of two consecutive odd integers is equal to 30 more than the first. Find the integers.
unknown values: 2*k-1, 2*k+1
equation: (2*k-1)*(2*k+1)=30+2*k-1
answer: 5; 7
The difference in the square of 2 consecutive odd integers is 48. What are the integers?
unknown values: 2*x-1, 2*x+1
equation: (2*x+1)^2-(2*x-1)^2=48
answer: 11; 13 or -13; -11 | 11; 13 | -13; -11
find three consecutive odd integers such that 3 times the sum of all three is 18 more than the product of the first and second integers
unknown values: 2*k+1,2*k+3,2*k+5
equation: 3((2*k+1)+(2*k+3)+(2*k+5)) = 18 + (2*k+1)(2*k+3)
answer: 7; 9; 11
Find three consecutive odd positive integers such that two times the sum of all three is seven more than the product of the first and second integers.
unknown values: 2*x+1,2*x+3,2*x+5
equation: 2(2*x+1+2*x+3+2*x+5)=(2*x+1)*(2*x+3)+7
answer: 5; 7; 9
Find two integers whose product is 84 such that one of the integers is 2 more than twice the other integer.
unknown values: x, y
equation: x*y=84
equation: x=2+2*y
answer: {14; 6} or {-12; -7}
i'm the middle number of three consecutive numbers. the product of the three consecutive numbers is 17550. who am i?
unknown values: x
equation: (x-1)*x*(x+1)=17550
answer: 26