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

IMC / 2001 / Problems / Day 1, P1

IMC 2001 · Day 1 · P1

easy

Let nn be a positive integer. Consider an n×nn \times n matrix with entries 1,2,,n21, 2, \dots, n^2 written in order starting top left and moving along each row in turn left–to–right. We choose nn entries of the matrix such that exactly one entry is chosen in each row and each column. What are the possible values of the sum of the selected entries?

Solution (official)

Since there are exactly nn rows and nn columns, the choice is of the form {(j,σ(j)):j=1,,n}\{ (j, \sigma(j)) : j = 1, \dots, n \} where σSn\sigma \in S_n is a permutation. Thus the corresponding sum is equal to j=1nn(j1)+σ(j)=j=1nnjj=1nn+j=1nσ(j)=nj=1njj=1nn+j=1nj=(n+1)n(n+1)2n2=n(n2+1)2,\sum_{j=1}^{n} n(j-1) + \sigma(j) = \sum_{j=1}^{n} nj - \sum_{j=1}^{n} n + \sum_{j=1}^{n} \sigma(j) = n \sum_{j=1}^{n} j - \sum_{j=1}^{n} n + \sum_{j=1}^{n} j = (n+1) \frac{n(n+1)}{2} - n^2 = \frac{n(n^2+1)}{2}, which shows that the sum is independent of σ\sigma.

How the field did

contestants scored
182
average (of 20)
17.99
solved (≥ 80%)
87.9%
near-0 (≤ 10%)
5.5%
discrimination
0.23

Score distribution (field cohort)

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

Similar problems

IMC 2006 · Day 2 · P7easyavg 9.2/10 · solved 88% · near-0 3% · disc 0.35
IMC 2014 · Day 2 · P6easyavg 8.6/10 · solved 86% · near-0 12% · disc 0.38
IMC 2012 · Day 1 · P1easyavg 9.7/10 · solved 97% · near-0 1% · disc 0.13
IMC 2024 · Day 2 · P6easyavg 8.2/10 · solved 77% · near-0 11% · disc 0.35