SOLUTION: What are three consecutive numbers that have a sum which is 1/5 of their product?

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: What are three consecutive numbers that have a sum which is 1/5 of their product?      Log On


   



Question 352757: What are three consecutive numbers that have a sum which is 1/5 of their product?
Answer by jrfrunner(365) About Me  (Show Source):
You can put this solution on YOUR website!
3 consecutive numbers: x, x+1, x+2
--
sum is 1/5 their product: x+(x+1)+(x+2)=1/5[x*(x+1)*(x+2)]
--
x+(x+1)+(x+2)=1/5[x*(x+1)*(x+2)]
3x%2B3=%28x%5E2%2Bx%29%28x%2B2%29%2F5
15x%2B15=%28x%5E2%2Bx%29%2A%28x%2B2%29=x%5E3%2B2x%5E2%2Bx%5E2%2B2x
0=x%5E3%2B3x%5E2-13x-15
--
since highest power is cubed, there are a total of 3 roots
--
by descartes sign test, there is one positive real root
possible real roots -+1,-+3,-+5,-+15
actual roots will rarely be in the extremes, so try near the middle, try 3
via synthetic division.
--
x%5E3%2B3x%5E2-13x-15 divided by root 3 yields x%5E2%2B6x%2B5
in other words
x%5E3%2B3x%5E2-13x-15=%28x-3%29%2A%28x%5E2%2B6x%2B5%29
--
factor x%5E2%2B6x%2B5
(x+5)*(x+1)
--
Therefore: x%5E3%2B3x%5E2-13x-15=%28x-3%29%2A%28x%2B5%29%2A%28x%2B1%29
with potentially 3 solutions
if x=3, then x+1=4 and x+2=5
if x=-5 then x+1=-4 and x+2=-3
if x=-1 then x+1=0 and x+2=1
--
(3,4,5) or (-5,-4,-3) or (-1,0,1)
==
validate each set of solutions
--
(3,4,5)
sum=3+4+5=12
1/5 product= 1/5*(3*4*5)=60/5=12
--
(-5,-4,-3)
sum=-5-4-3=-12
1/5 product= 1/5*(-5)*(-4)*(-3)=-60/5=-12
--
(1,0,-1)
sum=1+0-1=0
1/5 product = 1/5*(1)*(0)*(-1)=0/5=0
--
so there exists more than one solution. All three of these solutions work.