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
Logic: Finite and infinite sets
Logic
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Finite-and-infinite-sets
Question 476965
:
Find the number of different subsets of the set {8, 9, 10}.
Answer by
mananth(16946)
(
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}