document.write( "Question 202305This question is from textbook
\n" );
document.write( ": Without writing them down, what are the number of subsets of the set A = {a, b, c, d, e}? Of set B = {a, b, c, d, e, f, g, h, i}? \r
\n" );
document.write( "\n" );
document.write( "I did not understand this question at all.. I go to school online so I do not get any help of any kind. I read all through my math book but I am so not getting this.. Can you please help?? \n" );
document.write( "
Algebra.Com's Answer #152526 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! I'll do the first one to get you started\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Recall, the number of subsets for set A is \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So basically, to find the number of subsets for set A, simply count the number of elements in set A and then raise that number as a power with 2 as the base.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To save ourselves from writing out every subset (and potentially making mistakes), we can simply use the given formula to find the number of possible subsets.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since n(A) = 5, this means that the possible number of subsets for A is\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are 32 possible subsets for A\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: even though set A has 5 elements, this generates 32 possible subsets. So we have saved ourselves from a lot of busy work.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's a much simpler example:\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let A = {a, b, c}\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The subsets of A are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "{a, b, c}, \n" ); document.write( "{a, b}, {a, c}, {b, c}, \n" ); document.write( "{a}, {b}, {c}, \n" ); document.write( "{ }\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are 8 subsets\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Take note that |