There are three consecutive odd integers. Three times the largest is seven times the smallest. What are the integers?
unknown values: 2*k+1,2*k+3,2*k+5
equation: 3*(2*k+5)=7*(2*k+1)
answer: 3;5;7
Difference of an odd integer and three times the next consecutive odd integer is 24. Find the integers.
unknown values: 2*k+1,2*k+3
equation: 2*k+1-3*(2*k+3)=24
answer: 9; 11 | -15; -13
The difference between six times a number and 9 is equal to five times the sum of the number and 2. find the number
unknown values: k
equation: 6*k-9=5*(k+2)
answer: 19
if the sum of a number and seven is tripled, the result is two less than twice the number. find the number?
unknown values: n
equation: 3(n + 7) = 2*n - 2
answer: -23
Robert thinks of a number. When he multiples his number by 5 and subtracts 16 from the result, he gets the same answer as to when he adds 10 to his number and multiples the result by 3. Find the number Robert is thinking of.
unknown values: x
equation: 5*x - 16 = (x + 10) * 3
answer: 23
the sum of two times a number and eight is equal to three times the difference between the number and four. What's the number?
unknown values: n
equation: 2*n + 8 = 3(n - 4)
answer: 20
twice the sum of a number and sixteen is five less than three times the number?find the number?
unknown values: n
equation: 2(n + 16) = 3*n - 5
answer: 37
Find 4 consecutive even integers such that four less than twice the smallest is equal to three times the largest, increased by two.
unknown values: 2*k,2*k+2,2*k+4,2*k+6
equation: 2*2*k - 4 = 3*(2*k+6) + 2
answer: -24;-22;-20;-18
Nine times the first of two consecutive odd integers equals seven times the second. Find the integers.
unknown values: 2*k+1,2*k+3
equation: 9*(2*k+1)=7*(2*k+3)
answer: 7;9
The sum of Two numbers is 39. Twice the first number and plus 3 times the second number is 101. What are the numbers?
unknown values: x,y
equation: x+y=39
equation: 2*x+3*y=101
answer: 16; 23