document.write( "Question 1025984: if a given set has nine elements, how many of its subsets have at least five elements? \n" ); document.write( "
Algebra.Com's Answer #641267 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
There are 2^9 subsets, and exactly half of them (2^8 = 256) contain at least five elements by symmetry. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you have a subset with fewer than five elements, then its complement will contain at least five elements.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );