document.write( "Question 448585: I don't understand this problem.\r
\n" );
document.write( "\n" );
document.write( "Given That A= {a,b,c}\r
\n" );
document.write( "\n" );
document.write( "1.)List all of the subsets of A that have exactly one element.
\n" );
document.write( "2.)List all of the subsets of A that have exactly two elements. \n" );
document.write( "
Algebra.Com's Answer #308675 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Say you have the set {1, 2, 3}. A subset of that given set will be any set that has either 1, 2, or 3 as elements and nothing else. So the set {1,2} is a subset of the set {1,2,3}\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.)List all of the subsets of A that have exactly one element.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "List of subsets that have exactly one element: {a}, {b}, {c}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2.)List all of the subsets of A that have exactly two elements.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "List of subsets that have exactly two elements: {a,b}, {a,c}, {b,c} \n" ); document.write( " |