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

asked
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

answered
User Filippo Sebastio
by
7.8k points
2 votes

The answer is 6

There are 6 subsets that have exactly two elements

answered
User Gary Ewan Park
by
8.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.