Question 404407: Find two consecutive odd integers such that six times the first equals ten more than four times the second. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Find two consecutive odd integers such that six times the first equals ten more than four times the second.
----
1st odd: 2x-1
2nd odd: 2x+1
---
Equation:
6(2x-1) = 4(2x+1)+ 10
---
12x - 6 = 8x + 4 + 10
-----
4x = 20
x = 5
------
1st odd: 2*5-1 = 9
2nd odd: 2*5+1 = 11
====================
Cheers,
Stan H.
==============