Find two consecutive odd integers such that three times the first minus the second equals 24
unknown values: 2*k-1,2*k+1
equation: 3*(2*k-1)-(2*k+1)=24
answer: 13; 15
If the lesser of two consecutive odd integers is doubled, the result is 7 more than the greater of the two integers. Find the two integers.
unknown values: 2*k-1,2*k+1
equation: 2*(2*k-1)=(2*k+1)+7
answer: 9; 11
The greater of two consecutive odd integers is one less than twice the smaller. Find the integers.
unknown values: 2*k-1,2*k+1
equation: (2*k+1)=2*(2*k-1)-1
answer: 3; 5
3 times an odd integer is 12 more than the next consecutive odd integer
unknown values: 2*k-1,2*k+1
equation: 3*(2*k-1)=(2*k+1)+12
answer: 7; 9
the sum of two numbers is -3. if the second number is subtracted from the first, the difference is 27. find the numbers
unknown values: x,y
equation: x+y=-3
equation: x-y=27
answer: 12; -15
Two integers have a difference of -11 and a sum of -3. What are the integers?
unknown values: x,y
equation: x-y=-11
equation: x+y=-3
answer: -7; 4
two integers have a sum of -9 and a difference of 5. What are the integers?
unknown values: x,y
equation: x+y=-9
equation: x-y=5
answer: {-2; -7}
The sum of two numbers is -52. The first number minus the second is -30 . find the numbers
unknown values: x,y
equation: x+y=-52
equation: x-y=-30
answer: -41; -11
The sum of two numbers is -16. The difference of the same numbers is 8. Find the numbers.
unknown values: x,y
equation: x+y=-16
equation: x-y=8
answer: {-4; -12}
Find 3 consecutive numbers such that twice the smallest is 23 more than the largest.
unknown values: x-1,x,x+1
equation: 2*(x-1)=(x+1)+23
answer: 25; 26; 27