SOLUTION: Find three consecutive odd interrgers such that the product of the first and the second exceeds the third by eight.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive odd interrgers such that the product of the first and the second exceeds the third by eight.      Log On


   



Question 410788: Find three consecutive odd interrgers such that the product of the first and the second exceeds the third by eight.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find three consecutive odd integers such that the product of the first and the second exceeds the third by eight.
-----
1st: 2x-1
2nd: 2x+1
3rd: 2x+3
------------
Equation:
(2x-1)(2x+1)-(2x+3) = 8
-----
4x^2-1 -2x-3 = 8
---
4x^2-2x-12 = 0
---
2x^2-x-6 = 0
----
2x^2-4x+3x-6 = 0
----
2x(x-2) + 3(x-2) = 0
----
(x-2)(2x+3) = 0
--------
x = 2 or x = -3/2
===========================
If x = 2:
1st: 2x-1 = 3
2nd: 5
3rd: 7
------
If x = -3/2
1st: 2x-1 = -4
2nd: -2
3rd: 0
Note: These are all EVEn numbers.
-------
So the only answer is 3,5,7
=========================================
Cheers,
Stan H.
============