In how many ways can we split $6$ toys such that John will receive $2$, Carl and Michael will receive at...












1












$begingroup$




  • In how many ways can we split $6$ toys such that John will receive $2$, Carl and Michael will receive at least one toy?




I'll be using combinations in this case. Let us see how many ways there are to split $6$ boys as seen below



$$binom{6}{2}$$



This represents that John will receive any $2$ toys among $6$ toys. From remaining toys, we can conclude that



$$binom{4}{1}binom{3}{1}$$



We've found the case that Michael and Carl receives only one toy. Now we have to consider that they will receive $2$ toys since it says at least.



$$binom{6}{2}binom{4}{2}binom{2}{2}$$



Finally, I'm combining all these results and we have that



$$binom{6}{2}binom{4}{2}binom{2}{2} + binom{6}{2}binom{4}{1}binom{3}{1} = 90 + 180 = 270$$



I've gone wrong somewhere. Could you assist me with that?










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    Both Michael and Carl can't get 1 toy each, because then you'd only end up distributing 4 toys, not 6
    $endgroup$
    – Shubham Johri
    Nov 27 '18 at 19:27
















1












$begingroup$




  • In how many ways can we split $6$ toys such that John will receive $2$, Carl and Michael will receive at least one toy?




I'll be using combinations in this case. Let us see how many ways there are to split $6$ boys as seen below



$$binom{6}{2}$$



This represents that John will receive any $2$ toys among $6$ toys. From remaining toys, we can conclude that



$$binom{4}{1}binom{3}{1}$$



We've found the case that Michael and Carl receives only one toy. Now we have to consider that they will receive $2$ toys since it says at least.



$$binom{6}{2}binom{4}{2}binom{2}{2}$$



Finally, I'm combining all these results and we have that



$$binom{6}{2}binom{4}{2}binom{2}{2} + binom{6}{2}binom{4}{1}binom{3}{1} = 90 + 180 = 270$$



I've gone wrong somewhere. Could you assist me with that?










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    Both Michael and Carl can't get 1 toy each, because then you'd only end up distributing 4 toys, not 6
    $endgroup$
    – Shubham Johri
    Nov 27 '18 at 19:27














1












1








1





$begingroup$




  • In how many ways can we split $6$ toys such that John will receive $2$, Carl and Michael will receive at least one toy?




I'll be using combinations in this case. Let us see how many ways there are to split $6$ boys as seen below



$$binom{6}{2}$$



This represents that John will receive any $2$ toys among $6$ toys. From remaining toys, we can conclude that



$$binom{4}{1}binom{3}{1}$$



We've found the case that Michael and Carl receives only one toy. Now we have to consider that they will receive $2$ toys since it says at least.



$$binom{6}{2}binom{4}{2}binom{2}{2}$$



Finally, I'm combining all these results and we have that



$$binom{6}{2}binom{4}{2}binom{2}{2} + binom{6}{2}binom{4}{1}binom{3}{1} = 90 + 180 = 270$$



I've gone wrong somewhere. Could you assist me with that?










share|cite|improve this question









$endgroup$






  • In how many ways can we split $6$ toys such that John will receive $2$, Carl and Michael will receive at least one toy?




I'll be using combinations in this case. Let us see how many ways there are to split $6$ boys as seen below



$$binom{6}{2}$$



This represents that John will receive any $2$ toys among $6$ toys. From remaining toys, we can conclude that



$$binom{4}{1}binom{3}{1}$$



We've found the case that Michael and Carl receives only one toy. Now we have to consider that they will receive $2$ toys since it says at least.



$$binom{6}{2}binom{4}{2}binom{2}{2}$$



Finally, I'm combining all these results and we have that



$$binom{6}{2}binom{4}{2}binom{2}{2} + binom{6}{2}binom{4}{1}binom{3}{1} = 90 + 180 = 270$$



I've gone wrong somewhere. Could you assist me with that?







combinations






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 27 '18 at 19:18









EnzoEnzo

