Question:medium

Let \( A = \{2, 3, 6, 7\} \) and \( B = \{4, 5, 6, 8\} \). Let \( R \) be a relation defined on \( A \times B \) by \((a_1, b_1) R (a_2, b_2)\) if and only if \(a_1 + a_2 = b_1 + b_2\). Then the number of elements in \( R \) is __________.

Updated On: May 2, 2026
Show Solution

Correct Answer: 25

Solution and Explanation

Given the sets:

\[ A = \{2, 3, 6, 7\}, \quad B = \{2, 5, 6, 8\} \]

The relation \( (a_1, b_1) \, R \, (a_2, b_2) \) is defined by:

\[ a_1 + a_2 = b_1 + b_2 \]

The following pairs \((a_1, b_1)\) and \((a_2, b_2)\) satisfy the condition:

\[ \begin{aligned} 1. &(2, 4)R(6, 4) &\quad 2. &(2, 4)R(7, 5) \\ 3. &(2, 5)R(7, 4) &\quad 4. &(3, 4)R(6, 5) \\ 5. &(3, 5)R(6, 4) &\quad 6. &(3, 5)R(7, 5) \\ 7. &(3, 6)R(7, 4) &\quad 8. &(3, 4)R(7, 6) \\ 9. &(6, 5)R(7, 8) &\quad 10. &(6, 8)R(7, 5) \\ 11. &(7, 8)R(7, 6) &\quad 12. &(6, 8)R(6, 4) \\ 13. &(6, 6)R(6, 6) \end{aligned} \] × 2

The total number of such relations is:

\[ 24 + 1 = 25 \]

Was this answer helpful?
2