document.write( "Question 261923: what are the subsets of a = {p,q,r,s,t}.
\n" ); document.write( "I know there should be 32 subsets but I can only find 26 of them.
\n" ); document.write( "

Algebra.Com's Answer #193034 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Here are all of the subsets of {p,q,r,s,t}\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "{p,q,r,s,t},
\n" ); document.write( "{p,q,r,s}, {p,q,r,t}, {p,q,s,t}, {p,r,s,t}, {q,r,s,t},
\n" ); document.write( "{p,q,r}, {p,q,s}, {p,q,t}, {p,r,s}, {p,r,t}, {p,s,t}, {q,r,s}, {q,r,t}, {q,s,t}, {r,s,t},
\n" ); document.write( "{p,q}, {p,r}, {p,s}, {p,t}, {q,r}, {q,s}, {q,t}, {r,s}, {r,t}, {s,t},
\n" ); document.write( "{p}, {q}, {r}, {s}, {t},
\n" ); document.write( "{}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: {} denotes the empty set
\n" ); document.write( "
\n" );