2. Determine the smallest prime that does not divide any five-digit number whose digits are in a strictly increasing order.
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Official solution
Solution. Note that 12346 is even, 3 and 5 divide 12345, and 7 divides 12348. Consider a 5 digit number n=abcde with 0a>0 and S=e−(d−c)−(b−a)<e≤10, so S is not divisible by 11 and hence n is not divisible by 11. Thus 11 is the smallest prime that does not divide any five-digit number whose digits are in a strictly increasing order.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.