Question 691347: Find 2 consecutive odd numbers such that the second is 3 times the first? I know the answer but I dont know how to work it. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Find 2 consecutive odd numbers such that the second is 3 times the first?
----
1st: 2x-1
2nd: 2x+1
-----
Equation:
2x+1 = 3(2x-1)
2x+1 = 6x-3
4x = 4
x = 1
-----
1st: 2*1-1 = 1
2nd: 2*1+1 = 3
==================
Cheers,
Stan H.