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
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
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)
(
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 .