Differing computations for combinatorics question
$begingroup$
How many seating arrangements are there with 6 boys and 6 girls if the table is hexagonal with 2 seats on each side, out of which one must be occupied by a boy and the other by a girl?
I approached this from 2 different perspectives:
First approach: We must have a boy-girl pair for each side of the hexagon. The total number of possible pairs is $6 times 6 = 36$. Out of these $36$ possible pairs, we need to choose 6 pairs to arrange around the table, after which we have to permute the pairs (treating each pair as a single entity). We get $C(36,6) times 6!$. Then, considering the number of permutations within each pair and that the table has 6 sides, the final answer is $frac{C(36,6) times 6! times 2!}{6}$.
Second approach: We first consider the possibilities in a straight line. There are $6!$ ways to arrange the boys and $6!$ ways to arrange the girls. We then have to consider the permutations within each pair and that we are arranging them around a table with 6 sides, so the final answer is $frac{6! times 6! times 2^6}{6}$.
The line of thought I applied in both approaches felt completely reasonable, but they give differing answers, why is that so? Have I overcounted/undercounted somewhere?
combinatorics discrete-mathematics permutations
$endgroup$
add a comment |
$begingroup$
How many seating arrangements are there with 6 boys and 6 girls if the table is hexagonal with 2 seats on each side, out of which one must be occupied by a boy and the other by a girl?
I approached this from 2 different perspectives:
First approach: We must have a boy-girl pair for each side of the hexagon. The total number of possible pairs is $6 times 6 = 36$. Out of these $36$ possible pairs, we need to choose 6 pairs to arrange around the table, after which we have to permute the pairs (treating each pair as a single entity). We get $C(36,6) times 6!$. Then, considering the number of permutations within each pair and that the table has 6 sides, the final answer is $frac{C(36,6) times 6! times 2!}{6}$.
Second approach: We first consider the possibilities in a straight line. There are $6!$ ways to arrange the boys and $6!$ ways to arrange the girls. We then have to consider the permutations within each pair and that we are arranging them around a table with 6 sides, so the final answer is $frac{6! times 6! times 2^6}{6}$.
The line of thought I applied in both approaches felt completely reasonable, but they give differing answers, why is that so? Have I overcounted/undercounted somewhere?
combinatorics discrete-mathematics permutations
$endgroup$
add a comment |
$begingroup$
How many seating arrangements are there with 6 boys and 6 girls if the table is hexagonal with 2 seats on each side, out of which one must be occupied by a boy and the other by a girl?
I approached this from 2 different perspectives:
First approach: We must have a boy-girl pair for each side of the hexagon. The total number of possible pairs is $6 times 6 = 36$. Out of these $36$ possible pairs, we need to choose 6 pairs to arrange around the table, after which we have to permute the pairs (treating each pair as a single entity). We get $C(36,6) times 6!$. Then, considering the number of permutations within each pair and that the table has 6 sides, the final answer is $frac{C(36,6) times 6! times 2!}{6}$.
Second approach: We first consider the possibilities in a straight line. There are $6!$ ways to arrange the boys and $6!$ ways to arrange the girls. We then have to consider the permutations within each pair and that we are arranging them around a table with 6 sides, so the final answer is $frac{6! times 6! times 2^6}{6}$.
The line of thought I applied in both approaches felt completely reasonable, but they give differing answers, why is that so? Have I overcounted/undercounted somewhere?
combinatorics discrete-mathematics permutations
$endgroup$
How many seating arrangements are there with 6 boys and 6 girls if the table is hexagonal with 2 seats on each side, out of which one must be occupied by a boy and the other by a girl?
I approached this from 2 different perspectives:
First approach: We must have a boy-girl pair for each side of the hexagon. The total number of possible pairs is $6 times 6 = 36$. Out of these $36$ possible pairs, we need to choose 6 pairs to arrange around the table, after which we have to permute the pairs (treating each pair as a single entity). We get $C(36,6) times 6!$. Then, considering the number of permutations within each pair and that the table has 6 sides, the final answer is $frac{C(36,6) times 6! times 2!}{6}$.
Second approach: We first consider the possibilities in a straight line. There are $6!$ ways to arrange the boys and $6!$ ways to arrange the girls. We then have to consider the permutations within each pair and that we are arranging them around a table with 6 sides, so the final answer is $frac{6! times 6! times 2^6}{6}$.
The line of thought I applied in both approaches felt completely reasonable, but they give differing answers, why is that so? Have I overcounted/undercounted somewhere?
combinatorics discrete-mathematics permutations
combinatorics discrete-mathematics permutations
asked Jan 31 at 2:10
uznamuznam
437
437
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Let your boys be capital letters $A,B,C,dots$ and the girls be lowercase $a,b,c,dots$. In your first approach, the $6times 6=36$ possible pairs include ${(A,a),(A,b),(A,c)dots,(B,a),(B,b)dots}$ When choosing six of these pairings without further stipulation as you had, you might have chosen pairings where one or more of the people are repeated... for example the six pairings which all used boy $A$.
The second approach is the correct one, however I would suggest avoiding "division by symmetry" arguments where possible as it makes several people uncomfortable. That isn't to say that it is wrong, just that if it can be avoided it usually leads to a "nicer" proof.
Here, we can let boy $A$ take an edge around the table and then pick whether he sits in the left seat at the edge or the right seat at the edge. For this, there are only $2$ options that really mattered so far, the left or the right. Which edge was chosen does not at all matter.
From here, we can now have the rest of the boys pick which edge in relation to the first boy they sit at, and same too with the girls, then picking whether the boy sits at the left or at the right on the edge, for a total number of arrangements being
$$5!times 6!times 2^6$$
the same answer as you got in the second approach.
$endgroup$
add a comment |
$begingroup$
Each side has exactly 2 possibilities. Either the boy is clockwise from the girl or he is counterclockwise from the girl. Each side is independent of all of the other sides, so there are a total of $2^6=64$ possible arrangements if the boys and girls are indistinguishable from one another.
Of course, the boys are girls are distinguishable. There are $6!$ ways to arrange the boys and $6!$ ways to arrange the girls (again, the arrangements are independent), so the total number of possible arrangements is $6! times 6! times 2^6$.
Your second solution assumes (by dividing by 6) that solutions are equivalent if they differ by a rotation. Your first solution is wrong because after choosing the first boy-girl pair, you no longer have 35 remaining possibilities.
$endgroup$
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%2f3094405%2fdiffering-computations-for-combinatorics-question%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Let your boys be capital letters $A,B,C,dots$ and the girls be lowercase $a,b,c,dots$. In your first approach, the $6times 6=36$ possible pairs include ${(A,a),(A,b),(A,c)dots,(B,a),(B,b)dots}$ When choosing six of these pairings without further stipulation as you had, you might have chosen pairings where one or more of the people are repeated... for example the six pairings which all used boy $A$.
The second approach is the correct one, however I would suggest avoiding "division by symmetry" arguments where possible as it makes several people uncomfortable. That isn't to say that it is wrong, just that if it can be avoided it usually leads to a "nicer" proof.
Here, we can let boy $A$ take an edge around the table and then pick whether he sits in the left seat at the edge or the right seat at the edge. For this, there are only $2$ options that really mattered so far, the left or the right. Which edge was chosen does not at all matter.
From here, we can now have the rest of the boys pick which edge in relation to the first boy they sit at, and same too with the girls, then picking whether the boy sits at the left or at the right on the edge, for a total number of arrangements being
$$5!times 6!times 2^6$$
the same answer as you got in the second approach.
$endgroup$
add a comment |
$begingroup$
Let your boys be capital letters $A,B,C,dots$ and the girls be lowercase $a,b,c,dots$. In your first approach, the $6times 6=36$ possible pairs include ${(A,a),(A,b),(A,c)dots,(B,a),(B,b)dots}$ When choosing six of these pairings without further stipulation as you had, you might have chosen pairings where one or more of the people are repeated... for example the six pairings which all used boy $A$.
The second approach is the correct one, however I would suggest avoiding "division by symmetry" arguments where possible as it makes several people uncomfortable. That isn't to say that it is wrong, just that if it can be avoided it usually leads to a "nicer" proof.
Here, we can let boy $A$ take an edge around the table and then pick whether he sits in the left seat at the edge or the right seat at the edge. For this, there are only $2$ options that really mattered so far, the left or the right. Which edge was chosen does not at all matter.
From here, we can now have the rest of the boys pick which edge in relation to the first boy they sit at, and same too with the girls, then picking whether the boy sits at the left or at the right on the edge, for a total number of arrangements being
$$5!times 6!times 2^6$$
the same answer as you got in the second approach.
$endgroup$
add a comment |
$begingroup$
Let your boys be capital letters $A,B,C,dots$ and the girls be lowercase $a,b,c,dots$. In your first approach, the $6times 6=36$ possible pairs include ${(A,a),(A,b),(A,c)dots,(B,a),(B,b)dots}$ When choosing six of these pairings without further stipulation as you had, you might have chosen pairings where one or more of the people are repeated... for example the six pairings which all used boy $A$.
The second approach is the correct one, however I would suggest avoiding "division by symmetry" arguments where possible as it makes several people uncomfortable. That isn't to say that it is wrong, just that if it can be avoided it usually leads to a "nicer" proof.
Here, we can let boy $A$ take an edge around the table and then pick whether he sits in the left seat at the edge or the right seat at the edge. For this, there are only $2$ options that really mattered so far, the left or the right. Which edge was chosen does not at all matter.
From here, we can now have the rest of the boys pick which edge in relation to the first boy they sit at, and same too with the girls, then picking whether the boy sits at the left or at the right on the edge, for a total number of arrangements being
$$5!times 6!times 2^6$$
the same answer as you got in the second approach.
$endgroup$
Let your boys be capital letters $A,B,C,dots$ and the girls be lowercase $a,b,c,dots$. In your first approach, the $6times 6=36$ possible pairs include ${(A,a),(A,b),(A,c)dots,(B,a),(B,b)dots}$ When choosing six of these pairings without further stipulation as you had, you might have chosen pairings where one or more of the people are repeated... for example the six pairings which all used boy $A$.
The second approach is the correct one, however I would suggest avoiding "division by symmetry" arguments where possible as it makes several people uncomfortable. That isn't to say that it is wrong, just that if it can be avoided it usually leads to a "nicer" proof.
Here, we can let boy $A$ take an edge around the table and then pick whether he sits in the left seat at the edge or the right seat at the edge. For this, there are only $2$ options that really mattered so far, the left or the right. Which edge was chosen does not at all matter.
From here, we can now have the rest of the boys pick which edge in relation to the first boy they sit at, and same too with the girls, then picking whether the boy sits at the left or at the right on the edge, for a total number of arrangements being
$$5!times 6!times 2^6$$
the same answer as you got in the second approach.
answered Jan 31 at 2:36


