SOLUTION: find two consecutive numbers such that the sum of the greatest number and twice the lesser number is 40. what are the two numbers?
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: find two consecutive numbers such that the sum of the greatest number and twice the lesser number is 40. what are the two 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 895926
:
find two consecutive numbers such that the sum of the greatest number and twice the lesser number is 40. what are the two numbers?
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive numbers: x, (x+1)
(x+1) + 2x = 40
3x + 1 = 40
3x = 39
x = 13
The numbers are 13 and 14.