Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2006 / Problems / Day 2, P11

IMC 2006 · Day 2 · P11

medium

Prove that there exists an infinite number of relatively prime pairs (m,n)(m, n) of positive integers such that the equation (x+m)3=nx(x + m)^3 = nx has three distinct integer roots.

Solution (official)

Substituting y=x+my = x + m, we can replace the equation by y3ny+mn=0.y^3 - ny + mn = 0. Let two roots be uu and vv; the third one must be w=(u+v)w = -(u + v) since the sum is 0. The roots must also satisfy uv+uw+vw=(u2+uv+v2)=n,i.e.u2+uv+v2=nuv + uw + vw = -(u^2 + uv + v^2) = -n, \quad \text{i.e.} \quad u^2 + uv + v^2 = n and uvw=uv(u+v)=mn.uvw = -uv(u + v) = mn. So we need some integer pairs (u,v)(u, v) such that uv(u+v)uv(u + v) is divisible by u2+uv+v2u^2 + uv + v^2. Look for such pairs in the form u=kpu = kp, v=kqv = kq. Then u2+uv+v2=k2(p2+pq+q2),u^2 + uv + v^2 = k^2 (p^2 + pq + q^2), and uv(u+v)=k3pq(p+q).uv(u + v) = k^3 pq (p + q). Chosing p,qp, q such that they are coprime then setting k=p2+pq+q2k = p^2 + pq + q^2 we have uv(u+v)u2+uv+v2=p2+pq+q2\dfrac{uv(u+v)}{u^2 + uv + v^2} = p^2 + pq + q^2.

Substituting back to the original quantites, we obtain the family of cases n=(p2+pq+q2)3,m=p2q+pq2,n = (p^2 + pq + q^2)^3, \qquad m = p^2 q + p q^2, and the three roots are x1=p3,x2=q3,x3=(p+q)3.x_1 = p^3, \qquad x_2 = q^3, \qquad x_3 = -(p+q)^3.

How the field did

contestants scored
237
average (of 20)
7.62
solved (≥ 80%)
35.0%
near-0 (≤ 10%)
55.3%
discrimination
0.53

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 2008 · Day 1 · P3mediumavg 4.7/10 · solved 32% · near-0 26% · disc 0.64
IMC 2008 · Day 2 · P7easyavg 6.1/10 · solved 54% · near-0 22% · disc 0.56
IMC 2020 · Day 2 · P6hardavg 1.9/10 · solved 16% · near-0 72% · disc 0.45
IMC 2008 · Day 2 · P10easyavg 5.5/10 · solved 55% · near-0 44% · disc 0.48