Sets + Probability = aweSUM !

A A is a set consisting of 10 elements. Subsets P P and Q Q are selected at random (the subsets can be the same). Find the probability such that Q Q has just 1 more element than P P .

Note:
The null set \emptyset is also a valid subset.


The answer is 0.1601.

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.

1 solution

Avineil Jain
May 7, 2014

Let r elements be selected from A for subset P. Number of ways of selecting P is-

( n r ) \dbinom{n}{r}

Since the set A is complete again, we can select Q in-

( n r + 1 ) \dbinom{n}{r+1} ways

Total number of ways -

i = 0 k ( n r ) ( n r + 1 ) \displaystyle\sum_{i=0}^k \dbinom{n}{r} \dbinom{n}{r+1} where k = n 1 k= n-1

Using properties of binomial, we can easily find the sum. It comes out to be ( 2 n n + 1 ) \dbinom{2n}{n+1}

Since total number of ways of selecting P and Q is 4 n 4^{n} , the probability is-

P ( E ) = ( 2 n n + 1 ) 4 n P(E) = \dfrac{\dbinom{2n}{n+1}}{4^{n}}

Substitute n=10 to get the answer!

There is no need to mention that "the elements of A are replaced", because they are not "removed". I've updated the wording of the problem. Please check that it is accurate.

Calvin Lin Staff - 7 years, 1 month ago

Log in to reply

OK Sir. I just wanted to be more specific!

Avineil Jain - 7 years, 1 month ago

@Calvin Lin @Avineil Jain Can't the number of ways of selecting P P and Q Q be ( 2 10 2 ) \binom{2^{10}}{2} , as there are a total of 2 10 2^{10} subsets, instead of ( ( 10 0 ) + ( 10 1 ) + + ( 10 10 ) ) 2 \left(\binom{10}{0}+\binom{10}{1}+ \cdots+\binom{10}{10}\right)^2 ?

The problem should mention where to select P P and Q Q from, that is, from the power set of A A or from the set A A itself.

That is, it should mention whether P P can be equal to Q Q or not.

Pratik Shastri - 6 years, 8 months ago

Log in to reply

I've updated the phrasing to indicate that we could have P = Q P=Q .

P and Q are subsets of A, which are also elements of the power set of A.

Calvin Lin Staff - 6 years, 8 months ago

Log in to reply

I meant that if we select P P and Q Q from the power set of A A , they will be different and if we select them from A A , then they can be equal.

Pratik Shastri - 6 years, 8 months ago

I thought Q should have all the elements of P plus one additional element, which gives another answer

Lina Sharifi Moghaddam - 6 years, 6 months ago

Done Exactly the Same Way! the answer comes out to be: 20995 131072 \large\dfrac{20995}{131072}

Kunal Gupta - 6 years, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...