SOLUTION: find all sets of four consecutive positive integers such that the largest integer in the set is more than twice the smallest

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find all sets of four consecutive positive integers such that the largest integer in the set is more than twice the smallest      Log On


   



Question 758279: find all sets of four consecutive positive integers such that the largest integer in the set is more than twice the smallest
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive positive integers: x, (x+1), (x+2), (x+3)

x + 3 > 2x
-x > -3
x < 3

positive solutions of x: x = 1, 2

sets of integers: (1, 2, 3, 4), (2, 3, 4, 5)