Question 364033
"The sum of three integers is no more than 110. If one integer is nine less than twice the first integer and the third integer is one fourth the first integer, what are the integers?" 

{{{f+s+t<=110}}}.  Also {{{s = 2f-9}}}, and {{{t = f/4}}}.