समुच्चय \(A=\{1,2,3,4,5\}\) पर \(R={(a,b):a+b\) संख्या (4) से विभाज्य है(}) में कुल कितने युग्म हैं?
On \(A=\{1,2,3,4,5\}\), how many pairs are in \(R={(a,b):a+b\) is divisible by (4)(})?
Explanation opens after your attempt
B. (6)
Concept
(4) से भाग देने पर शेष (0) वाला (4), शेष (1) वाले (1,5), शेष (2) वाला (2), और शेष (3) वाला (3) है। / Modulo (4), the counts are remainder (0:1), remainder (1:2), remainder (2:1), and remainder (3:1).
Why this answer is correct
योग विभाज्य होने के लिए शेष जोड़े ((0,0),(1,3),(3,1),(2,2)) चाहिए। / Sum divisible by (4) needs remainder pairs ((0,0),(1,3),(3,1),(2,2)).
Exam Tip
गिनती \(1\cdot1+2\cdot1+1\cdot2+1\cdot1=6\) होगी। / The count is \(1\cdot1+2\cdot1+1\cdot2+1\cdot1=6\).
Login to save your score, XP, coins and progress.
