The "Brilliant" Set

Consider the set S = { B , R , I , L , A , N , T } \mathbb{S} =\{B,R,I,L,A,N,T\} . How many ways are there for us to partition the set into any number of non empty disjoint subsets whose Union is S \mathbb{S} ?.


The answer is 877.

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.

4 solutions

Abhishek Sinha
Apr 10, 2015

Let P n , m P_{n,m} denote the number of ways of partitioning n n numbers in m m non-empty and disjoint subsets. Clearly, we have P n , 1 = 1 , n 1 , ( 1 ) P_{n,1}=1, \hspace{10pt} \forall n \geq 1,\hspace{56pt}(1) Now consider adding a new element to an existing partition with n 1 n-1 elements and m m subsets. This new element can go into any one of the previous m m subsets (thus preserving the number of subsets ) or form a subset of its own (and hence increasing the number of subsets from m m to m + 1 m+1 ). Thus, we have the following recursions : P n . m = m P n 1 , m + P n 1 , m 1 , if m n P_{n.m}=mP_{n-1,m}+P_{n-1,m-1}, \hspace{10pt} \text{if} \hspace{5pt}m\leq n and, P n , m = 0 if m > n ( 2 ) P_{n,m}=0\hspace{10pt}\text{if}\hspace{10pt} m >n \hspace{20pt}(2) The recursions (1) and (2) can be solved easily. In our problem, we have n = 7 n=7 and we require m = 1 7 P 7 , m \sum_{m=1}^{7}P_{7,m} , which is computed to be 877 877 .

The number of ways of partitioning a set of n n distinct elements is the Bell number B n . B_{n}. From the sequence given here we see that the answer to this question is B 7 = 877 . B_{7} = \boxed{877}.

You're welcome! =D

Pi Han Goh - 6 years, 2 months ago

Log in to reply

Hahaha. Now that you and Caleb have introduced me to these numbers I see them popping up everywhere. :D

Brian Charlesworth - 6 years, 2 months ago
Parth Lohomi
Apr 9, 2015

Solve using 'Atkins array'

That is

a a

a , 2 a a,2a

2 a , 3 a . 5 a 2a,3a.5a

5 a , 7 a , 10 a , 15 a 5a,7a,10a,15a

. . . . . . . . . . . . ............

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .............................

So, in all cases we have a = 1 a=1 and the First element of(which is same as the last element of \text{First element of(which is same as the last element of} ( n 1 ) t h (n-1)^{th} ) row n t h n^{th} row represents A n 1 \text{row represents} A_{n-1} where A n 1 A_{n-1} is the number of partitions of set (containg n n distinct elements) into disjoint subsets whose union is A

So we have the atkins array as

1 = A 0 1 = A_0

1 , 2 = A 1 1,2=A_1

2 , 3 , 5 = A 2 2,3,5=A_2

5 , 7 , 10 , 15 = A 3 5,7,10,15=A_3

15 , 20 , 27 , 37 , 52 = A 4 15,20,27,37,52=A_4

52 , 67 , 87 , 114 , 151 , 203 = A 5 52,67,87,114,151,203=A_5

203 , 255 , 322 , 409 , 523 , 674 , 877 = A 6 203,255,322,409,523,674,\boxed{877}=A_6

SO 877 \boxed {877} is the answer, As the first element of 8 t h 8^{th} is same as last element of 7 t h 7^{th} row.

Thanks to AGL sir 8-).

Shubhendra Singh - 6 years, 2 months ago

Log in to reply

Thanks to AGL sir for the question too XD

Parth Lohomi - 6 years, 2 months ago

Log in to reply

Thanks to Brilliant :P.

Shubhendra Singh - 6 years, 2 months ago

Neat pattern (like Pascal's triangle) to find Bell numbers.

Prayas Rautray - 3 years, 9 months ago

There is no direct solution yet. We can simply calculate the all possible configurations of splitting, see the picture:

The rows are reading as follows: the number of elements at every subset (italic). The bold number is the number of possible configuration.

Just for example the row H ( 3 , 3 , 1 ) (3,3,1) is calculated as follow: ( 7 3 ) ( 7 3 3 ) 2 ! = 70 \frac{\binom{7}{3}*\binom{7-3}{3}}{2!}=70

We need to divide by the possible rearrange of subsets of 3 3 .

Repeating for every configuration we have the total result: 877 877

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...