SOLUTION: Find two consecutive odd numbers such that the sum of the smaller number and twice the smaller number and twice the greater number is 99
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Find two consecutive odd numbers such that the sum of the smaller number and twice the smaller number and twice the greater number is 99
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 941284
:
Find two consecutive odd numbers such that the sum of the smaller number and twice the smaller number and twice the greater number is 99
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive odd numbers: x, (x+2)
x + 2x + 2(x+2) = 99
5x + 4 = 99
5x = 95
x = 19
The numbers are 19 and 21.