document.write( "Question 765178: how many subsets does the set p= { -1, 0, 1, 2} have? \n" ); document.write( "
Algebra.Com's Answer #465990 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! There are n = 4 elements in set p. So there are 2^n = 2^4 = 16 subsets total. \n" ); document.write( " |