The sum of 2 numbers is 33. Three times one number is six less than four times the other. What are the two numbers?
unknown values: x,y
equation: x+y=33
equation: 3*x=4*y-6
answer: {18; 15}
the sum of two integers is ten, three times the larger integer is three less than eight times the smaller integer. Find the integers.
unknown values: x,y
equation: x+y=10
equation: 3*y=8*x-3
answer: {3; 7}
The sum of two integers is twenty-one. Six times the smaller integer is twenty-seven more than three times the larger integer. Find the integers.
unknown values: x,y
equation: x + y = 21
equation:6*x = 27 + 3*y
answer: {10;11}
The sum of two integers is 10. Three times the larger integer is three less than 8 times the smaller integer. Find the integers.
unknown values: x,y
equation: x + y = 10
equation: 3*x = 8*y - 3
equation: x >= y
answer: {7; 3}
One number is two times another. Eight times the smaller is two more than twice the larger number. What are the two numbers?
unknown values: x,y
equation: y=2*x
equation: 8*x=2+2*y
answer: 1; 1/2
The sum of two consecutive integers is 105. Find the integers.
unknown values: x,x+1
equation: x+x+1=105
answer: 52;53
The sum of two consecutive integers is 237. Find the two integers.
unknown values: x,x+1
equation: x+(x+1)=237
answer: 118; 119
the left and right page numbers of an open book are two consecutive integers whose sum is 449. find the page numbers.
unknown values: x,x+1
equation: x+x+1=449
answer: 224; 225
Find two consecutive integers whose sum is 35
unknown values: x,x+1
equation: x+(x+1)=35
answer: 17; 18
the sum of two consecutive integers is 19. what are the integers?
unknown values: x,x+1
equation: x+(x+1)=19
answer: 9; 10