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