x = smallest odd integer of the three
x+2 = middle odd integer of the three
x+4 = largest odd integer of the three
the sum of the largest and twice the smallest is 12 more than the middle number
(x+4) + 2*(x) = (x+2) + 12
x+4 + 2x = x+2 + 12
3x + 4 = x + 14
2x = 10
x = 5
x = smallest odd integer of the three = 5
x+2 = middle odd integer of the three = 5+2 = 7
x+4 = largest odd integer of the three = 5+4 = 9
We check the numbers in the words:
3 consecutive odd integers5, 7, and 9 are all odd and consecutive. That checks.
such that the sum of the largest and twice the smallestThe largest is 9. Twice the smallest is two time 5, or 10.
Their sum, when we add those, 9+10 is 19
is 12 more than the middle number.Indeed! The middle number is 7, and 19 is 12 more than 7.
So we know we are right.
Edwin