Probability - choose gloves











up vote
0
down vote

favorite












In a department store at the mall, black and brown gloves are on sale. There are $N$ (identical) pairs of black gloves and $N$ (identical) pairs of brown gloves. If $N$ customers come in, one at a time and randomly choose and buy $2$ pairs each, find the probability of event $A$: each customer buys $2$ pairs of different colors (one black and one brown).



My attempt: $2N$ trials, $N$ choices out of $N$ black gloves, $N$ choices out of $N$ brown gloves, but I don't know what to do next. Any help is appreciated!










share|cite|improve this question









New contributor




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
























    up vote
    0
    down vote

    favorite












    In a department store at the mall, black and brown gloves are on sale. There are $N$ (identical) pairs of black gloves and $N$ (identical) pairs of brown gloves. If $N$ customers come in, one at a time and randomly choose and buy $2$ pairs each, find the probability of event $A$: each customer buys $2$ pairs of different colors (one black and one brown).



    My attempt: $2N$ trials, $N$ choices out of $N$ black gloves, $N$ choices out of $N$ brown gloves, but I don't know what to do next. Any help is appreciated!










    share|cite|improve this question









    New contributor




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






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      In a department store at the mall, black and brown gloves are on sale. There are $N$ (identical) pairs of black gloves and $N$ (identical) pairs of brown gloves. If $N$ customers come in, one at a time and randomly choose and buy $2$ pairs each, find the probability of event $A$: each customer buys $2$ pairs of different colors (one black and one brown).



      My attempt: $2N$ trials, $N$ choices out of $N$ black gloves, $N$ choices out of $N$ brown gloves, but I don't know what to do next. Any help is appreciated!










      share|cite|improve this question









      New contributor




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











      In a department store at the mall, black and brown gloves are on sale. There are $N$ (identical) pairs of black gloves and $N$ (identical) pairs of brown gloves. If $N$ customers come in, one at a time and randomly choose and buy $2$ pairs each, find the probability of event $A$: each customer buys $2$ pairs of different colors (one black and one brown).



      My attempt: $2N$ trials, $N$ choices out of $N$ black gloves, $N$ choices out of $N$ brown gloves, but I don't know what to do next. Any help is appreciated!







      probability combinatorics






      share|cite|improve this question









      New contributor




      AlphaDelphi 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




      AlphaDelphi 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








      edited Nov 12 at 16:37









      Tianlalu

      2,325632




      2,325632






      New contributor




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









      asked Nov 12 at 16:32









      AlphaDelphi

      1




      1




      New contributor




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





      New contributor





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






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






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote













          Hint: What is the chance that the first customer buys different color pairs? Given that one pair of each color is gone, what is the chance the second customer buys different color pairs? Keep going.






          share|cite|improve this answer





















          • Thank you, it was a good hint!
            – AlphaDelphi
            Nov 12 at 17:06


















          up vote
          0
          down vote













          When the first customer comes in and selects the first pair of gloves, nothing ye could have gone wrong from the goal of each customer selecting one brown pair and one black pair.



          When the first customer selects the second pair there are $frac {N} {2N - 1}$ pairs that are the opposite color from the pair she first selected.



          Assuming the streak is still alive for customer two, that second customer can't break the streak with their first selection of a pair of gloves. But when the second customer selects his second pair, there are $frac {N - 1} {2N - 3}$ pairs that are the opposite color of the first pair.



          Continuing this pattern, and multiplying, you'll have:



          $frac {N cdot (N - 1) cdot (N - 2) cdot ... cdot 1} {(2N - 1) cdot (2N - 3) cdot (2N - 5) cdot ... cdot 1}$



          Not sure how best to simplify that, maybe this? $N! cdot frac { N! 2^N} {(2N)!}$



          The fraction on the right should cancel out all of the even factors in $(2N)!$






          share|cite|improve this answer





















          • Thank you for the help!
            – AlphaDelphi
            Nov 12 at 17:07











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


          }
          });






          AlphaDelphi 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%2f2995525%2fprobability-choose-gloves%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








          up vote
          1
          down vote













          Hint: What is the chance that the first customer buys different color pairs? Given that one pair of each color is gone, what is the chance the second customer buys different color pairs? Keep going.






          share|cite|improve this answer





















          • Thank you, it was a good hint!
            – AlphaDelphi
            Nov 12 at 17:06















          up vote
          1
          down vote













          Hint: What is the chance that the first customer buys different color pairs? Given that one pair of each color is gone, what is the chance the second customer buys different color pairs? Keep going.






          share|cite|improve this answer





















          • Thank you, it was a good hint!
            – AlphaDelphi
            Nov 12 at 17:06













          up vote
          1
          down vote










          up vote
          1
          down vote









          Hint: What is the chance that the first customer buys different color pairs? Given that one pair of each color is gone, what is the chance the second customer buys different color pairs? Keep going.






          share|cite|improve this answer












          Hint: What is the chance that the first customer buys different color pairs? Given that one pair of each color is gone, what is the chance the second customer buys different color pairs? Keep going.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 12 at 16:45









          Ross Millikan

          286k23195363




          286k23195363












          • Thank you, it was a good hint!
            – AlphaDelphi
            Nov 12 at 17:06


















          • Thank you, it was a good hint!
            – AlphaDelphi
            Nov 12 at 17:06
















          Thank you, it was a good hint!
          – AlphaDelphi
          Nov 12 at 17:06




          Thank you, it was a good hint!
          – AlphaDelphi
          Nov 12 at 17:06










          up vote
          0
          down vote













          When the first customer comes in and selects the first pair of gloves, nothing ye could have gone wrong from the goal of each customer selecting one brown pair and one black pair.



          When the first customer selects the second pair there are $frac {N} {2N - 1}$ pairs that are the opposite color from the pair she first selected.



          Assuming the streak is still alive for customer two, that second customer can't break the streak with their first selection of a pair of gloves. But when the second customer selects his second pair, there are $frac {N - 1} {2N - 3}$ pairs that are the opposite color of the first pair.



          Continuing this pattern, and multiplying, you'll have:



          $frac {N cdot (N - 1) cdot (N - 2) cdot ... cdot 1} {(2N - 1) cdot (2N - 3) cdot (2N - 5) cdot ... cdot 1}$



          Not sure how best to simplify that, maybe this? $N! cdot frac { N! 2^N} {(2N)!}$



          The fraction on the right should cancel out all of the even factors in $(2N)!$






          share|cite|improve this answer





















          • Thank you for the help!
            – AlphaDelphi
            Nov 12 at 17:07















          up vote
          0
          down vote













          When the first customer comes in and selects the first pair of gloves, nothing ye could have gone wrong from the goal of each customer selecting one brown pair and one black pair.



          When the first customer selects the second pair there are $frac {N} {2N - 1}$ pairs that are the opposite color from the pair she first selected.



          Assuming the streak is still alive for customer two, that second customer can't break the streak with their first selection of a pair of gloves. But when the second customer selects his second pair, there are $frac {N - 1} {2N - 3}$ pairs that are the opposite color of the first pair.



          Continuing this pattern, and multiplying, you'll have:



          $frac {N cdot (N - 1) cdot (N - 2) cdot ... cdot 1} {(2N - 1) cdot (2N - 3) cdot (2N - 5) cdot ... cdot 1}$



          Not sure how best to simplify that, maybe this? $N! cdot frac { N! 2^N} {(2N)!}$



          The fraction on the right should cancel out all of the even factors in $(2N)!$






          share|cite|improve this answer





















          • Thank you for the help!
            – AlphaDelphi
            Nov 12 at 17:07













          up vote
          0
          down vote










          up vote
          0
          down vote









          When the first customer comes in and selects the first pair of gloves, nothing ye could have gone wrong from the goal of each customer selecting one brown pair and one black pair.



          When the first customer selects the second pair there are $frac {N} {2N - 1}$ pairs that are the opposite color from the pair she first selected.



          Assuming the streak is still alive for customer two, that second customer can't break the streak with their first selection of a pair of gloves. But when the second customer selects his second pair, there are $frac {N - 1} {2N - 3}$ pairs that are the opposite color of the first pair.



          Continuing this pattern, and multiplying, you'll have:



          $frac {N cdot (N - 1) cdot (N - 2) cdot ... cdot 1} {(2N - 1) cdot (2N - 3) cdot (2N - 5) cdot ... cdot 1}$



          Not sure how best to simplify that, maybe this? $N! cdot frac { N! 2^N} {(2N)!}$



          The fraction on the right should cancel out all of the even factors in $(2N)!$






          share|cite|improve this answer












          When the first customer comes in and selects the first pair of gloves, nothing ye could have gone wrong from the goal of each customer selecting one brown pair and one black pair.



          When the first customer selects the second pair there are $frac {N} {2N - 1}$ pairs that are the opposite color from the pair she first selected.



          Assuming the streak is still alive for customer two, that second customer can't break the streak with their first selection of a pair of gloves. But when the second customer selects his second pair, there are $frac {N - 1} {2N - 3}$ pairs that are the opposite color of the first pair.



          Continuing this pattern, and multiplying, you'll have:



          $frac {N cdot (N - 1) cdot (N - 2) cdot ... cdot 1} {(2N - 1) cdot (2N - 3) cdot (2N - 5) cdot ... cdot 1}$



          Not sure how best to simplify that, maybe this? $N! cdot frac { N! 2^N} {(2N)!}$



          The fraction on the right should cancel out all of the even factors in $(2N)!$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 12 at 16:57









          Kurt Schwanda

          3308




          3308












          • Thank you for the help!
            – AlphaDelphi
            Nov 12 at 17:07


















          • Thank you for the help!
            – AlphaDelphi
            Nov 12 at 17:07
















          Thank you for the help!
          – AlphaDelphi
          Nov 12 at 17:07




          Thank you for the help!
          – AlphaDelphi
          Nov 12 at 17:07










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










           

          draft saved


          draft discarded


















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













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












          AlphaDelphi 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%2f2995525%2fprobability-choose-gloves%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?