Suppose A1,A2,A3,⋯,A30 are thirty sets each having 5 elements and B1,B2,⋯,Bn are n sets each with 3 elements. Let ⋃30i−1Ai=⋃nj−1Bj=S and each element of S belongs to exactly 10 of the A′is and exactly 9 of the B′js. Then n is equal to
45
O(S)=O(⋃30i−1Ai)=110(5×30)=15
Since, element in the union S belongs to 10 of A′is
Also, O(S)=O(⋃nj−1Bj)=3n9=n3, ∴n3=15⇒n=45.