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
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 840069
:
The sum of four consecutive numbers is 10 times the smallest number. Find the four numbers.
Answer by
CubeyThePenguin(3113)
(
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.