- snigdha1605
- Senior | Next Rank: 100 Posts
- Posts: 43
- Joined: Fri Feb 22, 2013 10:41 pm
- Thanked: 3 times
How many different subsets of the set {0, 1, 2, 3, 4, 5} do not contain 0?
16
27
31
32
64
OA- 32
[spoiler]Can someone help me with the below logic -
Total sets without 0 =
5 (Individual sets of 1 number each - {1},{2}, etc)
5C2 (Sets of 2 numbers each)
5C3 (sets of 3 numbers each)
5C4 (sets of 4 numbers each)
5C5 (Set of 5 numbers)
= 5+10+10+5+1 = 31
(which set am i missing?)
[/spoiler][/spoiler]
16
27
31
32
64
OA- 32
[spoiler]Can someone help me with the below logic -
Total sets without 0 =
5 (Individual sets of 1 number each - {1},{2}, etc)
5C2 (Sets of 2 numbers each)
5C3 (sets of 3 numbers each)
5C4 (sets of 4 numbers each)
5C5 (Set of 5 numbers)
= 5+10+10+5+1 = 31
(which set am i missing?)
[/spoiler][/spoiler]


















