返回题库

AIME 2026 II · 第 11 题

AIME 2026 II — Problem 11

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the greatest integer nn such that the cubic polynomial

x3n6x2+(n11)x400x^{3} -\frac{n}{6}x^{2} + (n - 11)x - 400 has roots α2\alpha^{2}, β2\beta^{2}, and γ2\gamma^{2}, where α\alpha, β\beta, and γ\gamma are complex numbers, and there are exactly seven different possible values for α+β+γ\alpha + \beta + \gamma.

解析

Solution 1

Notice that positive/negative values for α\alpha, β\beta, γ\gamma give eight distinct values for α+β+γ\alpha+\beta+\gamma, so we conclude that for a choice of the three variables, α+β+γ=0\alpha+\beta+\gamma=0. (Testing other cases yields too few possible values.)

This is due to the fact that if we take either α,β,γ\alpha,\beta,\gamma or α,β,γ-\alpha,-\beta,-\gamma, both sums are equal to 00.

By Vieta, we get that

n11=α2β2+β2γ2+γ2α2=(αβ+βγ+γα)22αβγ(α+β+γ)=(αβ+βγ+γα)2n-11=\alpha^2\beta^2+\beta^2\gamma^2+\gamma^2\alpha^2=(\alpha\beta+\beta\gamma+\gamma\alpha)^2-2\alpha\beta\gamma(\alpha+\beta+\gamma)=(\alpha\beta+\beta\gamma+\gamma\alpha)^2 n6=α2+β2+γ2=(α+β+γ)22(αβ+βγ+γα)=2(αβ+βγ+γα)=    αβ+βγ+γα=n12\frac{n}{6}=\alpha^2+\beta^2+\gamma^2=(\alpha+\beta+\gamma)^2-2(\alpha\beta+\beta\gamma+\gamma\alpha)=-2(\alpha\beta+\beta\gamma+\gamma\alpha)=\implies \alpha\beta+\beta\gamma+\gamma\alpha=-\frac{n}{12} Substituting, we get

n11=(n12)2=1144n2n-11=\left(-\frac{n}{12}\right)^2=\frac{1}{144}n^2 Solving the quadratic gives positive integer solutions n=12,132n=12,\boxed{132}.

~ eevee9406

Solution 2

We continue with the first solution with α+β+γ=0\alpha + \beta + \gamma = 0. Then, let P(x)P(x) be the polynomial with roots α\alpha, β\beta, and γ\gamma and let Q(x)Q(x) be the polynomial in the problem. Then,

P(x)=(xα)(xβ)(xγ)P(x) = (x-\alpha) (x-\beta) (x-\gamma) P(x)=(x+α)(x+β)(x+γ).P(-x) = -(x + \alpha)(x + \beta)(x + \gamma). From Vieta's, there exists complex pp and qq where P(x)=x3+px+qP(x) = x^3 + px + q.

P(x)P(x)=Q(x2)-P(x)P(-x) = Q(x^2) (x3+px+q)(x3px+q)=x6n6x4+(n11)x2400,-(x^3 + px + q)(-x^3 - px + q) = x^6 - \frac{n}{6} x^4 + (n-11)x^2 - 400, x6+2px4+p2x2q2=x6n6x4+(n11)x2400.x^6 + 2px^4 + p^2x^2 - q^2 = x^6 - \frac{n}{6} x^4 + (n-11)x^2 - 400. Comparing coefficients, we need 2p=n62p = \frac{n}{6} and p2=n11p^2 = n-11. Solving for nn, we either n=12n = 12 or 132132, but we need the bigger one, so the answer is 132\boxed{132}.

made by BinariouslyRandom