SOLUTION: The sum of three consecutive odd integers is 333. What is the largest of the three integers?

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: The sum of three consecutive odd integers is 333. What is the largest of the three integers?      Log On


   



Question 780835: The sum of three consecutive odd integers is 333. What is the largest of the three integers?
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive integers: (x-2), x, (x+2)

(x-2) + x + (x+2) = 333
3x = 333
x = 111

largest integer = x + 2 = 113