We have a cubic equation: 5x3+cx2−10x+9=0
We're told that r and −r are roots of this equation. Since they're opposites of each other, this gives us a special structure we can exploit.
A cubic equation has exactly 3 roots. Since we know 2 of them (r and −r), there must be a third root. Let's call it p.
For any cubic equation ax3+bx2+cx+d=0 with roots α,β,γ, Vieta's formulas tell us:
Sum of roots: α+β+γ=−ab
Sum of products taken two at a time: αβ+αγ+βγ=ac
Product of all roots: αβγ=−ad
These relationships come from expanding (x−α)(x−β)(x−γ) and comparing coefficients.
Our equation: 5x3+cx2−10x+9=0
Our roots: r,−r,p (where p is the unknown third root)
Sum of roots:
r+(−r)+p=−5c
0+p=−5c
p=−5c ... (equation 1)
Sum of products taken two at a time:
r(−r)+r(p)+(−r)(p)=5−10
−r2+rp−rp=−2
−r2+0=−2 (since +rp−rp=0)
−r2=−2
r2=2
r=±2
Product of all roots:
r(−r)(p)=−59
−r2⋅p=−59
Since r2=2:
−2p=−59
p=109 ... (equation 2)
From equations 1 and 2:
p=−5c and p=109
Therefore: 109=−5c
9×5=−c×10
45=−10c
c=−1045=−29