there are 12 students and we are asked to form 3 partitions having 4 students in each partition. how many distinct partitions can be formed ? use p and c concept.
Answers
Answered by
9
Set partitions
In general, Bn is the number of partitions of a set of size n. A partition of a set S is defined as a set of nonempty, pairwise disjoint subsets of S whose union is S. For example, B3 = 5 because the 3-element set {a, b, c} can be partitioned in 5 distinct ways: { {a}, {b}, {c} }
Similar questions