यदि A = {1,2,3,4,5,6} हो, तो ऐसे उपसमुच्चयों की संख्या कितनी है जिनमें 2 शामिल न हो?
If A = {1,2,3,4,5,6}, how many subsets do not contain 2?
Explanation opens after your attempt
B. 32
Simple Explanation
कुल सेट में 6 अवयव हैं, इसलिए सभी उपसमुच्चयों की संख्या 26 = 64 है। यदि हम विशेष रूप से उन उपसमुच्चयों की गिनती करना चाहें जिनमें 2 मौजूद नहीं है, तो 2 को हटाने पर शेष 5 अवयवों के सभी उपसमुच्चय बनते हैं, यानी 25 = 32। इसलिए उत्तर 32 है। नोट: 16 = 24 तब मिलता यदि केवल 4 अवयव बचे होते; 64 में वे भी शामिल हैं जिनमें 2 हो (इसलिए वह सभी उपसमुच्चयों की संख्या है)। परीक्षा टिप: किसी निश्चित तत्व को शामिल न करने वाले उपसमुच्चयों की संख्या कुल उपसमुच्चयों का आधा होती है (यदि तत्व की उपस्थिति/अनुपस्थिति स्वतंत्र हो)। / The set has 6 elements, so total subsets = 26 = 64. Subsets that do not contain the element 2 are exactly the subsets of the remaining 5 elements, which number 25 = 32. Thus 32 is correct. Remarks on distractors: 16 = 24 would correspond to only 4 remaining elements; 64 counts all subsets including those with 2; 48 is not a power of two and cannot be the exact count of subsets. Exam tip: excluding one fixed element halves the total number of subsets, so use 2^(n-1).
Login to save your score, XP, coins and progress.
