document.write( "Question 1127578: List all of the subsets of the set A={a,b,c,d} \n" ); document.write( "
Algebra.Com's Answer #744000 by MathLover1(20849)![]() ![]() You can put this solution on YOUR website! the subsets of the set A={a,b,c,d} are:\r \n" ); document.write( "\n" ); document.write( "{} , {a} , {b} , {c} , {d} ,{a, b} , {a, c} , {a, d} , {b, c} , {b, d} , {c, d} , {a, b, c} , {a, b, d} , {a, c, d} , {b, c, d} , {a, b, c, d} (total: 16) \n" ); document.write( " |