document.write( "Question 865069: Consider selecting four elements, a, b, c, and d, from the set
\n" );
document.write( "A = {a, b, c, d, e}.
\n" );
document.write( " List all possible subsets of A consisting of these four elements. (Remember to use set-builder notation.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #521488 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Here are all the subsets of size 4:\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "{a,b,c,d} Note: we're excluding 'e' \n" ); document.write( "{a,b,c,e} Note: we're excluding 'd' \n" ); document.write( "{a,b,d,e} Note: we're excluding 'c' \n" ); document.write( "{a,c,d,e} Note: we're excluding 'b' \n" ); document.write( "{b,c,d,e} Note: we're excluding 'a'\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 5 subsets of size 4. \n" ); document.write( " |