SOLUTION: Three more than five times an integer is four times the next consecutive odd integer.Find the two integers.

Algebra ->  Human-and-algebraic-language -> SOLUTION: Three more than five times an integer is four times the next consecutive odd integer.Find the two integers.      Log On


   



Question 1122972: Three more than five times an integer is four times the next consecutive odd integer.Find the two integers.
Answer by josgarithmetic(39618) About Me  (Show Source):
You can put this solution on YOUR website!
n, integer
n+2, next consecutive integer, odd if n odd; or even if n even.

3%2B5n=4%28n%2B2%29
3%2B5n=4n%2B8
n=8-3
highlight%28n=5%29

n%2B2=highlight%287%29

Integers: 5 and 7