Olympiad Maths Prep

Track / Stage 8 / 105 of 180 #1805 of 2000

Problem 1805

IMO Shortlist mid-range; USAMO P2/P5
Number theory Difficulty 8.3 Find the answer china_team_selection_test

Given a positive integer n2n \ge 2. Find all nn-tuples of positive integers (a1,a2,,an)(a_1,a_2,\ldots,a_n), such that 1<a1a2a3an1<a_1 \le a_2 \le a_3 \le \cdots \le a_n, a1a_1 is odd, and
(1) M=12n(a11)a2a3anM=\frac{1}{2^n}(a_1-1)a_2 a_3 \cdots a_n is a positive integer;
(2) One can pick nn-tuples of integers (ki,1,ki,2,,ki,n)(k_{i,1},k_{i,2},\ldots,k_{i,n}) for i=1,2,,Mi=1,2,\ldots,M such that for any 1i1<i2M1 \le i_1 <i_2 \le M, there exists j{1,2,,n}j \in \{1,2,\ldots,n\} such that ki1,jki2,j≢0,±1(modaj)k_{i_1,j}-k_{i_2,j} \not\equiv 0, \pm 1 \pmod{a_j}.

Official solution

Given a positive integer n2 n \ge 2 , we aim to find all n n -tuples of positive integers (a1,a2,,an)(a_1, a_2, \ldots, a_n) such that 1<a1a2a3an 1 < a_1 \le a_2 \le a_3 \le \cdots \le a_n , a1 a_1 is odd, and the following conditions hold:
1. M=12n(a11)a2a3an M = \frac{1}{2^n}(a_1-1)a_2 a_3 \cdots a_n is a positive integer.
2. One can pick n n -tuples of integers (ki,1,ki,2,,ki,n)(k_{i,1}, k_{i,2}, \ldots, k_{i,n}) for i=1,2,,M i = 1, 2, \ldots, M such that for any 1i1<i2M 1 \le i_1 < i_2 \le M , there exists j{1,2,,n} j \in \{1, 2, \ldots, n\} such that ki1,jki2,j≢0,±1(modaj) k_{i_1, j} - k_{i_2, j} \not\equiv 0, \pm 1 \pmod{a_j} .

To solve this, we first note the necessary condition for M M to be a positive integer:
2n(a11). 2^n \mid (a_1 - 1).

This means a11 a_1 - 1 must be divisible by 2n 2^n . Given a1 a_1 is odd, we can write a1 a_1 as:
a1=k2n+1 a_1 = k \cdot 2^n + 1
for some positive integer k k .

Next, we need to ensure that the n n -tuples (ki,1,ki,2,,ki,n)(k_{i,1}, k_{i,2}, \ldots, k_{i,n}) can be chosen such that the second condition is satisfied. This can be achieved by constructing the points in a specific manner.

For simplicity, consider the case where all ai a_i are equal and odd:
a1=a2==an=k2n+1. a_1 = a_2 = \cdots = a_n = k \cdot 2^n + 1.

We can place points on the line x2=c2,x3=c3,,xn=cn x_2 = c_2, x_3 = c_3, \ldots, x_n = c_n for fixed c2,,cn c_2, \ldots, c_n such that:
x1{0,2,,2(k1)}+2kj=1n12j1cj+1. x_1 \in \{0, 2, \ldots, 2(k-1)\} + 2k \sum_{j=1}^{n-1} 2^{j-1} c_{j+1}.

This ensures that the points are distributed in a way that satisfies the second condition. By extending this construction to cases where a2,,an a_2, \ldots, a_n are odd integers at least a1 a_1 , we can generalize the solution.

Thus, the n n -tuples (a1,a2,,an)(a_1, a_2, \ldots, a_n) that satisfy the given conditions are those where a1=k2n+1 a_1 = k \cdot 2^n + 1 for some positive integer k k , and a2,,an a_2, \ldots, a_n are odd integers such that 1<a1a2an 1 < a_1 \le a_2 \le \cdots \le a_n .

The answer is: (a1,a2,,an) where a1=k2n+1 and a2,,an are odd integers such that 1<a1a2an\boxed{(a_1, a_2, \ldots, a_n) \text{ where } a_1 = k \cdot 2^n + 1 \text{ and } a_2, \ldots, a_n \text{ are odd integers such that } 1 < a_1 \le a_2 \le \cdots \le a_n}.

Source: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.