Number theoryDifficulty 6.4National OlympiadProve itUnited States
Problem: Kelvin the Frog was bored in math class one day, so he wrote all ordered triples (a,b,c) of positive integers such that abc=2310 on a sheet of paper. Find the sum of all the integers he wrote down. In other words, compute abc=2310a,b,c∈N∑(a+b+c) where N denotes the positive integers.
Solution
Solution: Note that 2310=2⋅3⋅5⋅7⋅11. The given sum clearly equals 3∑abc=2310a by symmetry. The inner sum can be rewritten as a∣2310∑a⋅τ(a2310) as for any fixed a, there are τ(a2310) choices for the integers b,c. Now consider the function f(n)=∑a∣na⋅τ(an). Therefore, f=n∗τ, where n denotes the function g(n)=n and ∗ denotes Dirichlet convolution. As both n and τ are multiplicative, f is also multiplicative. It is easy to compute that f(p)=p+2 for primes p. Therefore, our final answer is 3(2+2)(3+2)(5+2)(7+2)(11+2)=49140.
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.