SOLUTION: If p={1,2,3.4},Write down all the subsets of p which have exactly two element

Algebra ->  Subset -> SOLUTION: If p={1,2,3.4},Write down all the subsets of p which have exactly two element      Log On


   



Question 1186668: If p={1,2,3.4},Write down all the subsets of p which have exactly two element
Found 2 solutions by MathLover1, greenestamps:
Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!


{},{1},{2},{3},{4},{1,2},{1,3},{2,3},{1,4},{2,4},{3,4},{1,2,3},{1,2,4},{1,3,4},{2,3,4},{1,2,3,4}
Subsets: total 16
Proper Subsets total: 15
1 subset with no elements
4 subset with 1 elements
6 subset with+2 elements
4 subset with 3 elements
1 subset with 4 elements

you need subset with+2 elements: {1,2},{1,3},{2,3},{1,4},{2,4},{3,4}

Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


You need to choose 2 of the 4 elements; the number of ways you can do that is "4 choose 2" = C(4,2) = 6.

You can make the list; it should have 6 different subsets.

To make sure you don't count any subset twice, make sure each subset you write has the smaller of the two elements first -- that is, for example, you don't want to have two different subsets {2,4} and {4,2}, because those are the same.

Or of course you could make sure that in each subset you list the larger of the two numbers is first....