SOLUTION: What integer should be added to 11 to get sum of at least 37?

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: What integer should be added to 11 to get sum of at least 37?       Log On


   



Question 1039701: What integer should be added to 11 to get sum of at least 37?

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
x = unknown integer

we want to add it to 11, so we currently have x+11

We want the sum to be at least 37, so equal to or larger than 37, meaning that

x+11 >= 37

--------------------------------------------------------------------------------

Let's solve for x

x+11 >= 37
x+11-11 >= 37-11
x >= 26

So we can add any integer we want as long as it's 26 or larger.