document.write( "Question 581559: Find all the subsets of {2,o,t} \n" ); document.write( "
Algebra.Com's Answer #371729 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Subsets of {2,o,t}:\r \n" ); document.write( "\n" ); document.write( "{} \n" ); document.write( "{2}, {o}, {t}, \n" ); document.write( "{2, o}, {2, t}, {o, t} \n" ); document.write( "{2, o, t}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: {} is the empty set\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, notice how there are 2^3 = 8 subsets \n" ); document.write( " |