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

Question

Let A={1,3,4,6,9}\mathrm{A}=\{1,3,4,6,9\} and B={2,4,5,8,10}\mathrm{B}=\{2,4,5,8,10\}. Let R\mathrm{R} be a relation defined on A×B\mathrm{A} \times \mathrm{B} such that R={((a1,b1),(a2,b2)):a1b2\mathrm{R}=\left\{\left(\left(a_{1}, b_{1}\right),\left(a_{2}, b_{2}\right)\right): a_{1} \leq b_{2}\right. and b1a2}\left.b_{1} \leq a_{2}\right\}. Then the number of elements in the set R is :

Options

Solution

Key Concepts and Formulas

  • Cartesian Product: For sets AA and BB, the Cartesian product A×BA \times B is the set of all ordered pairs (a,b)(a, b) where aAa \in A and bBb \in B.
  • Relation on a Set: A relation RR on a set SS is a subset of S×SS \times S. In this problem, the relation is defined on A×BA \times B, meaning R(A×B)×(A×B)R \subseteq (A \times B) \times (A \times B).
  • Multiplication Principle: If an event can occur in mm ways and a second independent event can occur in nn ways, then the number of ways both events can occur is m×nm \times n.

Step-by-Step Solution

Step 1: Understand the structure of the relation RR. The relation RR is defined on the set A×BA \times B. An element of RR is an ordered pair of elements from A×BA \times B. Let an element of RR be denoted by ((a1,b1),(a2,b2))((a_1, b_1), (a_2, b_2)), where (a1,b1)A×B(a_1, b_1) \in A \times B and (a2,b2)A×B(a_2, b_2) \in A \times B. The conditions for an element to be in RR are a1Aa_1 \in A, b1Bb_1 \in B, a2Aa_2 \in A, b2Bb_2 \in B, and the inequalities a1b2a_1 \leq b_2 and b1a2b_1 \leq a_2 must hold simultaneously. We are given A={1,3,4,6,9}A = \{1, 3, 4, 6, 9\} and B={2,4,5,8,10}B = \{2, 4, 5, 8, 10\}. The number of elements in RR, denoted by R|R|, is the number of such pairs ((a1,b1),(a2,b2))((a_1, b_1), (a_2, b_2)) that satisfy the given conditions.

Step 2: Decompose the problem using the Multiplication Principle. The conditions for an element to be in RR are a1b2a_1 \leq b_2 and b1a2b_1 \leq a_2. Notice that the first condition, a1b2a_1 \leq b_2, involves variables a1a_1 from set AA and b2b_2 from set BB. The choice of a1a_1 and b2b_2 is independent of the choice of b1b_1 and a2a_2. The second condition, b1a2b_1 \leq a_2, involves variables b1b_1 from set BB and a2a_2 from set AA. Since these two sets of choices are independent, we can count the number of pairs satisfying each condition separately and then multiply the results. Let N1N_1 be the number of ordered pairs (a1,b2)(a_1, b_2) such that a1Aa_1 \in A, b2Bb_2 \in B, and a1b2a_1 \leq b_2. Let N2N_2 be the number of ordered pairs (b1,a2)(b_1, a_2) such that b1Bb_1 \in B, a2Aa_2 \in A, and b1a2b_1 \leq a_2. Then, R=N1×N2|R| = N_1 \times N_2.

Step 3: Calculate N1N_1, the number of pairs (a1,b2)(a_1, b_2) with a1A,b2Ba_1 \in A, b_2 \in B and a1b2a_1 \leq b_2. We list the elements of AA and count how many elements in BB are greater than or equal to them.

  • If a1=1a_1 = 1: b2{2,4,5,8,10}b_2 \in \{2, 4, 5, 8, 10\}. All 5 elements satisfy 1b21 \leq b_2. (5 pairs)
  • If a1=3a_1 = 3: b2{4,5,8,10}b_2 \in \{4, 5, 8, 10\}. 4 elements satisfy 3b23 \leq b_2. (4 pairs)
  • If a1=4a_1 = 4: b2{4,5,8,10}b_2 \in \{4, 5, 8, 10\}. 4 elements satisfy 4b24 \leq b_2. (4 pairs)
  • If a1=6a_1 = 6: b2{8,10}b_2 \in \{8, 10\}. 2 elements satisfy 6b26 \leq b_2. (2 pairs)
  • If a1=9a_1 = 9: b2{10}b_2 \in \{10\}. 1 element satisfies 9b29 \leq b_2. (1 pair) Summing these counts: N1=5+4+4+2+1=16N_1 = 5 + 4 + 4 + 2 + 1 = 16.

Step 4: Calculate N2N_2, the number of pairs (b1,a2)(b_1, a_2) with b1B,a2Ab_1 \in B, a_2 \in A and b1a2b_1 \leq a_2. We list the elements of BB and count how many elements in AA are greater than or equal to them.

  • If b1=2b_1 = 2: a2{3,4,6,9}a_2 \in \{3, 4, 6, 9\}. 4 elements satisfy 2a22 \leq a_2. (4 pairs)
  • If b1=4b_1 = 4: a2{4,6,9}a_2 \in \{4, 6, 9\}. 3 elements satisfy 4a24 \leq a_2. (3 pairs)
  • If b1=5b_1 = 5: a2{6,9}a_2 \in \{6, 9\}. 2 elements satisfy 5a25 \leq a_2. (2 pairs)
  • If b1=8b_1 = 8: a2{9}a_2 \in \{9\}. 1 element satisfies 8a28 \leq a_2. (1 pair)
  • If b1=10b_1 = 10: There are no elements in AA such that 10a210 \leq a_2. (0 pairs) Summing these counts: N2=4+3+2+1+0=10N_2 = 4 + 3 + 2 + 1 + 0 = 10.

Step 5: Calculate the total number of elements in RR. Using the Multiplication Principle, R=N1×N2|R| = N_1 \times N_2. R=16×10=160|R| = 16 \times 10 = 160

Common Mistakes & Tips

  • Confusing the roles of aia_i and bib_i: Ensure that a1,a2a_1, a_2 are correctly identified as elements of set AA and b1,b2b_1, b_2 are correctly identified as elements of set BB.
  • Incorrectly applying the Multiplication Principle: This principle can only be applied when the conditions are independent. In this case, the choice of (a1,b2)(a_1, b_2) pairs is independent of the choice of (b1,a2)(b_1, a_2) pairs.
  • Errors in counting inequalities: Carefully check each inequality for every possible combination of elements from the respective sets.

Summary The problem requires us to find the number of pairs of pairs ((a1,b1),(a2,b2))((a_1, b_1), (a_2, b_2)) from A×BA \times B such that a1b2a_1 \leq b_2 and b1a2b_1 \leq a_2. We identified that the condition a1b2a_1 \leq b_2 involves independent choices from sets AA and BB, and the condition b1a2b_1 \leq a_2 involves independent choices from sets BB and AA. By applying the Multiplication Principle, we calculated the number of pairs satisfying the first condition (N1=16N_1 = 16) and the number of pairs satisfying the second condition (N2=10N_2 = 10). The total number of elements in the relation RR is the product of these two numbers, 16×10=16016 \times 10 = 160.

The final answer is \boxed{160}. This corresponds to option (A).

Practice More Sets, Relations & Functions Questions

View All Questions