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

IMC / 2005 / Problems / Day 1, P1

IMC 2005 · Day 1 · P1

easy

Let AA be the n×nn \times n matrix, whose (i,j)(i,j)th entry is i+ji + j for all i,j=1,2,,ni, j = 1, 2, \dots, n. What is the rank of AA?

Solution 1 of 2 (official)

For n=1n = 1 the rank is 1. Now assume n2n \ge 2. Since A=(i)i,j=1n+(j)i,j=1nA = (i)_{i,j=1}^{n} + (j)_{i,j=1}^{n}, matrix AA is the sum of two matrixes of rank 1. Therefore, the rank of AA is at most 2. The determinant of the top-left 2×22 \times 2 minor is 1-1, so the rank is exactly 2.

Therefore, the rank of AA is 1 for n=1n = 1 and 2 for n2n \ge 2.

Solution 2 of 2 (official)

Consider the case n2n \ge 2. For i=n,n1,,2i = n, n-1, \dots, 2, subtract the (i1)(i-1)th row from the nnth row. Then subtract the second row from all lower rows. rank(23n+134n+2n+1n+22n)=rank(23n+1111111)=rank(12n111000000)=2.\operatorname{rank} \begin{pmatrix} 2 & 3 & \dots & n+1 \\ 3 & 4 & \dots & n+2 \\ \vdots & & \ddots & \vdots \\ n+1 & n+2 & \dots & 2n \end{pmatrix} = \operatorname{rank} \begin{pmatrix} 2 & 3 & \dots & n+1 \\ 1 & 1 & \dots & 1 \\ \vdots & & \ddots & \vdots \\ 1 & 1 & \dots & 1 \end{pmatrix} = \operatorname{rank} \begin{pmatrix} 1 & 2 & \dots & n \\ 1 & 1 & \dots & 1 \\ 0 & 0 & \dots & 0 \\ \vdots & & \ddots & \vdots \\ 0 & 0 & \dots & 0 \end{pmatrix} = 2.

How the field did

contestants scored
226
average (of 20)
18.23
solved (≥ 80%)
91.2%
near-0 (≤ 10%)
2.2%
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 2014 · Day 1 · P1easyavg 8.9/10 · solved 88% · near-0 3% · disc 0.36
IMC 2002 · Day 2 · P7easyavg 8.8/10 · solved 85% · near-0 5% · disc 0.31
IMC 2018 · Day 2 · P6easyavg 8.6/10 · solved 81% · near-0 8% · disc 0.36
IMC 2003 · Day 2 · P7easyavg 7.9/10 · solved 76% · near-0 12% · disc 0.44