asked 64.8k views
0 votes
I = {1, 2}
List all possible subsets of the given set.

asked
User Gulty
by
8.7k points

2 Answers

4 votes


There are four subsets of this set:

1) The null set.

2) Itself ({1,2})

3) {1)

4) {2}

An interesting thing about set theory (which studies the above}. I thought for years

that set theory was abstract. Then, a friend of mine studied set theory as a

master's degree thesis in applied mathematics at a local university!

answered
User Rocking
by
8.5k points
3 votes
All possible subsets are {},{1},{2},{1,2}.
answered
User Gondalez
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.