SOLUTION: Find the greatest possible pair of integers such that one integer is twice the other and their sum is less than or equal to 30.

Algebra ->  Inequalities -> SOLUTION: Find the greatest possible pair of integers such that one integer is twice the other and their sum is less than or equal to 30.      Log On


   



Question 384413: Find the greatest possible pair of integers such that one integer is twice the other and their sum is less than or equal to 30.
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!

Hi,
Let x and 2x represent the integers
Question States:
x + 2x ≤ 30
3x ≤ 30
x ≤ 10
greatest possible pair of integers would be 10 and 20