SOLUTION: Three consecutive odd integers are such that their sum is more than 57 decreased by twice the greatest of the three integers. What is the smallest integer?
Question 1107187: Three consecutive odd integers are such that their sum is more than 57 decreased by twice the greatest of the three integers. What is the smallest integer? Found 2 solutions by stanbon, TeachMath:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Three consecutive odd integers are such that their sum is more than 57 decreased by twice the greatest of the three integers. What is the smallest integer?
------------------
1st:: 2x-1
2nd:: 2x+1
3rd:: 2x+3
-----
Equation::
6x+3 > 57-2(2x+3)
6x+3 > 57-4x-6
10x > 48
x > 4.8
-----
x = 5
---
Answer:: 2x+3 = 2*5+3 = 13
-------------
Cheers,
Stan H.
-----------