Question 421207
the sum of 3 integes is no more than 110.


this leads to:


x + y + z <= 110


x is the first integer
y is the second integer
z is the third integer


one integer (this is the second integer which is equal to y) is 9 less than 2 times the first integer (the first integer is x).


this leads to:


y = 2x - 9


the third integer is 1/4 the first integer.


this leads to:


z = x/4


you should be able to solve it from this.

 
let me know the answer that you come up with.