If the number of subsets of { 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 } that are subsets of neither { 1 , 2 , 3 , 4 , 5 } nor { 4 , 5 , 6 , 7 , 8 , 9 } is k , find the sum of the digits of k .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I thought of the exact same thing but wasn't sure if I was right. Thanks!
@Zakir Husain , @X X , @Chew-Seong Cheong , the two solutions given here have different answers, I can't understand which one is right. Please help! Thanks!
Log in to reply
I think this one, the answer might be 420
Log in to reply
I got only 418. I think only 2 subsets should be removed, not 4. Can you please tell my mistake?
A = ( 1 , 2 , 3 , 4 , 5 ) B = ( 4 , 5 , 6 , 7 , 8 , 9 )
To form a set that is neither a subet of A nor B, we need the set C
The total number of set C satisfies the requirement = 7 ∗ 1 5 ∗ 4 = 4 2 0
Problem Loading...
Note Loading...
Set Loading...
There are 2 element in the intersection of {1,2,3,4,5} and {4,5,6,7,8,9}.
We can use the idea of Venn's Diagram and get 2 9 − 2 5 − 2 6 + 2 2 = 4 2 0 .