Solution 1
By Vieta's formulas, we have r+s+t=0 so t=−r−s. Substituting this into our problem statement, our desired quantity is
(r+s)3−r3−s3=3r2s+3rs2=3rs(r+s).
Also by Vieta's formulas we have
rst=−rs(r+s)=−82008=−251
so negating both sides and multiplying through by 3 gives our answer of 753.
Solution 2
By Vieta's formulas, we have r+s+t=0, and so the desired answer is (r+s)3+(s+t)3+(t+r)3=(0−t)3+(0−r)3+(0−s)3=−(r3+s3+t3). Additionally, using the factorization
r3+s3+t3−3rst=(r+s+t)(r2+s2+t2−rs−st−tr)=0
we have that r3+s3+t3=3rst. By Vieta's again, rst=8−2008=−251⟹−(r3+s3+t3)=−3rst=753.
Solution 3
Vieta's formulas gives r+s+t=0. Since r is a root of the polynomial, 8r3+1001r+2008=0⟺−8r3=1001r+2008, and the same can be done with s, t. Therefore, we have
8{(r+s)3+(s+t)3+(t+r)3}=−8(r3+s3+t3)=1001(r+s+t)+2008⋅3=3⋅2008
yielding the answer 753.
Also, Newton's Sums yields an answer through the application. http://www.artofproblemsolving.com/Wiki/index.php/Newton's_Sums
Solution 4
Expanding, you get:
r3+3r2s+3s2r+s3+
s3+3s2t+3t2s+t3+
r3+3r2t+3t2r+t3
=2r3+2s3+2t3+3r2s+3s2r+3s2t+3t2s+3r2t+3t2r
This looks similar to (r+s+t)3=r3+s3+t3+3r2s+3s2r+3s2t+3t2s+3r2t+3t2r+6rst Substituting:
(r+s+t)3−6rst+r3+s3+t3=(r+s)3+(s+t)3+(t+r)3
Since r+s+t=0,
(r+s)3+(s+t)3+(t+r)3=(0−t)3+(0−r)3+(0−s)3=−(r3+s3+t3)
Substituting, we get
(r+s+t)3−6rst+r3+s3+t3=−(r3+s3+t3)
or,
03−6rst+r3+s3+t3=−(r3+s3+t3)⟹2(r3+s3+t3)=6rst
We are trying to find −(r3+s3+t3). Substituting:
−(r3+s3+t3)=−3srt=8−2008∗3=753.
Solution 5
Write (r+s)3+(s+t)3+(t+r)3=−(r3+s3+t3) and let f(x)=8x3+1001x+2008. Then
f(r)+f(s)+f(t)=8(r3+s3+t3)+1001(r+s+t)+6024=8(r3+s3+t3)+6024=0.
Solving for r3+s3+t3 and negating the result yields the answer 753.
Solution 6
Here by Vieta's formulas: r+s+t=0 --(1)
rst=8−2008=−251 --(2)
By the factorisation formula: Let a=r+s, b=s+t, c=t+r, a3+b3+c3−3abc=(a+b+c)(a2+b2+c2−ab−bc−ca)=0 (By (1))
So
a3+b3+c3=3abc=3(r+s)(s+t)(t+r)=3(−t)(−r)(−s)=3[−(−251)]=753.
Solution 7
Let's construct a polynomial with the roots (r+s),(s+t), and (t+r).
sum of the roots:
=2(r+s+t)=2⋅0=0
pairwise product of the roots:
(r+s)(s+t)+(s+t)(t+r)+(t+r)(r+s)=r2+s2+t2+3(rs+st+tr)
=(r+s+t)2+rs+st+tr=0+81001
product of the roots:
(r+s)(s+t)(t+r)=r2t+r2s+s2r+s2t+t2r+t2s+3rst
=(rs+st+tr)(r+s+t)−3rst+2rst=−rst=−82008
thus, the polynomial we get is
x3+81001x+−82008=0
as (r+s),(s+t), and (t+r) are roots of this polynomial, we know that (using power reduction)
(r+s)3+81001(r+s)−82008=0
(s+t)3+81001(s+t)−82008=0
(t+r)3+81001(t+r)−82008=0
adding all of the equations up, we see that
(r+s)3+(s+t)3+(t+r)3=3⋅82008−81001(2r+2s+2t)=251(3)+0=753
Solution 8
We want to find what is −(r3+s3+t3) which reminds us of Newton sum. So we can see that 8S3+0⋅S2+1001⋅S1+3⋅2008=0 Notice that S1=0 so it is just S3=−82008⋅3=−753, the desired answer is 753
~bluesoul
Solution 9
This solution uses Vietas, as with everyone else's solution. Expanding the expression we get
(r+s)3+(s+t)3+(t+r)3=r3+3r2s+3rs2+⋯+3s2t+3ts2+t3
Seeing the cubes, we try to find a (r+s+t)3 and upon doing so, we get
(r+s)3+(s+t)3+(t+r)3=(r+s+t)3−6rst+(r3+s3+t3)
Recall that a3+b3+c3−3abc=(a+b+c)(a2+b2+c2−ab−bc−ca). Thus, we get
(r+s)3+(s+t)3+(t+r)3=(r+s+t)3−3rst+(r+s+t)(r2+s2+t2−rs−st−tr)
Plugging in (r+s+t)=0 we get
(r+s)3+(s+t)3+(t+r)3=0−3rst+0=−3⋅−251=753
~firebolt360
Solution 10
8x3+1001x+2008=0
We want to find (r+s)3+(s+t)3+(t+r)3. Let's call this result n.
From vieta's formulas, we find that r+s+t=−0/8=0, rs+st+tr=1001/8, and rst=−2008/8=−251.
Expanding and rearranging gives us n=(r+s)3+(s+t)3+(t+r)3=r3+3r2s+3rs2+s3+s3+3s2t+3st2+t3+t3+3t2r+3tr2+r3=2r3+2s3+3r2s+3rs2+3s2t+3st2+3t2r+3tr2=3(r3+s3+t3−(r2s+rs2+s2t+st2+t2r+tr2))−(r3+s3+t3)=3((r+s+t)(r2+s2+t2))−((r+s+t)3−3(r2s+rs2+s2t+st2+t2r+tr2)−6rst)=3(r+s+t)((r+s+t)2−2(rs+st+tr))−((r+s+t)3−3(r2s+rs2+s2t+st2+t2r+tr2)−6rst)
Let k=r2s+rs2+s2t+st2+t2r+tr2
k=r2s+rs2+s2t+st2+t2r+tr2=(r+s+t)(r2+s2+t2)−(r3+s3+t3)=(r+s+t)((r+s+t)2−2(rs+st+tr))−((r+s+t)3−3k−6rst)=(0)(02−2(1001/8))−(03−3k−6(−251))=0−(0−3k+1506)=3k−1506
Solving gives us k=753
n=3(r+s+t)((r+s+t)2−2(rs+st+tr))−((r+s+t)3−3(r2s+rs2+s2t+st2+t2r+tr2)−6rst)=3(0)(02−2(1001/8))−(03−3k−6(−251))=0−(0−3(753)+1506)=753
Therefore, the answer is 753.
Also note that this is the only solution that still would have worked effectively if r+s+t was nonzero.
Video Solution by Punxsutawney Phil
https://www.youtube.com/watch?v=6mYZYh9gJBs (unavailable)