JMoravitzJMoravitz
48.7k43988
48.7k43988
add a comment |
add a comment |
$begingroup$
Each side has exactly 2 possibilities. Either the boy is clockwise from the girl or he is counterclockwise from the girl. Each side is independent of all of the other sides, so there are a total of $2^6=64$ possible arrangements if the boys and girls are indistinguishable from one another.
Of course, the boys are girls are distinguishable. There are $6!$ ways to arrange the boys and $6!$ ways to arrange the girls (again, the arrangements are independent), so the total number of possible arrangements is $6! times 6! times 2^6$.
Your second solution assumes (by dividing by 6) that solutions are equivalent if they differ by a rotation. Your first solution is wrong because after choosing the first boy-girl pair, you no longer have 35 remaining possibilities.
$endgroup$
add a comment |
$begingroup$
Each side has exactly 2 possibilities. Either the boy is clockwise from the girl or he is counterclockwise from the girl. Each side is independent of all of the other sides, so there are a total of $2^6=64$ possible arrangements if the boys and girls are indistinguishable from one another.
Of course, the boys are girls are distinguishable. There are $6!$ ways to arrange the boys and $6!$ ways to arrange the girls (again, the arrangements are independent), so the total number of possible arrangements is $6! times 6! times 2^6$.
Your second solution assumes (by dividing by 6) that solutions are equivalent if they differ by a rotation. Your first solution is wrong because after choosing the first boy-girl pair, you no longer have 35 remaining possibilities.
$endgroup$
add a comment |
$begingroup$
Each side has exactly 2 possibilities. Either the boy is clockwise from the girl or he is counterclockwise from the girl. Each side is independent of all of the other sides, so there are a total of $2^6=64$ possible arrangements if the boys and girls are indistinguishable from one another.
Of course, the boys are girls are distinguishable. There are $6!$ ways to arrange the boys and $6!$ ways to arrange the girls (again, the arrangements are independent), so the total number of possible arrangements is $6! times 6! times 2^6$.
Your second solution assumes (by dividing by 6) that solutions are equivalent if they differ by a rotation. Your first solution is wrong because after choosing the first boy-girl pair, you no longer have 35 remaining possibilities.
$endgroup$
Each side has exactly 2 possibilities. Either the boy is clockwise from the girl or he is counterclockwise from the girl. Each side is independent of all of the other sides, so there are a total of $2^6=64$ possible arrangements if the boys and girls are indistinguishable from one another.
Of course, the boys are girls are distinguishable. There are $6!$ ways to arrange the boys and $6!$ ways to arrange the girls (again, the arrangements are independent), so the total number of possible arrangements is $6! times 6! times 2^6$.
Your second solution assumes (by dividing by 6) that solutions are equivalent if they differ by a rotation. Your first solution is wrong because after choosing the first boy-girl pair, you no longer have 35 remaining possibilities.
answered Jan 31 at 2:35
Robert ShoreRobert Shore
3,611324
3,611324
add a comment |
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%2f3094405%2fdiffering-computations-for-combinatorics-question%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