SOLUTION: find three consecutive odd integers such that the sum of the first two is 29 more than the third

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: find three consecutive odd integers such that the sum of the first two is 29 more than the third      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 548494: find three consecutive odd integers such that the sum of the first two is 29 more than the third
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
Let the lesser of the three consecutive odd integers be n.
Consecutive odd integers differ by 2.
The other two consecutive odd integers would be n%2B2, and n%2B4.
Do not worry about their being odd at this point. We can always discard any even solutions at the end. (And, by the way, we would set the problem the same way if it was about three consecutive even numbers).
The sum of the first two is n%2B%28n%2B2%29.
29 more than the third is %28n%2B4%29%2B29
The problem says that those two expressions have the same value, so we write
n%2B%28n%2B2%29=%28n%2B4%29%2B29
Then we simplify those expressions
n%2B%28n%2B2%29=%28n%2B4%29%2B29 <--> n%2Bn%2B2=n%2B4%2B29 <--> n%2Bn%2B2=n%2B33 <--> 2n%2B2=n%2B33
Then we subtract 2 from both sides
n%2Bn%2B2=n%2B33 <--> n%2Bn%2B2-2=n%2B33-2 <--> n%2Bn=n%2B31
Then we subtract n from both sides
n%2Bn=n%2B31 <--> n%2Bn-n=n%2B31-n <--> n=31
So our first odd integer is 32. The others are 33 and 35.
Let's verify. The sun of the first 2 is 31%2B33=64
and 29 more than the third one is 35%2B29=64.
We found the three consecutive odd integers the problem talks about. They are
31, 33, and 35.