1677




1677








  • 1




    $begingroup$
    Both Michael and Carl can't get 1 toy each, because then you'd only end up distributing 4 toys, not 6
    $endgroup$
    – Shubham Johri
    Nov 27 '18 at 19:27














  • 1




    $begingroup$
    Both Michael and Carl can't get 1 toy each, because then you'd only end up distributing 4 toys, not 6
    $endgroup$
    – Shubham Johri
    Nov 27 '18 at 19:27








1




1




$begingroup$
Both Michael and Carl can't get 1 toy each, because then you'd only end up distributing 4 toys, not 6
$endgroup$
– Shubham Johri
Nov 27 '18 at 19:27




$begingroup$
Both Michael and Carl can't get 1 toy each, because then you'd only end up distributing 4 toys, not 6
$endgroup$
– Shubham Johri
Nov 27 '18 at 19:27










2 Answers
2






active

oldest

votes


















1












$begingroup$

Since John receives two toys and Carl and Michael each receive at least one toy, the possible distributions are $(2, 1, 3)$, $(2, 2, 2)$, and $(2, 1, 3)$, where the ordered triple $(J, C, M)$ represents the number of toys received by John, Carl, and Michael, respectively.



If John receives $J = 2$ of the six toys and Carl receives exactly $C$ of the remaining four toys, then Michael will receive all of the remaining $M = 4 - C$ toys. Hence, the number of ways of distributing the toys so that John receives two of the six toys and John and Carl each receive at least one is
$$binom{6}{2}binom{4}{1}binom{3}{3} + binom{6}{2}binom{4}{2}binom{2}{2} + binom{6}{2}binom{4}{3}binom{1}{1}$$






share|cite|improve this answer









