SOLUTION: Find three consecutive odd integers such that the sum of the smallest and 4 times the largest is 61

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive odd integers such that the sum of the smallest and 4 times the largest is 61      Log On


   



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) About Me  (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

Answer by JS(1) About Me  (Show Source):