Arranging cats and dogs - what is wrong with my approach The Next CEO of Stack OverflowFour 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?

Yu-Gi-Oh cards in Python 3

Won the lottery - how do I keep the money?

Does higher Oxidation/ reduction potential translate to higher energy storage in battery?

Lucky Feat: How can "more than one creature spend a luck point to influence the outcome of a roll"?

What would be the main consequences for a country leaving the WTO?

How do I fit a non linear curve?

Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico

What is the difference between "hamstring tendon" and "common hamstring tendon"?

Do scriptures give a method to recognize a truly self-realized person/jivanmukta?

Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?

Is there a difference between "Fahrstuhl" and "Aufzug"?

How to avoid supervisors with prejudiced views?

Is French Guiana a (hard) EU border?

Point distance program written without a framework

What CSS properties can the br tag have?

Is it convenient to ask the journal's editor for two additional days to complete a review?

Help! I cannot understand this game’s notations!

Players Circumventing the limitations of Wish

IC has pull-down resistors on SMBus lines?

Is there an equivalent of cd - for cp or mv

Vector calculus integration identity problem

Film where the government was corrupt with aliens, people sent to kill aliens are given rigged visors not showing the right aliens

Is there a reasonable and studied concept of reduction between regular languages?

How did Beeri the Hittite come up with naming his daughter Yehudit?



Arranging cats and dogs - what is wrong with my approach



The Next CEO of Stack OverflowFour 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?










7












$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?










share|cite|improve this question







New contributor




Akshat Agarwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$







  • 2




    $begingroup$
    Is your problem arising as a consequence of a rainfall ?
    $endgroup$
    – Jean Marie
    yesterday















7












$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?










share|cite|improve this question







New contributor




Akshat Agarwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$







  • 2




    $begingroup$
    Is your problem arising as a consequence of a rainfall ?
    $endgroup$
    – Jean Marie
    yesterday













7












7








7


1



$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?










share|cite|improve this question







New contributor




Akshat Agarwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$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






share|cite|improve this question







New contributor




Akshat Agarwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




Akshat Agarwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




Akshat Agarwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









Akshat AgarwalAkshat Agarwal

512




512




New contributor




Akshat Agarwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Akshat Agarwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Akshat Agarwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 2




    $begingroup$
    Is your problem arising as a consequence of a rainfall ?
    $endgroup$
    – Jean Marie
    yesterday












  • 2




    $begingroup$
    Is your problem arising as a consequence of a rainfall ?
    $endgroup$
    – Jean Marie
    yesterday







2




2




$begingroup$
Is your problem arising as a consequence of a rainfall ?
$endgroup$
– Jean Marie
yesterday




$begingroup$
Is your problem arising as a consequence of a rainfall ?
$endgroup$
– Jean Marie
yesterday










2 Answers
2






active

oldest

votes


















6












$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$$






share|cite|improve this answer











$endgroup$




















    0












    $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.$$






    share|cite|improve this answer









    $endgroup$













      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
      );



      );






      Akshat Agarwal is a new contributor. Be nice, and check out our Code of Conduct.









      draft saved

      draft discarded


















      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









      6












      $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$$






      share|cite|improve this answer











      $endgroup$

















        6












        $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$$






        share|cite|improve this answer











        $endgroup$















          6












          6








          6





          $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$$






          share|cite|improve this answer











          $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$$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited yesterday

























          answered yesterday









          lulululu

          43.3k25080




          43.3k25080





















              0












              $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.$$






              share|cite|improve this answer









              $endgroup$

















                0












                $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.$$






                share|cite|improve this answer









                $endgroup$















                  0












                  0








                  0





                  $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.$$






                  share|cite|improve this answer









                  $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.$$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered yesterday









                  farruhotafarruhota

                  21.8k2842




                  21.8k2842




















                      Akshat Agarwal is a new contributor. Be nice, and check out our Code of Conduct.









                      draft saved

                      draft discarded


















                      Akshat Agarwal is a new contributor. Be nice, and check out our Code of Conduct.












                      Akshat Agarwal is a new contributor. Be nice, and check out our Code of Conduct.











                      Akshat Agarwal is a new contributor. Be nice, and check out our Code of Conduct.














                      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.




                      draft saved


                      draft discarded














                      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





















































                      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







                      Popular posts from this blog

                      Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

                      Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

                      What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company