SOLUTION: If the first and third consecutive odd integers are added, the result is 69 less than five times the second integer. find all three intgers

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: If the first and third consecutive odd integers are added, the result is 69 less than five times the second integer. find all three intgers      Log On


   



Question 368735: If the first and third consecutive odd integers are added, the result is 69 less than five times the second integer. find all three intgers
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
N,N%2B2,and N%2B4 are the consecutive odd integers.
.
.
N%2BN%2B4=5%28N%2B2%29-69
2N%2B4=5N%2B10-69
2N%2B4=5N-59
3N=63
.
.
.
N=21
N%2B2=23
N%2B4=25