Arranging cats and dogs - what is wrong with my approachFour dogs and five cats race. In how many ways can this occur?What's wrong with my permutation logic?Find the number of ways this can be arranged in which no 2 women and no 2 men sit together given 4 men and 3 women are seated in a dinner table?In how many ways can the letters of word $PERMUTATIONS$ be arranged if there are always 4 letters between P and S?What is wrong in my attempt in permutations?Story Of naive Cats And Machiavellian MonkeyArranging $A$'s and $B$'s.Permutations of finishing a raceHow many strings of $6$ digits are there which use only the digits $0, 1$, or $2$ and in which $2$, whenever it appears, always does so after $1$?In how many ways can $n$ dogs and $k$ cats be arranged in a row so that no two cats are adjacent?
Will 700 more planes a day fly because of the Heathrow expansion?
What are the advantages of luxury car brands like Acura/Lexus over their sibling non-luxury brands Honda/Toyota?
Where to get QGIS 3 Join by Field Value Script?
Should homeowners insurance cover the cost of the home?
Extra space in cells when using token lists to build tabular content
Why do people keep telling me that I am a bad photographer?
Why is "breaking the mould" positively connoted?
Why is my arithmetic with a long long int behaving this way?
How is Per Object Storage Usage Calculated
Why does sound not move through a wall?
As a GM, is it bad form to ask for a moment to think when improvising?
History of the kernel of a homomorphism?
How can I get a job without pushing my family's income into a higher tax bracket?
Hostile Divisor Numbers
Has a commercial or military jet bi-plane ever been manufactured?
Is 'contemporary' ambiguous and if so is there a better word?
Manager is threatening to grade me poorly if I don't complete the project
US born but as a child of foreign diplomat
How do LIGO and VIRGO know that a gravitational wave has its origin in a neutron star or a black hole?
Outlining A Novel - How do you make it less of a slog?
Should I decline this job offer that requires relocating to an area with high cost of living?
Would you use "llamarse" for an animal's name?
How to pass hash as password to ssh server
How can I get people to remember my character's gender?
Arranging cats and dogs - what is wrong with my approach
Four dogs and five cats race. In how many ways can this occur?What's wrong with my permutation logic?Find the number of ways this can be arranged in which no 2 women and no 2 men sit together given 4 men and 3 women are seated in a dinner table?In how many ways can the letters of word $PERMUTATIONS$ be arranged if there are always 4 letters between P and S?What is wrong in my attempt in permutations?Story Of naive Cats And Machiavellian MonkeyArranging $A$'s and $B$'s.Permutations of finishing a raceHow many strings of $6$ digits are there which use only the digits $0, 1$, or $2$ and in which $2$, whenever it appears, always does so after $1$?In how many ways can $n$ dogs and $k$ cats be arranged in a row so that no two cats are adjacent?
$begingroup$
We have 4 dogs and 3 cats in a line but no two cats can be together, in how many ways can they be arranged?
Since there are 5 spaces the cats can be in with the dogs fixed, there are $5 choose 3 * 4! * 3! = 1440$ ways and this is the correct answer.
I thought of a different approach. Instead of fixing the dogs' places, I fixed the places of the cats. Now, we have 4 spaces of which the two spaces in the middle must be filled. Therefore, out of the 4 dogs, 2 must fill those, and there are $4 * 3$ ways of doing this (since one dog must be chosen to fill one middle space and the other, to fill the second but now there are only 3 dogs left.)
The other two dogs are free to go to any of the 4 spaces, with $4^2$ possibilities.
The cats can now be arranged in $3!$ ways.
So, our final answer should be $3! * 4^2 * 4 * 3 = 1152$
Where have I gone wrong?
combinatorics permutations
$endgroup$
add a comment |
$begingroup$
We have 4 dogs and 3 cats in a line but no two cats can be together, in how many ways can they be arranged?
Since there are 5 spaces the cats can be in with the dogs fixed, there are $5 choose 3 * 4! * 3! = 1440$ ways and this is the correct answer.
I thought of a different approach. Instead of fixing the dogs' places, I fixed the places of the cats. Now, we have 4 spaces of which the two spaces in the middle must be filled. Therefore, out of the 4 dogs, 2 must fill those, and there are $4 * 3$ ways of doing this (since one dog must be chosen to fill one middle space and the other, to fill the second but now there are only 3 dogs left.)
The other two dogs are free to go to any of the 4 spaces, with $4^2$ possibilities.
The cats can now be arranged in $3!$ ways.
So, our final answer should be $3! * 4^2 * 4 * 3 = 1152$
Where have I gone wrong?
combinatorics permutations
$endgroup$
2
$begingroup$
Is your problem arising as a consequence of a rainfall ?
$endgroup$
– Jean Marie
Mar 30 at 16:27
add a comment |
$begingroup$
We have 4 dogs and 3 cats in a line but no two cats can be together, in how many ways can they be arranged?
Since there are 5 spaces the cats can be in with the dogs fixed, there are $5 choose 3 * 4! * 3! = 1440$ ways and this is the correct answer.
I thought of a different approach. Instead of fixing the dogs' places, I fixed the places of the cats. Now, we have 4 spaces of which the two spaces in the middle must be filled. Therefore, out of the 4 dogs, 2 must fill those, and there are $4 * 3$ ways of doing this (since one dog must be chosen to fill one middle space and the other, to fill the second but now there are only 3 dogs left.)
The other two dogs are free to go to any of the 4 spaces, with $4^2$ possibilities.
The cats can now be arranged in $3!$ ways.
So, our final answer should be $3! * 4^2 * 4 * 3 = 1152$
Where have I gone wrong?
combinatorics permutations
$endgroup$
We have 4 dogs and 3 cats in a line but no two cats can be together, in how many ways can they be arranged?
Since there are 5 spaces the cats can be in with the dogs fixed, there are $5 choose 3 * 4! * 3! = 1440$ ways and this is the correct answer.
I thought of a different approach. Instead of fixing the dogs' places, I fixed the places of the cats. Now, we have 4 spaces of which the two spaces in the middle must be filled. Therefore, out of the 4 dogs, 2 must fill those, and there are $4 * 3$ ways of doing this (since one dog must be chosen to fill one middle space and the other, to fill the second but now there are only 3 dogs left.)
The other two dogs are free to go to any of the 4 spaces, with $4^2$ possibilities.
The cats can now be arranged in $3!$ ways.
So, our final answer should be $3! * 4^2 * 4 * 3 = 1152$
Where have I gone wrong?
combinatorics permutations
combinatorics permutations
asked Mar 30 at 11:26
Akshat AgarwalAkshat Agarwal
513
513
2
$begingroup$
Is your problem arising as a consequence of a rainfall ?
$endgroup$
– Jean Marie
Mar 30 at 16:27
add a comment |
2
$begingroup$
Is your problem arising as a consequence of a rainfall ?
$endgroup$
– Jean Marie
Mar 30 at 16:27
2
2
$begingroup$
Is your problem arising as a consequence of a rainfall ?
$endgroup$
– Jean Marie
Mar 30 at 16:27
$begingroup$
Is your problem arising as a consequence of a rainfall ?
$endgroup$
– Jean Marie
Mar 30 at 16:27
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The second computation is missing a symmetry. Say your initial pattern is $$underline quadC_1underline quadC_2underline quadC_3underline quad$$
You then populate the spaces immediately to the right of $C_1$, and $C_2$. As:
$$underline quadC_1D_1underline quadC_2D_2underline quadC_3underline quad$$
So far so good. You still have $D_3,D_4$ to place. Where can they go? True, they can each go to any of the four spaces, but if, say, they both go to the first space, in which order do they go?
Taking the two possible orders into account, we see that you are missing $$4times 3!times 4times 3=288$$ cases. Adding them back gives you the desired result.
Phrased differently: once you have placed $D_3$ there are now five available spaces for $D_4$ (since $D_4$ might go either to the left or to the right of $D_3$). thus you should have had $$3!times 4times 5times 4times 3=1440$$
$endgroup$
add a comment |
$begingroup$
You can separate the two cases for the two last dogs: single dogs and double dogs.
Single dogs:
$$P(4,2)=frac4!2!=12.$$
Double dogs:
$$P(2,2)cdot C(4,1)=2cdot 4=8.$$
Hence, there are $12+8=20$ (not $4^2=16$) ways to distribute the last two dogs.
The final answer is:
$$3!cdot 20cdot 4cdot 3=1440.$$
$endgroup$
add a comment |
Your Answer
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%2f3168195%2farranging-cats-and-dogs-what-is-wrong-with-my-approach%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$
The second computation is missing a symmetry. Say your initial pattern is $$underline quadC_1underline quadC_2underline quadC_3underline quad$$
You then populate the spaces immediately to the right of $C_1$, and $C_2$. As:
$$underline quadC_1D_1underline quadC_2D_2underline quadC_3underline quad$$
So far so good. You still have $D_3,D_4$ to place. Where can they go? True, they can each go to any of the four spaces, but if, say, they both go to the first space, in which order do they go?
Taking the two possible orders into account, we see that you are missing $$4times 3!times 4times 3=288$$ cases. Adding them back gives you the desired result.
Phrased differently: once you have placed $D_3$ there are now five available spaces for $D_4$ (since $D_4$ might go either to the left or to the right of $D_3$). thus you should have had $$3!times 4times 5times 4times 3=1440$$
$endgroup$
add a comment |
$begingroup$
The second computation is missing a symmetry. Say your initial pattern is $$underline quadC_1underline quadC_2underline quadC_3underline quad$$
You then populate the spaces immediately to the right of $C_1$, and $C_2$. As:
$$underline quadC_1D_1underline quadC_2D_2underline quadC_3underline quad$$
So far so good. You still have $D_3,D_4$ to place. Where can they go? True, they can each go to any of the four spaces, but if, say, they both go to the first space, in which order do they go?
Taking the two possible orders into account, we see that you are missing $$4times 3!times 4times 3=288$$ cases. Adding them back gives you the desired result.
Phrased differently: once you have placed $D_3$ there are now five available spaces for $D_4$ (since $D_4$ might go either to the left or to the right of $D_3$). thus you should have had $$3!times 4times 5times 4times 3=1440$$
$endgroup$
add a comment |
$begingroup$
The second computation is missing a symmetry. Say your initial pattern is $$underline quadC_1underline quadC_2underline quadC_3underline quad$$
You then populate the spaces immediately to the right of $C_1$, and $C_2$. As:
$$underline quadC_1D_1underline quadC_2D_2underline quadC_3underline quad$$
So far so good. You still have $D_3,D_4$ to place. Where can they go? True, they can each go to any of the four spaces, but if, say, they both go to the first space, in which order do they go?
Taking the two possible orders into account, we see that you are missing $$4times 3!times 4times 3=288$$ cases. Adding them back gives you the desired result.
Phrased differently: once you have placed $D_3$ there are now five available spaces for $D_4$ (since $D_4$ might go either to the left or to the right of $D_3$). thus you should have had $$3!times 4times 5times 4times 3=1440$$
$endgroup$
The second computation is missing a symmetry. Say your initial pattern is $$underline quadC_1underline quadC_2underline quadC_3underline quad$$
You then populate the spaces immediately to the right of $C_1$, and $C_2$. As:
$$underline quadC_1D_1underline quadC_2D_2underline quadC_3underline quad$$
So far so good. You still have $D_3,D_4$ to place. Where can they go? True, they can each go to any of the four spaces, but if, say, they both go to the first space, in which order do they go?
Taking the two possible orders into account, we see that you are missing $$4times 3!times 4times 3=288$$ cases. Adding them back gives you the desired result.
Phrased differently: once you have placed $D_3$ there are now five available spaces for $D_4$ (since $D_4$ might go either to the left or to the right of $D_3$). thus you should have had $$3!times 4times 5times 4times 3=1440$$
edited Mar 30 at 15:26
answered Mar 30 at 11:44
lulululu
44.2k25182
44.2k25182
add a comment |
add a comment |
$begingroup$
You can separate the two cases for the two last dogs: single dogs and double dogs.
Single dogs:
$$P(4,2)=frac4!2!=12.$$
Double dogs:
$$P(2,2)cdot C(4,1)=2cdot 4=8.$$
Hence, there are $12+8=20$ (not $4^2=16$) ways to distribute the last two dogs.
The final answer is:
$$3!cdot 20cdot 4cdot 3=1440.$$
$endgroup$
add a comment |
$begingroup$
You can separate the two cases for the two last dogs: single dogs and double dogs.
Single dogs:
$$P(4,2)=frac4!2!=12.$$
Double dogs:
$$P(2,2)cdot C(4,1)=2cdot 4=8.$$
Hence, there are $12+8=20$ (not $4^2=16$) ways to distribute the last two dogs.
The final answer is:
$$3!cdot 20cdot 4cdot 3=1440.$$
$endgroup$
add a comment |
$begingroup$
You can separate the two cases for the two last dogs: single dogs and double dogs.
Single dogs:
$$P(4,2)=frac4!2!=12.$$
Double dogs:
$$P(2,2)cdot C(4,1)=2cdot 4=8.$$
Hence, there are $12+8=20$ (not $4^2=16$) ways to distribute the last two dogs.
The final answer is:
$$3!cdot 20cdot 4cdot 3=1440.$$
$endgroup$
You can separate the two cases for the two last dogs: single dogs and double dogs.
Single dogs:
$$P(4,2)=frac4!2!=12.$$
Double dogs:
$$P(2,2)cdot C(4,1)=2cdot 4=8.$$
Hence, there are $12+8=20$ (not $4^2=16$) ways to distribute the last two dogs.
The final answer is:
$$3!cdot 20cdot 4cdot 3=1440.$$
answered Mar 30 at 15:27
farruhotafarruhota
22.7k2942
22.7k2942
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%2f3168195%2farranging-cats-and-dogs-what-is-wrong-with-my-approach%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
2
$begingroup$
Is your problem arising as a consequence of a rainfall ?
$endgroup$
– Jean Marie
Mar 30 at 16:27