Skip to main content
Back to Sets, Relations & Functions
JEE Main 2022
Sets, Relations & Functions
Sets and Relations
Medium

Question

Let A={1,2,3,4}A=\{1,2,3,4\} and R\mathrm{R} be a relation on the set A×AA \times A defined by R={((a,b),(c,d)):2a+3b=4c+5d}R=\{((a, b),(c, d)): 2 a+3 b=4 c+5 d\}. Then the number of elements in R\mathrm{R} is ____________.

Answer: 2

Solution

1. Key Concepts and Formulas

  • Set Definition: Given a set A={1,2,3,4}A = \{1,2,3,4\}, the set A×AA \times A consists of all ordered pairs (x,y)(x,y) where xAx \in A and yAy \in A.
  • Relation Definition: A relation RR on a set SS is a subset of S×SS \times S. In this problem, S=A×AS = A \times A. Thus, elements of RR are of the form ((a,b),(c,d))((a,b), (c,d)) where (a,b)A×A(a,b) \in A \times A and (c,d)A×A(c,d) \in A \times A.
  • Counting Elements: To find the number of elements in a relation defined by an equality between two expressions, we systematically evaluate the possible values of each expression and count how many pairs of inputs yield each value. The total number of relation elements is the sum of the products of the counts for common values.

2. Step-by-Step Solution

The problem defines a relation RR on the set A×AA \times A, where A={1,2,3,4}A = \{1,2,3,4\}. The relation is given by R={((a,b),(c,d)):2a+3b=4c+5d}R=\{((a, b),(c, d)): 2 a+3 b=4 c+5 d\}. We need to find the number of elements in RR. This means we need to find the number of pairs ((a,b),(c,d))((a,b), (c,d)) such that a,b,c,d{1,2,3,4}a, b, c, d \in \{1,2,3,4\} and 2a+3b=4c+5d2a+3b = 4c+5d.

Step 1: Determine the possible values and frequencies for the expression 2a+3b2a+3b.

We list all possible pairs (a,b)(a,b) from A×AA \times A and compute the value of 2a+3b2a+3b.

(a,b)2a+3b2a+3b(a,b)2a+3b2a+3b(a,b)2a+3b2a+3b(a,b)2a+3b2a+3b
(1,1)5(2,1)7(3,1)9(4,1)11
(1,2)8(2,2)10(3,2)12(4,2)14
(1,3)11(2,3)13(3,3)15(4,3)17
(1,4)14(2,4)16(3,4)18(4,4)20

Let V1={2a+3ba,bA}V_1 = \{2a+3b \mid a,b \in A\}. The set of unique values is V1={5,7,8,9,10,11,12,13,14,15,16,17,18,20}V_1 = \{5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20\}. Let N1(k)N_1(k) be the number of pairs (a,b)(a,b) such that 2a+3b=k2a+3b=k. From the table: N1(5)=1,N1(7)=1,N1(8)=1,N1(9)=1,N1(10)=1,N1(11)=2N_1(5)=1, N_1(7)=1, N_1(8)=1, N_1(9)=1, N_1(10)=1, N_1(11)=2 (from (1,3) and (4,1)), N1(12)=1,N1(13)=1,N1(14)=2N_1(12)=1, N_1(13)=1, N_1(14)=2 (from (1,4) and (4,2)), N1(15)=1,N1(16)=1,N1(17)=1,N1(18)=1,N1(20)=1N_1(15)=1, N_1(16)=1, N_1(17)=1, N_1(18)=1, N_1(20)=1.

Step 2: Determine the possible values and frequencies for the expression 4c+5d4c+5d.

We list all possible pairs (c,d)(c,d) from A×AA \times A and compute the value of 4c+5d4c+5d.

(c,d)4c+5d4c+5d(c,d)4c+5d4c+5d(c,d)4c+5d4c+5d(c,d)4c+5d4c+5d
(1,1)9(2,1)13(3,1)17(4,1)21
(1,2)14(2,2)18(3,2)22(4,2)26
(1,3)19(2,3)23(3,3)27(4,3)31
(1,4)24(2,4)28(3,4)32(4,4)36

Let V2={4c+5dc,dA}V_2 = \{4c+5d \mid c,d \in A\}. The set of unique values is V2={9,13,14,17,18,19,21,22,23,24,26,27,28,31,32,36}V_2 = \{9, 13, 14, 17, 18, 19, 21, 22, 23, 24, 26, 27, 28, 31, 32, 36\}. Let N2(k)N_2(k) be the number of pairs (c,d)(c,d) such that 4c+5d=k4c+5d=k. Since gcd(4,5)=1\gcd(4,5)=1, for any given sum kk, there can be at most one pair (c,d)(c,d) that produces it within a certain range. In this case, each value in V2V_2 is unique for the given domain of cc and dd. Thus, N2(k)=1N_2(k)=1 for all kV2k \in V_2.

