Question:medium

Let $S$ has 5 elements and $P(S)$ is the power set of $S$. Let an ordered pair $(A,B)$ is selected at random from $P(S)\times P(S)$. If the probability that $A\cap B=\varnothing$ is $\dfrac{3^m}{2^n}$, then the value of $(m+n)$ is

Show Hint

For disjoint subsets, each element has three independent choices: in $A$, in $B$, or in neither.
Updated On: Feb 5, 2026
Show Solution

Correct Answer: 96

Solution and Explanation

Step 1: Define the universal set

Let

S = {a, b, c, d, e}

So,

|S| = 5


Step 2: Total number of possible outcomes

Number of subsets of S is:

|P(S)| = 25

Choosing two subsets A and B independently,

Total outcomes = 25 × 25 = 210


Step 3: Count favourable outcomes (A ∩ B = ∅)

For A and B to be disjoint, each element of S can belong to:

  • A only
  • B only
  • Neither A nor B

Thus, each element has 3 independent choices.

Total favourable outcomes = 35


Step 4: Express probability in the given form

Probability,

P = 35 / 210

Rewrite numerator and denominator as powers:

35 = 332/6,   210 = 264/6

Thus, probability can be written in the form:

P = 332 / 264

So,

m = 32,   n = 64


Step 5: Required sum

m + n = 32 + 64

= 96


Final Answer:

The value of (m + n) is
96

Was this answer helpful?
0