document.write( "Question 206647This question is from textbook
\n" );
document.write( ": Hello,\r
\n" );
document.write( "\n" );
document.write( "Can someone please help me with this problem.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " 1. Write down all possible subsets of {x, y, z}
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #156177 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! A subset is simply a set that contains either all of the elements of the given set, or some of the elements of the given set.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So in this case, the subsets of {x, y, z} are\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "{x, y, z}, \n" ); document.write( "{x, y}, {x, z}, {y, z} \n" ); document.write( "{x}, {y}, {z}, \n" ); document.write( "{ }\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: { } is the empty set \n" ); document.write( " |