SOLUTION: find three consecutive odd positive integers such that the sum of all three is 26 less than the product of the first and second integers. What is the formula to set this up?
Question 852806: find three consecutive odd positive integers such that the sum of all three is 26 less than the product of the first and second integers. What is the formula to set this up? Found 2 solutions by stanbon, Alan3354:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! find three consecutive odd positive integers such that the sum of all three is 26 less than the product of the first and second integers. What is the formula to set this up?
---------
1st: 2x-1
2nd: 2x+1
3rd: 2x+3
-----------
Equation:
6x+3 < 4x^2-1-26
------
4x^2 - 30 > 0
------
x^2 > 15/2
-----
x > (sqrt(30))/2
-----
OR
x > (sqrt(30))/2
--------------------
Cheers,
Stan H.
--------------------
You can put this solution on YOUR website! find three consecutive odd positive integers such that the sum of all three is 26 less than the product of the first and second integers.
-----------
n-2 + n + n+2 = (n-2)*n - 26
3n = n^2 -2n - 26
n^2 - 5n - 26 = 0
No integer solution.