document.write( "Question 847608: a={4,5,6}
\n" );
document.write( "b={a,b,c}
\n" );
document.write( "find subsets. \n" );
document.write( "
Algebra.Com's Answer #510574 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! a has 2^3 = 8 subsets: {}, {4}, {5}, {6}, {4,5}, {5,6}, {4,6}, {4,5,6}.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Your definition of set b is self-referential (b = {a,b,c} = {a, {a,b,c}, c} = {a, {a, {a,b,c}, c}, c} = ...) and it is unclear whether the previous set a is included. Assuming the elements of a second set B are {a,b,c}, B has eight subsets. \n" ); document.write( " |