Finding Subsets of $A$ that involves $a$ and $b$, not involves $f$

24 Views Asked by At

$$A =\{a,b,c,e,d,f\} $$

  • How do we find the subsets of $A$ that involves $a$ and $b$, not involves $f$?

I know that

$$\text {S} = 2^n$$

Regards

1

There are 1 best solutions below

4
On BEST ANSWER

Hint: Think of all the subsets $B=\{c, d, e \}$.

Then union each with $\{a, b\}$.