Solution 1
Notice that positive/negative values for α, β, γ give eight distinct values for α+β+γ, so we conclude that for a choice of the three variables, α+β+γ=0. (Testing other cases yields too few possible values.)
This is due to the fact that if we take either α,β,γ or −α,−β,−γ, both sums are equal to 0.
By Vieta, we get that
n−11=α2β2+β2γ2+γ2α2=(αβ+βγ+γα)2−2αβγ(α+β+γ)=(αβ+βγ+γα)2
6n=α2+β2+γ2=(α+β+γ)2−2(αβ+βγ+γα)=−2(αβ+βγ+γα)=⟹αβ+βγ+γα=−12n
Substituting, we get
n−11=(−12n)2=1441n2
Solving the quadratic gives positive integer solutions n=12,132.
~ eevee9406
Solution 2
We continue with the first solution with α+β+γ=0. Then, let P(x) be the polynomial with roots α, β, and γ and let Q(x) be the polynomial in the problem. Then,
P(x)=(x−α)(x−β)(x−γ)
P(−x)=−(x+α)(x+β)(x+γ).
From Vieta's, there exists complex p and q where P(x)=x3+px+q.
−P(x)P(−x)=Q(x2)
−(x3+px+q)(−x3−px+q)=x6−6nx4+(n−11)x2−400,
x6+2px4+p2x2−q2=x6−6nx4+(n−11)x2−400.
Comparing coefficients, we need 2p=6n and p2=n−11. Solving for n, we either n=12 or 132, but we need the bigger one, so the answer is 132.
made by BinariouslyRandom