यदि A = {2, 3, 5, 7} हो, तो ऐसे कुल कितने उपसमुच्चय हैं जो दोनों 2 और 7 को शामिल करते हैं?
If A = {2, 3, 5, 7}, how many subsets of A contain both 2 and 7?
Explanation opens after your attempt
B. 4
Simple Explanation
यथा‑A में कुल 4 तत्व हैं। 2 और 7 दोनों शामिल करना अनिवार्य है, इसलिए शेष दो तत्व (3 और 5) प्रत्येक के लिए शामिल या न शामिल—दो विकल्प हैं। कुल उपसमुच्चयों की संख्या = 2^{2} = 4। विकल्प C (8) गलत है क्योंकि 8 तब मिलता यदि तीन स्वतंत्र विकल्प होते \(2^{3}\)। परीक्षा सुझाव: किसी n-तत्व श्रेणी में k तय किए गए तत्व शामिल होने पर उपसमुच्चयों की संख्या सामान्यतः \(2^{\,n-k}\) होती है। / Set A has 4 elements. Fixing 2 and 7 leaves two remaining elements (3 and 5), each of which may either be present or absent, giving 2 choices each. Hence the number of subsets = 2^{2} = 4. Option C (8) is incorrect — 8 would occur if there were three free elements \(2^{3}\). Exam tip: For a set of size n with k elements required, the count of such subsets is \(2^{\,n-k}\).
Login to save your score, XP, coins and progress.
