retagged by
468 views

1 Answer

1 votes
1 votes
Let the subset be denoted as a n-bit sequence of 0s and 1s

A 0 at the ith position indicates absence of the ith element

A 1 at the jth position indicates presence of the jth element

For example, let the set be {1,2,3}

Then {1,2} can be represented as 110

{1,2,3} can be represented as 111

and so on

 

Now the number of subsets of even cardinality in an n-element set  = number of n bit strings with an even number of ones

 number of n bit strings with an even number of ones = number of n bit strings with an odd number of ones

=>  number of n bit strings with an even number of ones = (number of different n bit strings)/2 = $2^{n-1}$

Related questions

594
views
1 answers
1 votes
sripo asked Feb 15, 2019
594 views
Let a and b be positive integers such that a > b and a^ 2 − b^ 2 is a prime number.Then a^2 − b^ 2 is equal to(A) a − b(B) a + b(C) a × b(D) none of the above
922
views
1 answers
3 votes
sripo asked Feb 15, 2019
922 views
When is the following statement true? (A ∪ B) ∩ C = A ∩ C(A) If Ā ∩ B ∩ C = φ(B) If A ∩ B ∩ C = φ(C) always(D) never
756
views
1 answers
1 votes
sripo asked Feb 15, 2019
756 views
If a fair die (with 6 faces) is cast twice, what is the probability that the twonumbers obtained differ by 2?(A) 1/12(B) 1/6(C) 2/9(D) 1/2
553
views
0 answers
2 votes
vivek_mishra asked Feb 17, 2019
553 views
Let ${(0,1)}^n$ set of all binary string of length n. Hamming sphere of radius around a string C in ${(0,1)}^n$ is the set of all strings d$\epsilon$ ... S(C,k) and S(C',k) are disjointcouldn't remember rest of the options.