Question:

Let \( A \) be the set of even natural numbers less than 8 and \( B \) be the set of prime numbers less than 7. The number of relations from \( A \) to \( B \) is

Show Hint

The total number of relations from a set with \( m \) elements to a set with \( n \) elements is exactly the size of the power set of their Cartesian product, which is always \( 2^{mn} \).
Updated On: May 9, 2026
  • \( 2^9 \)
  • \( 2^9 - 1 \)
  • \( 9^2 \)
  • \( 9^2 - 1 \)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation




Step 1: Understanding the Question:

We are asked to find the total number of mathematical relations from set \( A \) to set \( B \).


Step 2: Key Formula or Approach:

If a set \( A \) has \( m \) elements and a set \( B \) has \( n \) elements, then the number of elements in their Cartesian product \( A \times B \) is \( m \times n \).
A relation from \( A \) to \( B \) is defined as any subset of the Cartesian product \( A \times B \).
The total number of relations is simply the number of all possible subsets of \( A \times B \), which evaluates to \( 2^{m \times n} \).


Step 3: Detailed Explanation:

First, let's determine the specific elements of set \( A \).
\( A = \{ \text{even natural numbers less than 8} \} \)
\( A = \{2, 4, 6\} \)
So, the number of elements in \( A \), denoted as \( |A| \), is 3.
Next, let's determine the elements of set \( B \).
\( B = \{ \text{prime numbers less than 7} \} \)
\( B = \{2, 3, 5\} \)
So, the number of elements in \( B \), denoted as \( |B| \), is 3.
The total number of possible relations from \( A \) to \( B \) is given by:
\[ 2^{|A| \times |B|} = 2^{3 \times 3} = 2^9 \]

Step 4: Final Answer:

The number of relations from \( A \) to \( B \) is \( 2^9 \).
Was this answer helpful?
0
0