SOLUTION: find three consecutive odd intergers such that 4 times the product of the second and third is 12 greater than 20 times the sum of the first and second

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive odd intergers such that 4 times the product of the second and third is 12 greater than 20 times the sum of the first and second      Log On


   



Question 415944: find three consecutive odd intergers such that 4 times the product of the second and third is 12 greater than 20 times the sum of the first and second
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
find three consecutive odd integers such that 4 times the product of the second and third is 12 greater than 20 times the sum of the first and second
---------
1st: 2x-1
2nd: 2x+1
3rd: 2x+3
-------------
Equation:
4[(2x+1)(2x+3)] = 20[4x]
----
4[4X^2+8x+3] = 80x
----
4x^2+8x+3 = 20x
---
4x^2-12x+3 = 0
---
x = [12 +- sqrt(144 - 4*4*3)]/8
---
x = [12 +- sqrt(96)]/8
---
x = [12 +- 4sqrt(6)]/8
----
x = (3/2) +- sqrt(6)
==========================
Cheers,
Stan H.
============