Question 230008: Find three consecutive odd integers such that the sum of the smallest and 4 times the largest is 61 Found 2 solutions by mando271, JS:Answer by mando271(42) (Show Source):
You can put this solution on YOUR website! let the 1st integer be x, 2nd would be x+2, so the 3rd would be x+4
x+4(x+4)=61
x+4x+16=61
5x=45
x=9
integers are 9,11,13