Let d ( n ) be the set of digits of n . Find the minimum of n that satisfies
Details:
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
What about 126984??
Log in to reply
Log in to reply
Damn, I'm sorry for my stupid mistake. I've reported this to the moderator.
Thanks. I've updated the answer to 126984 because it is a smaller number. Any idea how to show that this is indeed the minimum?
Note: POSN is a computing olympiad. I've updated this problem into CS instead.
Log in to reply
Actually POSN has more than just CS. There're also math, physics, and stuffs. And no, this is from math POSN.
Log in to reply
@Samuraiwarm Tsunayoshi – Thanks for the clarification! Let me move it back to NT then.
The only approach that I can think of is tedious case checking, from like "123456" and so on, which is why I moved it to CS. Any idea on other approaches?
Log in to reply
@Calvin Lin – There's a special characteristics of 1 5 8 7 3 = 7 1 1 1 1 1 1 . If we multiply 1 5 8 7 3 by k such that k ≤ 6 2 and 7 ∣ k , we'll always get a number with different digits. I strict at k ≤ 6 2 because if 1 5 8 7 3 k ≥ 1 0 6 , it won't give you different digits any more.
Problem Loading...
Note Loading...
Set Loading...
EVERYTHING'S 142857!