103k views
4 votes
List the 2-membered subsets of the set {1,2,3,4,5,6).

1 Answer

4 votes

Answer:

All the two membered subset will be {1,2} {1,3} {1,4} {1,5} {1,6} {2,3} {2,4} {2,5} {2,6} {3,2} {3,3} {3,4} {3,5} {3,6} {4,3} {4,4} {4,5} {4,6} {5,5} {5,6}

Explanation:

We have given let set A = {1,2,3,4,5,6}

We have to list two memebered subset

Subset is part of any set

In this set total number of elements = 6

So total number of subset =
2^6=32, but we have to calculate only two members subset.

That will be {1,2} {1,3} {1,4} {1,5} {1,6} {2,3} {2,4} {2,5} {2,6} {3,2} {3,3} {3,4} {3,5} {3,6} {4,3} {4,4} {4,5} {4,6} {5,5} {5,6}

User Ircmaxell
by
5.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.