Step 3: Find the common values in V1V_1 and V2V_2.

The condition for an element to be in RR is 2a+3b=4c+5d2a+3b = 4c+5d. We need to find the values kk that are present in both V1V_1 and V2V_2. V1={5,7,8,9,10,11,12,13,14,15,16,17,18,20}V_1 = \{5, 7, 8, \mathbf{9}, 10, 11, 12, \mathbf{13}, \mathbf{14}, 15, 16, \mathbf{17}, \mathbf{18}, 20\} V2={9,13,14,17,18,19,21,22,23,24,26,27,28,31,32,36}V_2 = \{\mathbf{9}, \mathbf{13}, \mathbf{14}, \mathbf{17}, \mathbf{18}, 19, 21, 22, 23, 24, 26, 27, 28, 31, 32, 36\}

The common values are K=V1V2={9,13,14,17,18}K = V_1 \cap V_2 = \{9, 13, 14, 17, 18\}.

Step 4: Calculate the number of elements in RR for each common value and sum them up.

For each common value kk, the number of elements in RR corresponding to this value is N1(k)×N2(k)N_1(k) \times N_2(k).

  • For k=9k=9: N1(9)=1N_1(9) = 1 (pair is (3,1)), N2(9)=1N_2(9) = 1 (pair is (1,1)). Contribution = 1×1=11 \times 1 = 1. The element is ((3,1),(1,1))((3,1),(1,1)).
  • For k=13k=13: N1(13)=1N_1(13) = 1 (pair is (2,3)), N2(13)=1N_2(13) = 1 (pair is (2,1)). Contribution = 1×1=11 \times 1 = 1. The element is ((2,3),(2,1))((2,3),(2,1)).
  • For k=14k=14: N1(14)=2N_1(14) = 2 (pairs are (1,4) and (4,2)), N2(14)=1N_2(14) = 1 (pair is (1,2)). Contribution = 2×1=22 \times 1 = 2. The elements are ((1,4),(1,2))((1,4),(1,2)) and ((4,2),(1,2))((4,2),(1,2)).
  • For k=17k=17: N1(17)=1N_1(17) = 1 (pair is (4,3)), N2(17)=1N_2(17) = 1 (pair is (3,1)). Contribution = 1×1=11 \times 1 = 1. The element is ((4,3),(3,1))((4,3),(3,1)).
  • For k=18k=18: N1(18)=1N_1(18) = 1 (pair is (3,4)), N2(18)=1N_2(18) = 1 (pair is (2,2)). Contribution = 1×1=11 \times 1 = 1. The element is ((3,4),(2,2))((3,4),(2,2)).

The total number of elements in RR is the sum of these contributions: R=1+1+2+1+1=6|R| = 1 + 1 + 2 + 1 + 1 = 6.

3. Common Mistakes & Tips

  • Scope of Variables: Ensure you correctly understand that a,b,c,da, b, c, d are all from the set A={1,2,3,4}A=\{1,2,3,4\}.
  • Counting Frequencies: Carefully count how many different pairs (a,b)(a,b) can result in the same value for 2a+3b2a+3b, and similarly for 4c+5d4c+5d. This is crucial for the multiplication principle.
  • Intersection of Values: The relation requires the values of 2a+3b2a+3b and 4c+5d4c+5d to be equal, so you must find the common values in the sets of possible outcomes for each expression.

4. Summary

To determine the number of elements in the relation R={((a,b),(c,d)):2a+3b=4c+5d}R=\{((a, b),(c, d)): 2 a+3 b=4 c+5 d\} on A×AA \times A where A={1,2,3,4}A=\{1,2,3,4\}, we systematically calculated all possible values of 2a+3b2a+3b and 4c+5d4c+5d along with their frequencies. We then identified the common values between these two sets of results. For each common value, we multiplied the number of ways to obtain it from 2a+3b2a+3b by the number of ways to obtain it from 4c+5d4c+5d. Summing these products gave the total number of elements in RR. The common values were found to be {9,13,14,17,18}\{9, 13, 14, 17, 18\}, leading to a total count of 6 elements in the relation.

The final answer is 6\boxed{6}.

Practice More Sets, Relations & Functions Questions

View All Questions