Combinatorics problem involving sets

Probability Level pending

Let S S be the collection of subsets of 1 , 2 , 3 , 4 , . . . . . . . , 100 {1,2,3,4,......., 100} , such that the intersection of any two sets in S S is non-empty.

What is the maximum number of elements of S S ? Enter your answer as the last two digits of this number.


The answer is 88.

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.

1 solution

Dhrubajyoti Ghosh
Aug 17, 2017

For any two sets in S S to be non-empty, each set has to have at least one element, say x x , in common. So, keeping x x fixed, we can create all sets containing x x in 2 99 2^{99} ways. This will give us the maximum number of elements in S S .

All that is left to do is to find last two digits of 2 99 2^{99} :

x 2 99 ( m o d 100 ) x \equiv 2^{99} \pmod{100} We break it down into x 2 99 ( m o d 25 ) x \equiv 2^{99} \pmod{25} and x 2 99 0 ( m o d 4 ) x \equiv 2^{99} \equiv 0 \pmod{4} _ _ _ 1

Since 2 10 1 ( m o d 25 ) 2^{10} \equiv -1 \pmod{25} , we have 2 90 1 ( m o d 25 ) 2^{90} \equiv -1\pmod{25} . Now 2 9 12 ( m o d 25 ) 2^{9} \equiv 12 \pmod{25} . Combining both, we have x 2 99 13 ( m o d 25 ) x \equiv 2^{99} \equiv 13 \pmod{25} . _ _ _ _ _ 2

Now we use CRT to combine 1 and 2 together. We write x = 25 j + 13 x = 25j + 13 . So, 25 j + 13 0 ( m o d 4 ) 25j +13 \equiv 0 \pmod{4} or 25 j 3 ( m o d 4 ) 25j \equiv 3 \pmod{4} . Solving for j, we have j 3 ( m o d 4 ) j \equiv 3\pmod{4} . Therefore, j = 4 k + 3 j=4k + 3 . Therefore, x = 25 ( 4 k + 3 ) + 13 x=25(4k+3) + 13 or x = 100 k + 88 x=100k + 88 . Therefore, x 2 99 88 ( m o d 100 ) x \equiv 2^{99} \equiv 88 \pmod{100} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...