-
vipulgoyal
- Master | Next Rank: 500 Posts
- Posts: 468
- Joined: Mon Jul 25, 2011 10:20 pm
- Thanked: 29 times
- Followed by:4 members
The common subsets can only have the common elements : 2, 3, and 4.vipulgoyal wrote:A set of n elements has 2^n subsets, including both the set itself and the empty set. How many common subsets do set {1, 2, 3, 4} and set {2, 3, 4, 5} have?
Hence, number of common subsets = Number of subsets of the set {2, 3, 4} = 2^3 = 8












