यदि A={1,2,3,4}, B={1,2,3,4} और U=A×B है, तो U में ऐसे कितने क्रमित युग्म (a,b) हैं जो a<b या a+b=5 को संतुष्ट करते हैं?
If A={1,2,3,4}, B={1,2,3,4}, and U=A×B, how many ordered pairs (a,b) in U satisfy a<b or a+b=5?
Explanation opens after your attempt
A. 8
Simple Explanation
शर्त a<b को संतुष्ट करने वाले युग्म हैं (1,2), (1,3), (1,4), (2,3), (2,4), (3,4), इसलिए इनकी संख्या 6 है। शर्त a+b=5 को संतुष्ट करने वाले 4 युग्म हैं: (1,4), (2,3), (3,2), (4,1)। इनमें (1,4) और (2,3) दोनों शर्तों को संतुष्ट करते हैं, इसलिए उन्हें दो बार नहीं गिनना चाहिए। अतः कुल संख्या 6+4−2=8 है। परीक्षा-युक्ति: ‘या’ वाली दो शर्तों में समावेशन-बहिष्करण सूत्र |P∪Q|=|P|+|Q|−|P∩Q| लगाएँ। / The ordered pairs satisfying a<b are (1,2), (1,3), (1,4), (2,3), (2,4), and (3,4), giving 6 pairs. The pairs satisfying a+b=5 are (1,4), (2,3), (3,2), and (4,1), giving 4 pairs. The pairs (1,4) and (2,3) satisfy both conditions, so they must not be counted twice. Therefore, the required number is 6+4−2=8. Exam tip: For two conditions joined by ‘or’, use |P∪Q|=|P|+|Q|−|P∩Q|.
Login to save your score, XP, coins and progress.
