Maths Olympiad Prep

Library / /2 of 3

Number theory Difficulty 6.2 National Olympiad Prove it United States

Problem:

The distinct prime factors of an integer are its prime factors listed without repetition. For example, the distinct prime factors of 4040 are 22 and 55.

Let A=2k2A = 2^{k} - 2 and B=2kAB = 2^{k} \cdot A, where kk is an integer (k>1)(k > 1).

Show that, for every choice of kk,

a. AA and BB have the same set of distinct prime factors.

b. A+1A+1 and B+1B+1 have the same set of distinct prime factors.

Solution

Solution:

a. Since BB is given as a multiple of AA, every prime that divides AA also divides BB.

Conversely, suppose pp is a prime that divides BB. Since B=2kAB = 2^{k} \cdot A, either pp divides 2k2^{k} or pp divides AA. If pp divides 2k2^{k}, then p=2p = 2. But then pp divides AA anyway, because A=2(2k11)A = 2\left(2^{k-1} - 1\right). This shows that every prime that divides BB also divides AA.

Since every prime that divides AA also divides BB, and vice versa, AA and BB have the same set of distinct prime factors.

b. Observe that A+1=2k1A+1 = 2^{k} - 1 and B+1=2k(2k2)+1=22k22k+1=(2k1)2=(A+1)2B+1 = 2^{k}\left(2^{k} - 2\right) + 1 = 2^{2k} - 2 \cdot 2^{k} + 1 = \left(2^{k} - 1\right)^{2} = (A+1)^{2}.

Since B+1=(A+1)2B+1 = (A+1)^{2}, every prime that divides A+1A+1 divides B+1B+1 and vice versa.

Therefore, A+1A+1 and B+1B+1 have the same set of distinct prime factors.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.