JEE Challenger
More from Relations and Functions

Number of Elements in Relation on Set Product

Let A={2,3,4,5,6}A = \{2, 3, 4, 5, 6\}. Let RR be a relation on the set A×AA \times A given by (x,y)R(z,w)(x, y)R(z, w) if and only if xx divides zz and ywy \le w. Then the number of elements in RR is ______.

Official Numerical Answer120

Topics & Concepts

Step-by-Step Solution

To find the number of elements in the relation RR defined on A×AA \times A, we need to find the number of 4-tuples (x,y,z,w)A×A×A×A(x, y, z, w) \in A \times A \times A \times A such that:

  1. xx divides zz (written as xzx \mid z)
  2. ywy \le w

where A={2,3,4,5,6}A = \{2, 3, 4, 5, 6\}.

Since the condition for xx and zz is independent of the condition for yy and ww, the total number of elements in RR is given by: R=S1×S2|R| = S_1 \times S_2 where S1S_1 is the number of ordered pairs (x,z)A×A(x, z) \in A \times A such that xzx \mid z, and S2S_2 is the number of ordered pairs (y,w)A×A(y, w) \in A \times A such that ywy \le w.

Step 1: Calculate S1S_1 (Number of pairs (x,z)(x, z) such that xzx \mid z)

We list the possible values for zz corresponding to each xAx \in A:

  • For x=2x = 2, z{2,4,6}z \in \{2, 4, 6\} (3 pairs: (2,2),(2,4),(2,6)(2,2), (2,4), (2,6))
  • For x=3x = 3, z{3,6}z \in \{3, 6\} (2 pairs: (3,3),(3,6)(3,3), (3,6))
  • For x=4x = 4, z{4}z \in \{4\} (1 pair: (4,4)(4,4))
  • For x=5x = 5, z{5}z \in \{5\} (1 pair: (5,5)(5,5))
  • For x=6x = 6, z{6}z \in \{6\} (1 pair: (6,6)(6,6))

Summing these up: S1=3+2+1+1+1=8S_1 = 3 + 2 + 1 + 1 + 1 = 8

Step 2: Calculate S2S_2 (Number of pairs (y,w)(y, w) such that ywy \le w)

We list the possible values for ww corresponding to each yAy \in A:

  • For y=2y = 2, w{2,3,4,5,6}w \in \{2, 3, 4, 5, 6\} (5 pairs)
  • For y=3y = 3, w{3,4,5,6}w \in \{3, 4, 5, 6\} (4 pairs)
  • For y=4y = 4, w{4,5,6}w \in \{4, 5, 6\} (3 pairs)
  • For y=5y = 5, w{5,6}w \in \{5, 6\} (2 pairs)
  • For y=6y = 6, w{6}w \in \{6\} (1 pair)

Summing these up: S2=5+4+3+2+1=15S_2 = 5 + 4 + 3 + 2 + 1 = 15

Step 3: Calculate the total number of elements in RR

R=S1×S2=8×15=120|R| = S_1 \times S_2 = 8 \times 15 = 120

Thus, the number of elements in RR is 120120.

Number of Elements in Relation on Set Product | Mathematics PYQ Solution - JEE Challenger