If Set S = {1,2,3,4}, how many permutations ofare there so that no subset is ever followed by a subset of smaller size?
So this is what I did:
Possible sizes are 0, 1, 2, 3, 4
which is 1, 4, 6, 4, 1, respectively
So I choose smallest first, which is still in respective order, so:
I did 1! * 4! * 6! * 4! * 1! which came out to be 414720
However, I doubt this is right. Anyone know if I did anything wrong?
Thanks.


LinkBack URL
About LinkBacks