$endgroup$





















    1












    $begingroup$

    John get 2, that is ${6choose 2}$.



    Now from the rest of 4 Carl gets:



    $1$ toy, that is ${4choose 1}$ way or



    $3$ toys, that is ${4choose 3}$ ways or



    $2$ toys, that is ${4choose 2}$ ways. So the number of all distributions is $${6choose 2}Big( {4choose 1}+ {4choose 2} + {4choose 3}Big)$$.






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


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3016191%2fin-how-many-ways-can-we-split-6-toys-such-that-john-will-receive-2-carl-and%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









      1












      $begingroup$

      Since John receives two toys and Carl and Michael each receive at least one toy, the possible distributions are $(2, 1, 3)$, $(2, 2, 2)$, and $(2, 1, 3)$, where the ordered triple $(J, C, M)$ represents the number of toys received by John, Carl, and Michael, respectively.



      If John receives $J = 2$ of the six toys and Carl receives exactly $C$ of the remaining four toys, then Michael will receive all of the remaining $M = 4 - C$ toys. Hence, the number of ways of distributing the toys so that John receives two of the six toys and John and Carl each receive at least one is
      $$binom{6}{2}binom{4}{1}binom{3}{3} + binom{6}{2}binom{4}{2}binom{2}{2} + binom{6}{2}binom{4}{3}binom{1}{1}$$






      share|cite|improve this answer









      $endgroup$


















        1












        $begingroup$

        Since John receives two toys and Carl and Michael each receive at least one toy, the possible distributions are $(2, 1, 3)$, $(2, 2, 2)$, and $(2, 1, 3)$, where the ordered triple $(J, C, M)$ represents the number of toys received by John, Carl, and Michael, respectively.



        If John receives $J = 2$ of the six toys and Carl receives exactly $C$ of the remaining four toys, then Michael will receive all of the remaining $M = 4 - C$ toys. Hence, the number of ways of distributing the toys so that John receives two of the six toys and John and Carl each receive at least one is
        $$binom{6}{2}binom{4}{1}binom{3}{3} + binom{6}{2}binom{4}{2}binom{2}{2} + binom{6}{2}binom{4}{3}binom{1}{1}$$






        share|cite|improve this answer









        $endgroup$
















          1












          1








          1





          $begingroup$

          Since John receives two toys and Carl and Michael each receive at least one toy, the possible distributions are $(2, 1, 3)$, $(2, 2, 2)$, and $(2, 1, 3)$, where the ordered triple $(J, C, M)$ represents the number of toys received by John, Carl, and Michael, respectively.



          If John receives $J = 2$ of the six toys and Carl receives exactly $C$ of the remaining four toys, then Michael will receive all of the remaining $M = 4 - C$ toys. Hence, the number of ways of distributing the toys so that John receives two of the six toys and John and Carl each receive at least one is
          $$binom{6}{2}binom{4}{1}binom{3}{3} + binom{6}{2}binom{4}{2}binom{2}{2} + binom{6}{2}binom{4}{3}binom{1}{1}$$






          share|cite|improve this answer









          $endgroup$



          Since John receives two toys and Carl and Michael each receive at least one toy, the possible distributions are $(2, 1, 3)$, $(2, 2, 2)$, and $(2, 1, 3)$, where the ordered triple $(J, C, M)$ represents the number of toys received by John, Carl, and Michael, respectively.



          If John receives $J = 2$ of the six toys and Carl receives exactly $C$ of the remaining four toys, then Michael will receive all of the remaining $M = 4 - C$ toys. Hence, the number of ways of distributing the toys so that John receives two of the six toys and John and Carl each receive at least one is
          $$binom{6}{2}binom{4}{1}binom{3}{3} + binom{6}{2}binom{4}{2}binom{2}{2} + binom{6}{2}binom{4}{3}binom{1}{1}$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 27 '18 at 19:28









          N. F. TaussigN. F. Taussig

          44k93356




          44k93356























              1












              $begingroup$

              John get 2, that is ${6choose 2}$.



              Now from the rest of 4 Carl gets:



              $1$ toy, that is ${4choose 1}$ way or



              $3$ toys, that is ${4choose 3}$ ways or



              $2$ toys, that is ${4choose 2}$ ways. So the number of all distributions is $${6choose 2}Big( {4choose 1}+ {4choose 2} + {4choose 3}Big)$$.






              share|cite|improve this answer









              $endgroup$


















                1












                $begingroup$

                John get 2, that is ${6choose 2}$.



                Now from the rest of 4 Carl gets:



                $1$ toy, that is ${4choose 1}$ way or



                $3$ toys, that is ${4choose 3}$ ways or



                $2$ toys, that is ${4choose 2}$ ways. So the number of all distributions is $${6choose 2}Big( {4choose 1}+ {4choose 2} + {4choose 3}Big)$$.






                share|cite|improve this answer









                $endgroup$
















                  1












                  1








                  1





                  $begingroup$

                  John get 2, that is ${6choose 2}$.



                  Now from the rest of 4 Carl gets:



                  $1$ toy, that is ${4choose 1}$ way or



                  $3$ toys, that is ${4choose 3}$ ways or



                  $2$ toys, that is ${4choose 2}$ ways. So the number of all distributions is $${6choose 2}Big( {4choose 1}+ {4choose 2} + {4choose 3}Big)$$.






                  share|cite|improve this answer









                  $endgroup$



                  John get 2, that is ${6choose 2}$.



                  Now from the rest of 4 Carl gets:



                  $1$ toy, that is ${4choose 1}$ way or



                  $3$ toys, that is ${4choose 3}$ ways or



                  $2$ toys, that is ${4choose 2}$ ways. So the number of all distributions is $${6choose 2}Big( {4choose 1}+ {4choose 2} + {4choose 3}Big)$$.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Nov 27 '18 at 19:27









                  greedoidgreedoid

                  40.2k114799




                  40.2k114799






























                      draft saved

                      draft discarded




















































                      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%2f3016191%2fin-how-many-ways-can-we-split-6-toys-such-that-john-will-receive-2-carl-and%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

                      Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                      ComboBox Display Member on multiple fields

                      Is it possible to collect Nectar points via Trainline?