one number is 8 more than another. if the sum of the smaller number and twice the larger number is 46, find the two numbers.
unknown values: x,y
equation: x = 8 + y
equation: y + 2*x = 46
answer: 18; 10
find three consecutive odd integers such that the largest decreased by three times the second is 47 less than the smallest
unknown values: 2*k+1,2*k+3,2*k+5
equation: 2*k+5-3*(2*k+3)=2*k+1-47
answer: 15;17;19
Find two consecutive odd integers whose sum is 0
unknown values: 2*k+1,2*k+3
equation: 2*k+1+2*k+3=0
answer: -1;1
The sum of two consecutive odd integers is 144. Find the integers.
unknown values: 2*k+1,2*k+3
equation: (2*k+1)+(2*k+3)=144
answer: 71; 73
the product of two numbers is 96. their difference is 10. what are the numbers
unknown values: x,y
equation: x*y=96
equation: x-y=10
answer: 16;6 or -6;-16
56406 is the product of 2 consecutive numbers. What are they?
unknown values: x, y
equation: x + 1 = y
equation: x * y = 56406
answer: 237; 238 or -238; -237
Number A minus number B equals 13 and the two numbers multiplied together equals 950. What are the numbers?
unknown values: a, b
equation: a - b = 13
equation: a * b = 950
answer: 38; 25 or -25; -38
one number is 12 more than half another number. the two numbers total 60. find the numbers.
unknown values: x,y
equation: x=12+y/2
equation: x+y=60
answer: {28;32}
One number exceeds another by 5. One-fifth of their sum is five less than the smaller number. Find the number.
unknown values: x
equation: x=y+5
equation: (x+y)/5=y-5
answer: 15
four fifths of a number added to one half the number is equal to the sum of one tenth of the number and 1. what is the number?
unknown values: x
equation: 4/5*x+1/2*x= 1/10*x+1
answer: 5/6 | 0.833