SOLUTION: Translate the following situation into an inequality. Do not solve. "The sum of three integers is no more than 110. If one integer is nine less than twice the first integer and

Algebra ->  Human-and-algebraic-language -> SOLUTION: Translate the following situation into an inequality. Do not solve. "The sum of three integers is no more than 110. If one integer is nine less than twice the first integer and       Log On


   



Question 364033: Translate the following situation into an inequality. Do not solve.
"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 ingegers?"

Answer by robertb(5830) About Me  (Show Source):
You can put this solution on YOUR website!
"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%2Bs%2Bt%3C=110. Also s+=+2f-9, and t+=+f%2F4.