Asked by jiya
                How to show that 2nCn <= 2^2n?
            
            
        Answers
                    Answered by
            Steve
            
    Suppose you have a set with 2n elements. How many subsets can we form? 2^{2n} = 4^n.
Now how many subsets, each containing exactly n elements, can we form? This number is {2n choose n}.
In the first statement above, we considered all subsets (not just those with n elements), and so 4^n is greater than or equal to {2n choose n}.
    
Now how many subsets, each containing exactly n elements, can we form? This number is {2n choose n}.
In the first statement above, we considered all subsets (not just those with n elements), and so 4^n is greater than or equal to {2n choose n}.
                    Answered by
            jiya
            
    Thank you, but can u tell me how to prove it by induction?
    
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.