Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
333
2
avatar

Let S={1,2,3,,n}. Three subsets  A,B,C  of S are chosen at random. Find the probability that ABC.

 

ABCjust means all elements of  A are elements of B and all elements of B are elements of C.

 Sep 12, 2021
 #1
avatar
0

There are 2^n ways of choosing C, then 2^(n - 1) ways of choosing B, then 2^(n - 2) ways of choosing A, so the probability is 2^n*2^(n - 1)*2^(n - 2)/(2^n*2^n*2^n) = 1/8.

 Sep 12, 2021
 #2
avatar
0

B is not strictly one element less than C.

Guest Sep 13, 2021

0 Online Users