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


   



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) About Me  (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.