document.write( "Question 614924: HOW MANY SUBSETS ARE POSSIBLE FROM A SET WITH 55 ELEMENTS? \n" ); document.write( "
Algebra.Com's Answer #386773 by ashipm01(26)![]() ![]() ![]() You can put this solution on YOUR website! There are \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The reason there are \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Take for example this set of three elements: {1, 2, 3}. Since there are three elements, there are \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "{}, \n" ); document.write( "{1}, \n" ); document.write( "{2}, \n" ); document.write( "{3}, \n" ); document.write( "{1,2}, \n" ); document.write( "{1,3}, \n" ); document.write( "{2,3}, \n" ); document.write( "{1,2,3}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The first subset is the empty set. That is formed by not including any of the elements. Next is just a single element subset formed by including the first element and excluding the other two elements. Each of the remaining subsets is formed in a similar manner, by including some elements and excluding other elements. And for each element, it is either in or out of each subset, so there are |