one number is 11 less than the other number. If their sum is -9, find the two numbers.
unknown values: x,y
equation: x+11=y
equation: x+y=-9
answer: {-10; 1}
The sum of four consecutive integers is 50. What is the largest of these integers?
unknown values: x+2
equation: (x-1)+x+(x+1)+(x+2)=50
answer: 14
Eighty, decreased by three times a number, is the same as five times the number, increased by eight. Find the number.
unknown values: x
equation: 80 - 3*x = 5*x + 8
answer: 9
If you have five consecutive integers such that the even integers add up to 48 what is the smallest odd integer?
unknown values: x-1
equation: x-2+x+x+2=48
answer: 15
find two consecutive odd integers such that 4 times the larger is 29 more than three times the smaller
unknown values: 2*x-1,2*x+1
equation: 4*(2*x+1)-29=3*(2*x-1)
answer: 21;23
Four times the smaller of two consecutive odd integers is the same as 73 less than 5 times the larger. Find the integers.
unknown values: 2*k-1,2*k+1
equation: 4*(2*k-1)=5*(2*k+1)-73
answer: 63; 65
find three consecutive odd integers such that three times the first is 9 greater than six times the third
unknown values: 2*k-1,2*k+1,2*k+3
equation: 3*(2*k-1)=6*(2*k+3)+9
answer: -11; -9; -7
Find two consecutive whole numbers such that 3/4 of the first number is 5 more than 1/2 the second number.
equation: (3/4)*x=(1/2)*(x+1)+5
answer: 22; 23
find two consecutive whole numbers, where 3/4 of the first number is 5 more than 1/2 the second number? Let n represent the first number, and n + 1 the second number?
unknown values: x,x+1
equation: x*3/4=(x+1)*1/2+5
answer: 22; 23
four more than the opposite of n equals 6. what is n?
unknown values: n
equation: -n+4=6
answer: n = -2 | -2