231k views
3 votes
Given that B = {1, 2, 3, 4}, how many subsets have exactly two elements?

User Atiretoo
by
8.7k points

2 Answers

4 votes

Answer:

6

Explanation:

{1,2} {2,1} {3,1} {4,1}

{1,3} {2,3} {3,2} {4,2}

{1,4} {2,4} {3,4} {4,3}

Remove duplicates {2,1}, {3,1}, {4,1}, {3,2}, {4,2}, {4,3}

Final Answer = 6 subsets remain

User Filippo Sebastio
by
7.8k points
2 votes

The answer is 6

There are 6 subsets that have exactly two elements

User Gary Ewan Park
by
8.9k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.