SOLUTION: The sum of four consecutive numbers is 10 times the smallest number. Find the four numbers.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: The sum of four consecutive numbers is 10 times the smallest number. Find the four numbers.      Log On


   



Question 840069: The sum of four consecutive numbers is 10 times the smallest number. Find the four numbers.
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive numbers: x, (x+1), (x+2), (x+3)

x + (x+1) + (x+2) + (x+3) = 10x
4x + 6 = 10x
6 = 6x
x = 1

The numbers are 1, 2, 3, and 4.