how many subsets in a set?
$begingroup$
I know this is a pretty basic question, but I fail to understand the notion behind it.
Consider the following:
If $A=left{a,b,cright}$, how many subsets can be created from $A$?
It is simple to write all possibilities and see it is $2^3=8$, but I don't understand why this is idea behind the formula.
combinatorics
$endgroup$
add a comment |
$begingroup$
I know this is a pretty basic question, but I fail to understand the notion behind it.
Consider the following:
If $A=left{a,b,cright}$, how many subsets can be created from $A$?
It is simple to write all possibilities and see it is $2^3=8$, but I don't understand why this is idea behind the formula.
combinatorics
$endgroup$
$begingroup$
you gave a set, not a group
$endgroup$
– mathworker21
Jan 7 at 19:10
$begingroup$
@mathworker21 my bad, I will edit.
$endgroup$
– segevp
Jan 7 at 19:11
1
$begingroup$
Think about it this way: Each element could be in the subgroup(really though, it makes more sense to say subset here), or it could not be in the subset. So for each element, there are two possibilities. Then we multiply all of the possibilities together, which is $(2)(2)(2) = 8.$ This works no matter how large the set is.
$endgroup$
– MathIsLife12
Jan 7 at 19:11
1
$begingroup$
@MathIsLife12 thanks, that is clear now
$endgroup$
– segevp
Jan 7 at 19:14
add a comment |
$begingroup$
I know this is a pretty basic question, but I fail to understand the notion behind it.
Consider the following:
If $A=left{a,b,cright}$, how many subsets can be created from $A$?
It is simple to write all possibilities and see it is $2^3=8$, but I don't understand why this is idea behind the formula.
combinatorics
$endgroup$
I know this is a pretty basic question, but I fail to understand the notion behind it.
Consider the following:
If $A=left{a,b,cright}$, how many subsets can be created from $A$?
It is simple to write all possibilities and see it is $2^3=8$, but I don't understand why this is idea behind the formula.
combinatorics
combinatorics
edited Jan 7 at 19:12
segevp
asked Jan 7 at 19:06
segevpsegevp
586621
586621
$begingroup$
you gave a set, not a group
$endgroup$
– mathworker21
Jan 7 at 19:10
$begingroup$
@mathworker21 my bad, I will edit.
$endgroup$
– segevp
Jan 7 at 19:11
1
$begingroup$
Think about it this way: Each element could be in the subgroup(really though, it makes more sense to say subset here), or it could not be in the subset. So for each element, there are two possibilities. Then we multiply all of the possibilities together, which is $(2)(2)(2) = 8.$ This works no matter how large the set is.
$endgroup$
– MathIsLife12
Jan 7 at 19:11
1
$begingroup$
@MathIsLife12 thanks, that is clear now
$endgroup$
– segevp
Jan 7 at 19:14
add a comment |
$begingroup$
you gave a set, not a group
$endgroup$
– mathworker21
Jan 7 at 19:10
$begingroup$
@mathworker21 my bad, I will edit.
$endgroup$
– segevp
Jan 7 at 19:11
1
$begingroup$
Think about it this way: Each element could be in the subgroup(really though, it makes more sense to say subset here), or it could not be in the subset. So for each element, there are two possibilities. Then we multiply all of the possibilities together, which is $(2)(2)(2) = 8.$ This works no matter how large the set is.
$endgroup$
– MathIsLife12
Jan 7 at 19:11
1
$begingroup$
@MathIsLife12 thanks, that is clear now
$endgroup$
– segevp
Jan 7 at 19:14
$begingroup$
you gave a set, not a group
$endgroup$
– mathworker21
Jan 7 at 19:10
$begingroup$
you gave a set, not a group
$endgroup$
– mathworker21
Jan 7 at 19:10
$begingroup$
@mathworker21 my bad, I will edit.
$endgroup$
– segevp
Jan 7 at 19:11
$begingroup$
@mathworker21 my bad, I will edit.
$endgroup$
– segevp
Jan 7 at 19:11
1
1
$begingroup$
Think about it this way: Each element could be in the subgroup(really though, it makes more sense to say subset here), or it could not be in the subset. So for each element, there are two possibilities. Then we multiply all of the possibilities together, which is $(2)(2)(2) = 8.$ This works no matter how large the set is.
$endgroup$
– MathIsLife12
Jan 7 at 19:11
$begingroup$
Think about it this way: Each element could be in the subgroup(really though, it makes more sense to say subset here), or it could not be in the subset. So for each element, there are two possibilities. Then we multiply all of the possibilities together, which is $(2)(2)(2) = 8.$ This works no matter how large the set is.
$endgroup$
– MathIsLife12
Jan 7 at 19:11
1
1
$begingroup$
@MathIsLife12 thanks, that is clear now
$endgroup$
– segevp
Jan 7 at 19:14
$begingroup$
@MathIsLife12 thanks, that is clear now
$endgroup$
– segevp
Jan 7 at 19:14
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Let's say $A$ has $n$ elements (in your example $n=3$). To determine a subset of $A$, we go through each element of $A$ and decide whether to put it in our subset or to omit it from our subset. This creates two possible options for each element of $A$, which yields $2^n$ possible combinations once we go through all elements of $A$. Hence, $A$ has $2^n$ subsets.
$endgroup$
$begingroup$
Okay now I see it, this is the same as tossing a coin.
$endgroup$
– segevp
Jan 7 at 19:16
$begingroup$
In terms of the two outcomes for the elements, yes.
$endgroup$
– Dave
Jan 7 at 19:19
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3065373%2fhow-many-subsets-in-a-set%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Let's say $A$ has $n$ elements (in your example $n=3$). To determine a subset of $A$, we go through each element of $A$ and decide whether to put it in our subset or to omit it from our subset. This creates two possible options for each element of $A$, which yields $2^n$ possible combinations once we go through all elements of $A$. Hence, $A$ has $2^n$ subsets.
$endgroup$
$begingroup$
Okay now I see it, this is the same as tossing a coin.
$endgroup$
– segevp
Jan 7 at 19:16
$begingroup$
In terms of the two outcomes for the elements, yes.
$endgroup$
– Dave
Jan 7 at 19:19
add a comment |
$begingroup$
Let's say $A$ has $n$ elements (in your example $n=3$). To determine a subset of $A$, we go through each element of $A$ and decide whether to put it in our subset or to omit it from our subset. This creates two possible options for each element of $A$, which yields $2^n$ possible combinations once we go through all elements of $A$. Hence, $A$ has $2^n$ subsets.
$endgroup$
$begingroup$
Okay now I see it, this is the same as tossing a coin.
$endgroup$
– segevp
Jan 7 at 19:16
$begingroup$
In terms of the two outcomes for the elements, yes.
$endgroup$
– Dave
Jan 7 at 19:19
add a comment |
$begingroup$
Let's say $A$ has $n$ elements (in your example $n=3$). To determine a subset of $A$, we go through each element of $A$ and decide whether to put it in our subset or to omit it from our subset. This creates two possible options for each element of $A$, which yields $2^n$ possible combinations once we go through all elements of $A$. Hence, $A$ has $2^n$ subsets.
$endgroup$
Let's say $A$ has $n$ elements (in your example $n=3$). To determine a subset of $A$, we go through each element of $A$ and decide whether to put it in our subset or to omit it from our subset. This creates two possible options for each element of $A$, which yields $2^n$ possible combinations once we go through all elements of $A$. Hence, $A$ has $2^n$ subsets.
answered Jan 7 at 19:14


