यदि A = {1,2,3,4,5} है, तो A के कितने उपसमुच्चयों में 1 या 2 में से कोई भी तत्व नहीं होता?
If A = {1,2,3,4,5}, how many subsets of A contain neither 1 nor 2?
Explanation opens after your attempt
B. 8
Simple Explanation
यदि हम 1 और 2 को हटाते हैं तो बचते हैं {3,4,5} — कुल 3 तत्व। किसी सेट के उपसमुच्चयों की संख्या = \(2^{\text{(तत्त्वों की संख्या)}}\) इसलिए यहाँ \(2^3=8\) उपसमुच्चय होंगे। 16 (\(2^4\)) वाला विकल्प आम गलती है जब कोई एक ही तत्व हटाने या तत्वों की गिनती गलत कर लेता है। 4 (\(2^2\)) और 32 (\(2^5\)) भी गलत हैं — क्रमशः तभी मिलेंगे जब बचते हुए तत्त्व 2 या 5 माने जाएँ। परीक्षा सजेशन: पहले बचने वाले तत्वों की संख्या गिनें, फिर सीधे \(2^n\) लागू करें। / Removing 1 and 2 leaves {3,4,5}, which has 3 elements. Number of subsets = \(2^{\text{number of elements}}\), so \(2^3=8\). The option 16 (\(2^4\)) is a common mistake from miscounting elements (treating 4 remaining elements). Options 4 (\(2^2\)) and 32 (\(2^5\)) correspond to mistakenly using 2 or 5 elements respectively. Exam tip: always count the remaining elements after restrictions, then use \(2^n\).
Login to save your score, XP, coins and progress.
