document.write( "Question 729191: Must show all work! \r
\n" );
document.write( "\n" );
document.write( "If A={1, 2, 3, 4, 5, 6, 7, 8}\r
\n" );
document.write( "\n" );
document.write( "How many subsets does of A have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #445757 by nalcob(1)![]() ![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "When a set has n elements, the no. of subsets of the set is 2^n. In set A there are 8 elements so n = 8. Number of subsets is 2^8 = 256 \n" ); document.write( " |