If a sequence of positive integers (where is a positive integer) has the property that the last digit of is the same as the first digit of here and we define then the sequence is called a "dragon sequence." Some examples of a "dragon sequence" are At least how many two-digit numbers must be chosen at random to ensure that a "dragon sequence" can be formed among some of the chosen numbers?
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.
Relevant wiki: Pigeonhole Principle
We can exclude the possibility of drawing 1 1 , 2 2 , . . . since that will automatically give us a dragon sequence. Consider the family of sets { { i j , j i } : 0 ≤ i < j ≤ 9 } (We include numbers like 0 4 even though there is no way we can choose these). There are 4 5 such sets, so if we pick 4 6 random numbers, we will have two numbers in the same set (furthermore, they will be { i j , j i } such that i , j = 0 ). So, 4 6 is enough. An example where 4 5 is not enough is to pick all numbers a b such that 9 ≥ a > b ≥ 0 .
Hence, the answer is 4 6 .