document.write( "Question 165241: Let c = {p,l,u,s}. How many subsets does c have? \n" ); document.write( "
Algebra.Com's Answer #121821 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Subsets of c (16 total):\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "{p,l,u,s},
\n" ); document.write( "{p,l,u},{p,l,s},{p,u,s},{l,u,s}
\n" ); document.write( "{p,l},{p,u},{p,s},{l,u},{l,s},{u,s}
\n" ); document.write( "{p},{l},{u},{s}
\n" ); document.write( "{}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: {} denotes the empty set\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To help confirm (not completely verify) that we have the right answer, notice how there are 16 subsets. It turns out that for any set A of \"n\" elements, the total number of subsets of set A is \"2%5En\". Since there are 4 elements in set c, and \"2%5E4=16\", this helps confirm that we at least have the right number of subsets listed.
\n" ); document.write( "
\n" );