SOLUTION: Four times an integer is 9 more than three times the next consecutive odd integer. What are two odd integers?

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Four times an integer is 9 more than three times the next consecutive odd integer. What are two odd integers?      Log On


   



Question 415200: Four times an integer is 9 more than three times the next consecutive odd integer. What are two odd integers?
Answer by sudhanshu_kmr(1152) About Me  (Show Source):
You can put this solution on YOUR website!

let integers are x and x+2.
4x = 9 + 3(x+2)
=> 4x = 9 + 3x + 6
=> x = 15

so, integers are 15 and 17 .