BMAD Posted December 12, 2013 Report Share Posted December 12, 2013 Given a set X with n elements, and sets A and B which are subsets of X, what is the probability of A being a subset of B? Quote Link to comment Share on other sites More sharing options...
0 bonanova Posted December 13, 2013 Report Share Posted December 13, 2013 (edited) We aren't told anything about how subsets A and B are constituted. So let's make as few assumptions as possible about their formation, requiring only that all the elements of each subset are chosen by a single uniform process. Let A's elements be chosen from X by flipping a biased coin that is successful with probability a. Let B be formed with a different biased coin with success probability b. The probability that an element of X is chosen for A but not B is thus q = a(1-b). We seek the probability that this did not happen for any of X's n elements. Since the coin flips are independent events, the individual probabilities can be multiplied. Thus, p(A sub B) = (1-q)n. Edit: in case memberships are determined by fair coin flips, p(A sub B) = (0.75)n. Edited December 13, 2013 by bonanova Added special case Quote Link to comment Share on other sites More sharing options...
0 superprismatic Posted December 15, 2013 Report Share Posted December 15, 2013 If, by the problem you mean that, if we pick subsets in such a way that every subset is equally likely to be chosen as any other subset, and we label them A and B randomly, then you have Bonanova's case where a=b=1/2 for the probability that A⊆ B which, I agree with Bonanova, is (0.75)n. If, on the other hand, you mean that, if we pick subsets in such a way that every subset is equally likely to be chosen as any other subset, and we label them A and B and we ask what is the probability that A⊆ B or B⊆ A (in other words, whether the smaller subset is a subset of the larger), then the probability is (3n-2n-1)/22n-1. Quote Link to comment Share on other sites More sharing options...
Question
BMAD
Given a set X with n elements, and sets A and B which are subsets of X, what is the probability of A being a subset of B?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.