Four times an integer is 9 more than three times the next consecutive odd integer. What are two odd integers?
unknown values: 2*k-1,2*k+1
equation: 4(2*k-1)=3*(2*k+1)+9
answer: 15; 17
The sum of two numbers is 23. Twice the larger number is 4 more than 4 times the smaller. What are the numbers?
unknown values: x,y
equation: x+y=23
equation: 2*y=4*x+4
answer: {7;16}
The sum of two integers is fifteen. Eight times the smaller is 1 less than three times the larger. Find the numbers.
unknown values: x,y
equation: x+y=15
equation: 8*x=3*y-1
answer: {4; 11}
The sum of two integers is twenty. Five times the smaller integer is two more than twice the larger integer. Find the two integers.
unknown values: x,y
equation: x+y=20
equation: 5*x-2=2*y
answer: {6; 14}
The sum of two numbers is 88. Three times the smaller equals twice the larger number, plus 29. Find the numbers.
unknown values: m,n
equation: m+n=88
equation: 3*m = 2*n + 29
answer: {41; 47}
The sum of two numbers is 18. Find the numbers, if three times the smaller is one less than twice the larger.
unknown values: m,n
equation: m+n=18
equation: 3*m = 2*n-1
answer: {7; 11}
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+3=8*x
answer: {3; 7}
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 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}