Question:medium

The probability that two randomly selected subsets of the set {1, 2, 3, 4, 5} have exactly two elements in their intersection, is :

Show Hint

In problems involving intersections of subsets, visualize a 4-region Venn diagram for each element. This reduces the problem to basic combinatorics.
Updated On: Mar 25, 2026
  • 65 / 2\^7
  • 65 / 2\^8
  • 135 / 2\^9
  • 35 / 2\^7
Show Solution

The Correct Option is C

Solution and Explanation

Given:

Set S = {1, 2, 3, 4, 5}

Two subsets are chosen randomly from S.


Step 1: Total number of possible outcomes

Total number of subsets of S = 25 = 32

Total number of ways to choose two subsets:

= 32 × 32 = 210


Step 2: Choose elements in the intersection

Exactly 2 elements must be common to both subsets.

Number of ways to choose 2 elements from 5:

C(5, 2) = 10


Step 3: Distribute the remaining elements

Remaining elements = 5 − 2 = 3

Each of these 3 elements can be:

• Present only in the first subset
• Present only in the second subset
• Absent from both subsets

Thus, each element has 3 choices.

Total ways for 3 elements = 33 = 27


Step 4: Calculate favorable outcomes

Total favorable outcomes:

= 10 × 27 = 270


Step 5: Calculate probability

Probability = Favorable outcomes / Total outcomes

= 270 / 210

= 135 / 29


Final Answer:

Required probability,
135 / 29

Was this answer helpful?
0