Number theoryDifficulty 5.5AIME, harderProve itUnited States
Problem:
Two integers are relatively prime if they don't share any common factors, i.e. if their greatest common divisor is 1. Define φ(n) as the number of positive integers that are less than n and relatively prime to n. Define φd(n) as the number of positive integers that are less than dn and relatively prime to n. What is the least n such that φx(n)=64000, where x=φy(n), where y=φ(n) ?
Solution
Solution:
For fixed n, the pattern of integers relatively prime to n repeats every n integers, so φd(n)=dφ(n). Therefore the expression in the problem equals φ(n)3. The cube root of 64000 is 40. φ(p)=p−1 for any prime p. Since 40 is one less than a prime, the least n such that φ(n)=40 is 41.
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.