What is the largest number n so that n, 2n, and 3n together contain every digit from 1-9 exactly once?
Analytical solution preferred.
n=327 works. 2n=654 and 3n=981.
But then n*(power of 10) is a solution too so there is no largest n.
|
Posted by xdog
on 2016-04-12 12:17:43 |