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

IMC / 2019 / Problems / Day 1, P5

IMC 2019 · Day 1 · P5

killer

Determine whether there exist an odd positive integer nn and n×nn \times n matrices AA and BB with integer entries, that satisfy the following conditions:

(1) det(B)=1\det(B) = 1;

(2) AB=BAAB = BA;

(3) A4+4A2B2+16B4=2019IA^4 + 4 A^2 B^2 + 16 B^4 = 2019 I.

(Here II denotes the n×nn \times n identity matrix.)

Proposed by Orif Ibrogimov, ETH Zurich and National University of Uzbekistan

Solution 1 of 2 (official)

Hint: Consider the determinants modulo 4.

Remark. The proposed solution was more complicated and involved; during the contest it turned out that a signficantly simplified solution exists — which we now provide below.

We show that there are no such matrices.

Notice that A4+4A2B2+16B4A^4 + 4 A^2 B^2 + 16 B^4 can factorized as A4+4A2B2+16B4=(A2+2AB+4B2)(A22AB+4B2).A^4 + 4 A^2 B^2 + 16 B^4 = (A^2 + 2AB + 4B^2)(A^2 - 2AB + 4B^2). Let C=A2+2AB+4B2C = A^2 + 2AB + 4B^2 and D=A22AB+4B2D = A^2 - 2AB + 4B^2 be the two factors above. Then detCdetD=det(CD)=det(A4+4A2B2+16B4)=det(2019I)=2019n.\det C \cdot \det D = \det(CD) = \det(A^4 + 4 A^2 B^2 + 16 B^4) = \det(2019 I) = 2019^n. The matrices C,DC, D have integer entries, so their determinants are integers. Moreover, from CD(mod4)C \equiv D \pmod 4 we can see that detCdetD(mod4).\det C \equiv \det D \pmod 4. This implies that detCdetD(detC)2(mod4)\det C \cdot \det D \equiv (\det C)^2 \pmod 4, but this is a contradiction because 2019n3(mod4)2019^n \equiv 3 \pmod 4 is a quadratic nonresidue modulo 4.

Solution 2 of 2 (official)

Notice that A4A4+4A2B2+16B4=2019Imod4A^4 \equiv A^4 + 4 A^2 B^2 + 16 B^4 = 2019 I \mod 4 so (detA)4=detA4det(2109I)=2019n(mod4).(\det A)^4 = \det A^4 \equiv \det(2109 I) = 2019^n \pmod 4. But 2019n32019^n \equiv 3 is a quadratic nonresidue modulo 4, contradiction.

How the field did

contestants scored
360
average (of 10)
0.77
solved (≥ 80%)
4.7%
near-0 (≤ 10%)
91.4%
discrimination
0.35

Score distribution (field cohort)

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

Similar problems

IMC 2005 · Day 2 · P12killeravg 1.5/10 · solved 4% · near-0 72% · disc 0.33
IMC 2008 · Day 2 · P11very hardavg 0.8/10 · solved 7% · near-0 90% · disc 0.43
IMC 2006 · Day 1 · P3hardavg 2.5/10 · solved 16% · near-0 64% · disc 0.39
IMC 2019 · Day 1 · P2mediumavg 6.1/10 · solved 44% · near-0 13% · disc 0.38