document.write( "Question 1038680: What would be the likely subsets for {a,b,c,d}? \n" ); document.write( "
Algebra.Com's Answer #653403 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Likely? Each subset is as likely as any other. \n" ); document.write( "{a} {b} {c} {d} \n" ); document.write( "{a,b} {a,c} {a,d} {b,c} {b,d} {c,d} \n" ); document.write( "{a,b,c} {a,b,d} {a,c,d} {b,c,d} \n" ); document.write( "{a,b,c,d} \n" ); document.write( "Empty Set \n" ); document.write( " |