यदि A = {a, b, c, d, e} है, तो ऐसे उपसमुच्चयों की संख्या कितनी है जिनमें a और b दोनों शामिल हों?
If A = {a, b, c, d, e}, how many subsets contain both a and b?
Explanation opens after your attempt
B. 8
Simple Explanation
a और b को शामिल करना अनिवार्य है, इसलिए वे 'फिक्स' हैं। शेष 3 तत्व (c, d, e) में से हर एक के लिए दो विकल्प हैं — शामिल हो या न हो — अतः कुल उपसमुच्चयों की संख्या \(2^3=8\) है। गलत विकल्पों के बारे में: \(4\) तब होता यदि केवल 2 स्वतंत्र तत्व माने गए हों (भूल), और \(32\) पूरे सेट के सभी उपसमुच्चयों \(2^5\) का मान होगा। परीक्षा टिप: पहले अनिवार्य तत्वों को फिक्स कर लें, फिर बचे हुए \(n-k\) तत्वों के लिए \(2^{n-k}\) से गिनती करें। / Elements a and b are fixed to be included, so we only choose from the remaining 3 elements (c, d, e). Each of these 3 can either be present or absent, giving \(2^3=8\) possible subsets. About the distractors: 4 arises if one mistakenly treats only two elements as free, while 32 equals \(2^5\), the total number of subsets of A. Exam tip: fix required elements first, then count choices for the remaining \(n-k\) elements as \(2^{n-k}\).
Login to save your score, XP, coins and progress.
