How many ways to arrange four types of books on the shelf so that books of the same type are together?
Janet has $10$ different books that she is going to put on her bookshelf. Of these, $4$ are Book C, $3$ are Book B, $2$ are Book S and $1$ Book P. Janet wants to arrange her books so that all the books dealing with the same subject are together on the shelf. How many different arrangements are possible?
My workings are
$4! cdot 3! cdot 2! cdot 1!$
but the actual answer has an additional multiplication by $4!$
Why is this so? My guess is because we need the $4$ books to come together, let's say for book C. But isn't that "shown" by the working of $4!$ for Book C and $3!$ for Book B and so on?
combinatorics permutations
add a comment |
Janet has $10$ different books that she is going to put on her bookshelf. Of these, $4$ are Book C, $3$ are Book B, $2$ are Book S and $1$ Book P. Janet wants to arrange her books so that all the books dealing with the same subject are together on the shelf. How many different arrangements are possible?
My workings are
$4! cdot 3! cdot 2! cdot 1!$
but the actual answer has an additional multiplication by $4!$
Why is this so? My guess is because we need the $4$ books to come together, let's say for book C. But isn't that "shown" by the working of $4!$ for Book C and $3!$ for Book B and so on?
combinatorics permutations
Problems of enumeration should be tagged combinatorics rather than probability.
– N. F. Taussig
Nov 24 at 11:10
add a comment |
Janet has $10$ different books that she is going to put on her bookshelf. Of these, $4$ are Book C, $3$ are Book B, $2$ are Book S and $1$ Book P. Janet wants to arrange her books so that all the books dealing with the same subject are together on the shelf. How many different arrangements are possible?
My workings are
$4! cdot 3! cdot 2! cdot 1!$
but the actual answer has an additional multiplication by $4!$
Why is this so? My guess is because we need the $4$ books to come together, let's say for book C. But isn't that "shown" by the working of $4!$ for Book C and $3!$ for Book B and so on?
combinatorics permutations
Janet has $10$ different books that she is going to put on her bookshelf. Of these, $4$ are Book C, $3$ are Book B, $2$ are Book S and $1$ Book P. Janet wants to arrange her books so that all the books dealing with the same subject are together on the shelf. How many different arrangements are possible?
My workings are
$4! cdot 3! cdot 2! cdot 1!$
but the actual answer has an additional multiplication by $4!$
Why is this so? My guess is because we need the $4$ books to come together, let's say for book C. But isn't that "shown" by the working of $4!$ for Book C and $3!$ for Book B and so on?
combinatorics permutations
combinatorics permutations
edited Nov 24 at 11:10
N. F. Taussig
43.5k93355
43.5k93355
asked Nov 24 at 8:16
mutu mumu
374
374
Problems of enumeration should be tagged combinatorics rather than probability.
– N. F. Taussig
Nov 24 at 11:10
add a comment |
Problems of enumeration should be tagged combinatorics rather than probability.
– N. F. Taussig
Nov 24 at 11:10
Problems of enumeration should be tagged combinatorics rather than probability.
– N. F. Taussig
Nov 24 at 11:10
Problems of enumeration should be tagged combinatorics rather than probability.
– N. F. Taussig
Nov 24 at 11:10
add a comment |
1 Answer
1
active
oldest
votes
You can visualise it this way: there need to be four blocks and each block contains books of the same type.
One possible arrangement might be like this:
$$C_1 C_2 C_3 C_4 | B_1 B_2 B_3 | S_1 S_2 | P_1$$
Now note that I had no particular reason to put the C block first, followed by B,S and P.
The books within each block can be arranged in $4!3!2!1!$ ways AND the block themselves can be arranged in $4!$ ways. That's where your extra $4!$ is coming from.
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%2f3011313%2fhow-many-ways-to-arrange-four-types-of-books-on-the-shelf-so-that-books-of-the-s%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
You can visualise it this way: there need to be four blocks and each block contains books of the same type.
One possible arrangement might be like this:
$$C_1 C_2 C_3 C_4 | B_1 B_2 B_3 | S_1 S_2 | P_1$$
Now note that I had no particular reason to put the C block first, followed by B,S and P.
The books within each block can be arranged in $4!3!2!1!$ ways AND the block themselves can be arranged in $4!$ ways. That's where your extra $4!$ is coming from.
add a comment |
You can visualise it this way: there need to be four blocks and each block contains books of the same type.
One possible arrangement might be like this:
$$C_1 C_2 C_3 C_4 | B_1 B_2 B_3 | S_1 S_2 | P_1$$
Now note that I had no particular reason to put the C block first, followed by B,S and P.
The books within each block can be arranged in $4!3!2!1!$ ways AND the block themselves can be arranged in $4!$ ways. That's where your extra $4!$ is coming from.
add a comment |
You can visualise it this way: there need to be four blocks and each block contains books of the same type.
One possible arrangement might be like this:
$$C_1 C_2 C_3 C_4 | B_1 B_2 B_3 | S_1 S_2 | P_1$$
Now note that I had no particular reason to put the C block first, followed by B,S and P.
The books within each block can be arranged in $4!3!2!1!$ ways AND the block themselves can be arranged in $4!$ ways. That's where your extra $4!$ is coming from.
You can visualise it this way: there need to be four blocks and each block contains books of the same type.
One possible arrangement might be like this:
$$C_1 C_2 C_3 C_4 | B_1 B_2 B_3 | S_1 S_2 | P_1$$
Now note that I had no particular reason to put the C block first, followed by B,S and P.
The books within each block can be arranged in $4!3!2!1!$ ways AND the block themselves can be arranged in $4!$ ways. That's where your extra $4!$ is coming from.
answered Nov 24 at 8:28
Gokul
332318
332318
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3011313%2fhow-many-ways-to-arrange-four-types-of-books-on-the-shelf-so-that-books-of-the-s%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
Problems of enumeration should be tagged combinatorics rather than probability.
– N. F. Taussig
Nov 24 at 11:10