SOLUTION: Find the largest of three consecutive odd integers, such that 3 times the middle integer is 5 more than the sum of first and third

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find the largest of three consecutive odd integers, such that 3 times the middle integer is 5 more than the sum of first and third       Log On


   



Question 1001527: Find the largest of three consecutive odd integers, such that 3 times the middle integer is 5 more than the sum of first and third

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Find the largest of three consecutive odd integers, such that 3 times the middle integer is 5 more than the sum of first and third
-------------
n-2, n, n+2 are the integers.
---
3n = (n-2) + (n+2) + 5
3n = 2n + 5
etc