Question:medium

Let A be the set of even natural numbers that are<8 and B be the set of prime integers that are<7. The number of relations from A to B is:

Show Hint

The number of relations between two sets A and B is equal to the number of subsets of their Cartesian product A × B, which is 2 ^|A×B| .
Updated On: Jan 29, 2026
  • \(3^2\)
  • \(2^9 - 1\)
  • \(9^2\)
  • \(2^9\)
Show Solution

The Correct Option is D

Solution and Explanation

First, find sets \( A \) and \( B \):

  • \( A = \{2, 4, 6\} \) (even natural numbers less than 8)
  • \( B = \{2, 3, 5\} \) (prime integers less than 7)

Next, calculate the number of relations from \( A \) to \( B \), which is based on the subsets of the Cartesian product \( A \times B \). The size of \( A \times B \) is:

\[ |A| \times |B| = 3 \times 3 = 9 \]

Finally, the number of relations, equivalent to the number of subsets of \( A \times B \), is \( 2^9 \). This is because each element in \( A \times B \) is either in or out of the relation. Therefore, the answer is:

\[ 2^9 \]

Was this answer helpful?
0