Tesla high school has 1000 students and student clubs. You are told that:
For example, the pottery club might have 5 members, the science club might have 13 members, and there might be exactly 2 students who are in both clubs.
What is the maximum possible value of ?
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.
Index the students 1 , 2 , … , 1 0 0 0 . Index the clubs 1 , 2 , … , k . Let A be the k × 1 0 0 0 matrix over F 2 (the field of two elements) so that:
Consider the product A A T . Since each club is of odd size, the entries along the diagonal of A A T are all 1 . Since the intersection of clubs i , j ( i = j ) is even, the entries not along the diagonal of A A T are all 0 . Thus, A A T is the k × k indentity, which of course has rank k . Therefore, A has rank at least k . But if k > 1 0 0 0 , then since A is k × 1 0 0 0 , A has rank at most 1 0 0 0 < k , yielding a contradiction. Thus, k ≤ 1 0 0 0 .
Moreover, as pointed out by Vishnu , it is possible for k to be 1 0 0 0 . Thus, the answer is 1 0 0 0 .