NVAMediumJEE 2023Relations

JEE Mathematics 2023 Question with Solution

Let A = {1,2,3,4,,10}\{1,2,3,4,\ldots,10\} and B = {0,1,2,3,4}\{0,1,2,3,4\}. The number of elements in the relation R = {(a,b)A×A:2(ab)2+3(ab)B}\{(a,b) \in A \times A : 2(a-b)^2 + 3(a-b) \in B\} is:

Answer

Correct answer:18

Step-by-step solution

Standard Method

Given: A={1,2,3,,10}A = \{1, 2, 3, \ldots, 10\} and B={0,1,2,3,4}B = \{0, 1, 2, 3, 4\}. The relation is

R={(a,b)A×A:2(ab)2+3(ab)B}.R = \{(a, b) \in A \times A : 2(a-b)^2 + 3(a-b) \in B\}.

Find: The number of ordered pairs (a,b)(a,b) in RR.

Let ab=ka-b = k. Then the condition becomes

2k2+3kB={0,1,2,3,4}.2k^2 + 3k \in B = \{0,1,2,3,4\}.

Since a,bAa,b \in A, the integer k=abk=a-b can take values from 9-9 to 99.

So we need

02k2+3k4.0 \le 2k^2 + 3k \le 4.

Check the relevant integer values of kk shown in the solution:

  • If k=0k=0, then
2(0)2+3(0)=0B.2(0)^2 + 3(0) = 0 \in B.

So a=ba=b. This gives 1010 ordered pairs.

If k=2k=-2, then

2(2)2+3(2)=86=2B.2(-2)^2 + 3(-2) = 8-6 = 2 \in B.

So a=b2a=b-2. For 1a,b101 \le a,b \le 10, this gives

3b10,3 \le b \le 10,

so there are 88 ordered pairs.

Also, from the extracted solution:

  • If k=1k=-1, then
2(1)2+3(1)=23=1B.2(-1)^2 + 3(-1) = 2-3 = -1 \notin B.
  • If k=1k=1, then
2(1)2+3(1)=2+3=5B.2(1)^2 + 3(1) = 2+3 = 5 \notin B.

Therefore, the valid cases are only a=ba=b and a=b2a=b-2. Hence the total number of elements is

10+8=18.10 + 8 = 18.

Therefore, the required number of elements in R is 1818.

Counting by difference

Given: The relation depends only on the difference aba-b. Find: Count all ordered pairs (a,b)(a,b) satisfying the condition.

Set k=abk=a-b. Then the relation condition is

2k2+3k{0,1,2,3,4}.2k^2+3k \in \{0,1,2,3,4\}.

Because a,b{1,2,,10}a,b \in \{1,2,\ldots,10\}, we have

9k9.-9 \le k \le 9.

From the extracted explanation, the admissible values are obtained by checking integer values of kk. The valid ones are:

k=0andk=2.k=0 \quad \text{and} \quad k=-2.

The values k=1k=-1 and k=1k=1 fail because they give 1-1 and 55 respectively, which are not in BB.

For k=0k=0:

ab=0a=b.a-b=0 \Rightarrow a=b.

Thus the pairs are

(1,1),(2,2),,(10,10),(1,1),(2,2),\ldots,(10,10),

so the count is 1010.

For k=2k=-2:

ab=2a=b2.a-b=-2 \Rightarrow a=b-2.

Hence the pairs are

(1,3),(2,4),(3,5),,(8,10),(1,3),(2,4),(3,5),\ldots,(8,10),

so the count is 88.

Adding both counts,

R=10+8=18.|R| = 10+8 = 18.

Therefore, the answer is 1818.

Common mistakes

  • Taking aba-b as only non-negative is incorrect because both aa and bb vary independently in AA. The difference can range from 9-9 to 99. Always consider all possible integer differences.

  • Counting unordered pairs instead of ordered pairs is wrong. The relation is a subset of A×AA \times A, so (a,b)(a,b) and (b,a)(b,a) are different when both occur. Count ordered pairs explicitly.

  • Checking only whether 2k2+3k2k^2+3k is non-negative is insufficient. It must belong to B={0,1,2,3,4}B = \{0,1,2,3,4\} exactly. So values like 55 or 1-1 must be rejected.

Practice more Relations questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions