यदि A = {a, c, e} तथा B = {b, c, d, e} हों, तो केवल B में आने वाले तत्व कौन से हैं?
If A = {a, c, e} and B = {b, c, d, e}, which elements belong only to B (i.e., in B but not in A)?
Explanation opens after your attempt
C. {b, d}
Simple Explanation
"केवल B" का अर्थ है B − A (या B में वे तत्व जो A में नहीं हैं)। B में {b, c, d, e} हैं; A के सामान्य तत्व c और e को निकालने पर केवल {b, d} बचते हैं। विकल्प A ({c, e}) गलती से B∩A यानी साझा तत्व दिखाता है, इसलिए वह गलत है। परीक्षा सुझाव: किसी भी समय "only B" माँगा जाए, सीधे B − A निकालें। / "Only B" means B − A (elements in B that are not in A). B contains {b, c, d, e}; removing the common elements c and e (which are in A) leaves {b, d}. Option A ({c, e}) corresponds to the intersection B∩A, not the only-B part, so it is incorrect. Exam tip: For "only B" questions compute B − A quickly by removing common elements.
Login to save your score, XP, coins and progress.
