SOLUTION: Find the number of different subsets of the set {8, 9, 10}.

Algebra ->  Finite-and-infinite-sets -> SOLUTION: Find the number of different subsets of the set {8, 9, 10}.      Log On


   



Question 476965: Find the number of different subsets of the set {8, 9, 10}.
Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
{8,9,10}
The number of subsets will be 2^3 = 8
They are
{} {8} {9} {10} {8,9} {9,10} {10,8} {8,9,10}