Find the only positive integer in which the concatenation of the decimal notations of and contain each of the digits through exactly once.
Note: is not a leading digit for either or .
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.
Note that n 3 and n 4 must total ten digits between them. 1 7 3 has four digits and 1 7 4 has five digits, so n > 1 7 . Similarly, 2 2 3 has five digits and 2 2 4 has six digits, so n < 2 2 . Furthermore, n cannot end in a 0 or 1 , since this would lead to n 3 and n 4 both ending in 0 and 1 , respectively. This leaves 1 8 and 1 9 as possibilities: n 1 8 1 9 n 3 5 8 3 2 6 8 5 9 n 4 1 0 4 9 7 6 1 3 0 3 2 1 Thus n = 1 8 .