Skip to main content
Back to Sets, Relations & Functions
JEE Main 2020
Sets, Relations & Functions
Sets and Relations
Hard

Question

Let R be a relation from the set {1,2,3,,60}\{1,2,3, \ldots, 60\} to itself such that R={(a,b):b=pqR=\{(a, b): b=p q, where p,q3p, q \geqslant 3 are prime numbers}. Then, the number of elements in R is :

Options

Solution

Key Concepts and Formulas

  • Definition of a Relation: A relation RR from a set AA to a set BB is a subset of A×BA \times B. The elements of RR are ordered pairs (a,b)(a, b) where aAa \in A and bBb \in B.
  • Number of Elements in a Relation: If the choice of the first element aa and the second element bb in an ordered pair (a,b)R(a, b) \in R are independent, and there are NaN_a possible values for aa and NbN_b possible values for bb, then the total number of elements in RR is R=Na×Nb|R| = N_a \times N_b.
  • Prime Numbers: A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself.

Step-by-Step Solution

The relation RR is defined from the set S={1,2,3,,60}S = \{1, 2, 3, \ldots, 60\} to itself. This means that for any ordered pair (a,b)R(a, b) \in R, we must have aSa \in S and bSb \in S. The condition for an ordered pair (a,b)(a, b) to be in RR is b=pqb = pq, where pp and qq are prime numbers and p,q3p, q \ge 3.

Step 1: Determine the Number of Possible Values for 'a'

The first element aa of any ordered pair (a,b)(a, b) in RR must belong to the set S={1,2,3,,60}S = \{1, 2, 3, \ldots, 60\}. The number of possible values for aa is the total number of elements in SS. Number of choices for a=S=60a = |S| = 60.

Step 2: Determine the Number of Possible Values for 'b'

The second element bb of any ordered pair (a,b)(a, b) in RR must satisfy two conditions:

  1. bSb \in S, which means 1b601 \le b \le 60.
  2. b=pqb = pq, where pp and qq are prime numbers and p,q3p, q \ge 3.

First, let's list the prime numbers greater than or equal to 3: P3={3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,}\mathcal{P}_{\ge 3} = \{3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, \ldots\}

We need to find all possible products b=pqb = pq such that p,qP3p, q \in \mathcal{P}_{\ge 3} and b60b \le 60. To ensure we count distinct values of bb only once and avoid redundant calculations (e.g., 3×53 \times 5 and 5×35 \times 3), we will impose the condition pqp \le q.

Let's systematically find the possible values of bb by iterating through possible values of pp:

  • If p=3p = 3: We need b=3q60b = 3q \le 60, which implies q603=20q \le \frac{60}{3} = 20. Since qq must be a prime number and qp=3q \ge p=3, the possible values for qq are prime numbers in the range [3,20][3, 20]. These are 3,5,7,11,13,17,193, 5, 7, 11, 13, 17, 19. The corresponding values of bb are: 3×3=93 \times 3 = 9 3×5=153 \times 5 = 15 3×7=213 \times 7 = 21 3×11=333 \times 11 = 33 3×13=393 \times 13 = 39 3×17=513 \times 17 = 51 3×19=573 \times 19 = 57 These are 7 distinct values for bb.

  • If p=5p = 5: We need b=5q60b = 5q \le 60, which implies q605=12q \le \frac{60}{5} = 12. Since qq must be a prime number and qp=5q \ge p=5, the possible values for qq are prime numbers in the range [5,12][5, 12]. These are 5,7,115, 7, 11. The corresponding values of bb are: 5×5=255 \times 5 = 25 5×7=355 \times 7 = 35 5×11=555 \times 11 = 55 These are 3 distinct values for bb.

  • If p=7p = 7: We need b=7q60b = 7q \le 60, which implies q6078.57q \le \frac{60}{7} \approx 8.57. Since qq must be a prime number and qp=7q \ge p=7, the only possible value for qq is 77. The corresponding value of bb is: 7×7=497 \times 7 = 49 This is 1 distinct value for bb.

  • If p=11p = 11: We need b=11q60b = 11q \le 60, which implies q60115.45q \le \frac{60}{11} \approx 5.45. However, we also require qp=11q \ge p=11. There are no prime numbers qq that satisfy both q5.45q \le 5.45 and q11q \ge 11. Thus, no further values of pp will yield valid products. For instance, if p=11p=11, the smallest possible product is 11×11=12111 \times 11 = 121, which is greater than 60.

The set of all distinct possible values for bb is the union of the values found: {9,15,21,33,39,51,57}{25,35,55}{49}\{9, 15, 21, 33, 39, 51, 57\} \cup \{25, 35, 55\} \cup \{49\}. All these values are distinct and are within the set S={1,2,,60}S = \{1, 2, \ldots, 60\}. The total number of distinct values for bb is 7+3+1=117 + 3 + 1 = 11.

Step 3: Calculate the Total Number of Elements in R

The number of possible values for aa is 60. The number of possible values for bb is 11. Since the choice of aa is independent of the choice of bb, the total number of elements in the relation RR is the product of the number of choices for aa and the number of choices for bb. R=(Number of choices for a)×(Number of choices for b)|R| = (\text{Number of choices for } a) \times (\text{Number of choices for } b) R=60×11=660|R| = 60 \times 11 = 660

Common Mistakes & Tips

  • Excluding Prime 2: The condition p,q3p, q \ge 3 is crucial. Ensure that the prime number 2 is not used in forming the product bb.
  • Ensuring Distinctness of 'b': When calculating products pqpq, systematically enforce pqp \le q to avoid counting the same composite number multiple times (e.g., 3×53 \times 5 and 5×35 \times 3 produce the same value of b=15b=15).
  • Upper Bound for 'b': Remember that bb must be an element of the set {1,2,,60}\{1, 2, \ldots, 60\}, so all calculated products pqpq must not exceed 60.

Summary

The relation RR consists of ordered pairs (a,b)(a, b) where aa can be any of the 60 elements in the set {1,2,,60}\{1, 2, \ldots, 60\}. The second element bb must be a product of two prime numbers p,qp, q (both 3\ge 3) and must also be within the set {1,2,,60}\{1, 2, \ldots, 60\}. By systematically listing all such possible values of bb, we found there are 11 distinct values for bb. Since the choice of aa and bb are independent, the total number of elements in RR is the product of the number of choices for aa and bb, which is 60×11=66060 \times 11 = 660.

The final answer is 660\boxed{660}.

Practice More Sets, Relations & Functions Questions

View All Questions