Question 1079628: Find 3 consecutive odd integers such that the sum of the first and the third equals the sum of the second and 13. Answer by amfagge92(93) (Show Source):
You can put this solution on YOUR website! let the numbers be n,n+2,n+4
sum of the first and third
=(n)+(n+4)=(n+2)+13
2n+4=n+15
2n-n=15-4
n=11.
the numbers are:11,13,15