DaveDave
8,78711033
8,78711033
$begingroup$
Okay now I see it, this is the same as tossing a coin.
$endgroup$
– segevp
Jan 7 at 19:16
$begingroup$
In terms of the two outcomes for the elements, yes.
$endgroup$
– Dave
Jan 7 at 19:19
add a comment |
$begingroup$
Okay now I see it, this is the same as tossing a coin.
$endgroup$
– segevp
Jan 7 at 19:16
$begingroup$
In terms of the two outcomes for the elements, yes.
$endgroup$
– Dave
Jan 7 at 19:19
$begingroup$
Okay now I see it, this is the same as tossing a coin.
$endgroup$
– segevp
Jan 7 at 19:16
$begingroup$
Okay now I see it, this is the same as tossing a coin.
$endgroup$
– segevp
Jan 7 at 19:16
$begingroup$
In terms of the two outcomes for the elements, yes.
$endgroup$
– Dave
Jan 7 at 19:19
$begingroup$
In terms of the two outcomes for the elements, yes.
$endgroup$
– Dave
Jan 7 at 19:19
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3065373%2fhow-many-subsets-in-a-set%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
you gave a set, not a group
$endgroup$
– mathworker21
Jan 7 at 19:10
$begingroup$
@mathworker21 my bad, I will edit.
$endgroup$
– segevp
Jan 7 at 19:11
1
$begingroup$
Think about it this way: Each element could be in the subgroup(really though, it makes more sense to say subset here), or it could not be in the subset. So for each element, there are two possibilities. Then we multiply all of the possibilities together, which is $(2)(2)(2) = 8.$ This works no matter how large the set is.
$endgroup$
– MathIsLife12
Jan 7 at 19:11
1
$begingroup$
@MathIsLife12 thanks, that is clear now
$endgroup$
– segevp
Jan 7 at 19:14