Analyzing the Setup
Imagine you are standing in front of a massive, shimmering container, which we will call set T. This container is a masterpiece constructed by two different groups of architects.
On one side, we have a group of 50 sets, X1,X2,…,X50. On the other, we have a group of n sets, Y1,Y2,…,Yn. Both groups, when combined, perfectly fill our container T.
Phase 1
The Naive Count and the Correction
Let's start with the first group of architects, the X collection. We are told there are 50 sets, and each set Xi contains exactly 10 elements.
If we were to walk up to each of these 50 sets and write down every element we see, we would have a total of 500 entries:
50×10=500
However, this is a 'naive' count that assumes every element is unique. The problem states that every single element in our container T is actually present in exactly 20 of these X sets.
To find the true, unique number of elements in
T, we must divide our total count by this repetition factor:
∣T∣=20500=25
The fog is lifting; our container T holds exactly 25 unique elements.
Phase 2
The Bridge to the Y-Collection
Now, let's turn our attention to the second group of architects, the Y collection. We have n sets, and each set Yi contains 5 elements.
If we perform the same naive count, we get a total of 5n entries. We are told that each element of T is present in exactly 6 of these Y sets.
To find the true size of
T using this second perspective, we apply the same logic:
∣T∣=65n
Phase 3
The Grand Synthesis
We have now calculated the size of the exact same container
T in two different ways. Since these two expressions describe the same set, they must be equal:
65n=25
Now, we solve for
n. Multiply both sides by 6 to clear the fraction:
5n=25×6
5n=150
Finally, divide by 5 to isolate
n:
n=5150=30
And there we have it! The number of sets in the second collection, n=30.
We didn't need to know which elements were where; we only needed to understand the relationship between the total count and the frequency of occurrence. Keep this 'overcounting' principle in your toolkit—it is a powerful weapon for any JEE aspirant!