Let N be the natural numbers and N′=N∖{0}. Find all functions f:N′→N such that f(xy)=f(x)+f(y), f(30)=0 and f(x)=0 for all x≡7(mod10).
Solution
f(30)=f(2)+f(3)+f(5)=0 and f(n) is non-negative, so f(2)=f(3)=f(5)=0. For any positive integer n not divisible by 2 or 5 we can find a positive integer m such that mn≡7(mod10). But then f(mn)=0, so f(n)=0. It is a trivial induction that f(2a5bn)=f(5bn)=f(n), so f is identically zero.
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 and solution reproduced as published; topic and difficulty added by this site.