Stats and Probability: Three cups and Two different integers in each. Combinations?












0












$begingroup$


Can’t explain much in the title.
To set the stage:
There are three cups (#1, #2, and #3). In each cup is two cards with different integers. There are 6 different integers that run 1-6. In cup #1 is 1 and 2, in cup #2 is 3 and 4, and so forwardth. The cups are randomized and you have to pull one card from each cup, and then one last card from the last cup you most recently pulled from. What is the probability that one particular string of values would come out?
So:




Pull from “cup #2”: 3
Pull from “cup #1”: 2
Pull from “cup #3”: 6
Make a second draw from “cup #3”: Has to be 5
String is: 3,2,6,5.




-Order matters
-Keep in mind that the cards are replaced after all cards have been pulled.
My example is complicated to me so please ask away for any clarifications.










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    Can’t explain much in the title.
    To set the stage:
    There are three cups (#1, #2, and #3). In each cup is two cards with different integers. There are 6 different integers that run 1-6. In cup #1 is 1 and 2, in cup #2 is 3 and 4, and so forwardth. The cups are randomized and you have to pull one card from each cup, and then one last card from the last cup you most recently pulled from. What is the probability that one particular string of values would come out?
    So:




    Pull from “cup #2”: 3
    Pull from “cup #1”: 2
    Pull from “cup #3”: 6
    Make a second draw from “cup #3”: Has to be 5
    String is: 3,2,6,5.




    -Order matters
    -Keep in mind that the cards are replaced after all cards have been pulled.
    My example is complicated to me so please ask away for any clarifications.










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      Can’t explain much in the title.
      To set the stage:
      There are three cups (#1, #2, and #3). In each cup is two cards with different integers. There are 6 different integers that run 1-6. In cup #1 is 1 and 2, in cup #2 is 3 and 4, and so forwardth. The cups are randomized and you have to pull one card from each cup, and then one last card from the last cup you most recently pulled from. What is the probability that one particular string of values would come out?
      So:




      Pull from “cup #2”: 3
      Pull from “cup #1”: 2
      Pull from “cup #3”: 6
      Make a second draw from “cup #3”: Has to be 5
      String is: 3,2,6,5.




      -Order matters
      -Keep in mind that the cards are replaced after all cards have been pulled.
      My example is complicated to me so please ask away for any clarifications.










      share|cite|improve this question









      $endgroup$




      Can’t explain much in the title.
      To set the stage:
      There are three cups (#1, #2, and #3). In each cup is two cards with different integers. There are 6 different integers that run 1-6. In cup #1 is 1 and 2, in cup #2 is 3 and 4, and so forwardth. The cups are randomized and you have to pull one card from each cup, and then one last card from the last cup you most recently pulled from. What is the probability that one particular string of values would come out?
      So:




      Pull from “cup #2”: 3
      Pull from “cup #1”: 2
      Pull from “cup #3”: 6
      Make a second draw from “cup #3”: Has to be 5
      String is: 3,2,6,5.




      -Order matters
      -Keep in mind that the cards are replaced after all cards have been pulled.
      My example is complicated to me so please ask away for any clarifications.







      probability statistics






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Jan 29 at 21:58









      Unhealthy IndividualistUnhealthy Individualist

      1




      1






















          2 Answers
          2






          active

          oldest

          votes


















          1












          $begingroup$

          Assuming that the string is valid (i.e., respects the above rules), the probability equals:



          $$frac{1}{{6 choose 1}{4 choose 1}{2 choose 1}} = frac{1}{6 cdot 4 cdot 2} = frac{1}{48}$$



          This is because you can choose among 6 numbers for the first digit, among 4 numbers for the second, and finally the order of the 2 remaining numbers.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Thank you for guiding me through the the answer!
            $endgroup$
            – Unhealthy Individualist
            Jan 30 at 2:03










          • $begingroup$
            @UnhealthyIndividualist You're welcome. If this or any other answer was of help to you, please don't forget to accept it by ticking the check mark on the left!
            $endgroup$
            – jvdhooft
            Jan 30 at 6:16



















          0












          $begingroup$

          Approach via multiplication principle and counting.




          • Choose the order of the cups: $3!$ options


          • Pick a card from the left-most cup: $2$ options


          • Pick a card from the middle cup: $2$ options


          • Pick a card from the right-most cup: $2$ options


          • Pick the remaining card from the right-most cup: $1$ option



          Multiplying the number of options gives the number of possible outcomes being $48$. Assuming each outcome is equally likely, the probability of getting a particular possible outcome is simply $1$ divided by the number of outcomes, i.e. $frac{1}{48}$.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Thank you. I forgot about factorials, at least I think that is what this is “!”
            $endgroup$
            – Unhealthy Individualist
            Jan 30 at 2:05










          • $begingroup$
            @UnhealthyIndividualist factorials can also be explained via multiplication principle. To choose the order of the cups, first pick which cup is on the left (3 options), then pick which cup is in the middle (2 options), and the remaining cup goes on the right, for a total of $3cdot 2=6$ options total.
            $endgroup$
            – JMoravitz
            Jan 30 at 2:36












          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%2f3092784%2fstats-and-probability-three-cups-and-two-different-integers-in-each-combinatio%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$

          Assuming that the string is valid (i.e., respects the above rules), the probability equals:



          $$frac{1}{{6 choose 1}{4 choose 1}{2 choose 1}} = frac{1}{6 cdot 4 cdot 2} = frac{1}{48}$$



          This is because you can choose among 6 numbers for the first digit, among 4 numbers for the second, and finally the order of the 2 remaining numbers.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Thank you for guiding me through the the answer!
            $endgroup$
            – Unhealthy Individualist
            Jan 30 at 2:03










          • $begingroup$
            @UnhealthyIndividualist You're welcome. If this or any other answer was of help to you, please don't forget to accept it by ticking the check mark on the left!
            $endgroup$
            – jvdhooft
            Jan 30 at 6:16
















          1












          $begingroup$

          Assuming that the string is valid (i.e., respects the above rules), the probability equals:



          $$frac{1}{{6 choose 1}{4 choose 1}{2 choose 1}} = frac{1}{6 cdot 4 cdot 2} = frac{1}{48}$$



          This is because you can choose among 6 numbers for the first digit, among 4 numbers for the second, and finally the order of the 2 remaining numbers.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Thank you for guiding me through the the answer!
            $endgroup$
            – Unhealthy Individualist
            Jan 30 at 2:03










          • $begingroup$
            @UnhealthyIndividualist You're welcome. If this or any other answer was of help to you, please don't forget to accept it by ticking the check mark on the left!
            $endgroup$
            – jvdhooft
            Jan 30 at 6:16














          1












          1








          1





          $begingroup$

          Assuming that the string is valid (i.e., respects the above rules), the probability equals:



          $$frac{1}{{6 choose 1}{4 choose 1}{2 choose 1}} = frac{1}{6 cdot 4 cdot 2} = frac{1}{48}$$



          This is because you can choose among 6 numbers for the first digit, among 4 numbers for the second, and finally the order of the 2 remaining numbers.






          share|cite|improve this answer









          $endgroup$



          Assuming that the string is valid (i.e., respects the above rules), the probability equals:



          $$frac{1}{{6 choose 1}{4 choose 1}{2 choose 1}} = frac{1}{6 cdot 4 cdot 2} = frac{1}{48}$$



          This is because you can choose among 6 numbers for the first digit, among 4 numbers for the second, and finally the order of the 2 remaining numbers.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Jan 29 at 22:05









          jvdhooftjvdhooft

          5,65961641




          5,65961641












          • $begingroup$
            Thank you for guiding me through the the answer!
            $endgroup$
            – Unhealthy Individualist
            Jan 30 at 2:03










          • $begingroup$
            @UnhealthyIndividualist You're welcome. If this or any other answer was of help to you, please don't forget to accept it by ticking the check mark on the left!
            $endgroup$
            – jvdhooft
            Jan 30 at 6:16


















          • $begingroup$
            Thank you for guiding me through the the answer!
            $endgroup$
            – Unhealthy Individualist
            Jan 30 at 2:03










          • $begingroup$
            @UnhealthyIndividualist You're welcome. If this or any other answer was of help to you, please don't forget to accept it by ticking the check mark on the left!
            $endgroup$
            – jvdhooft
            Jan 30 at 6:16
















          $begingroup$
          Thank you for guiding me through the the answer!
          $endgroup$
          – Unhealthy Individualist
          Jan 30 at 2:03




          $begingroup$
          Thank you for guiding me through the the answer!
          $endgroup$
          – Unhealthy Individualist
          Jan 30 at 2:03












          $begingroup$
          @UnhealthyIndividualist You're welcome. If this or any other answer was of help to you, please don't forget to accept it by ticking the check mark on the left!
          $endgroup$
          – jvdhooft
          Jan 30 at 6:16




          $begingroup$
          @UnhealthyIndividualist You're welcome. If this or any other answer was of help to you, please don't forget to accept it by ticking the check mark on the left!
          $endgroup$
          – jvdhooft
          Jan 30 at 6:16











          0












          $begingroup$

          Approach via multiplication principle and counting.




          • Choose the order of the cups: $3!$ options


          • Pick a card from the left-most cup: $2$ options


          • Pick a card from the middle cup: $2$ options


          • Pick a card from the right-most cup: $2$ options


          • Pick the remaining card from the right-most cup: $1$ option



          Multiplying the number of options gives the number of possible outcomes being $48$. Assuming each outcome is equally likely, the probability of getting a particular possible outcome is simply $1$ divided by the number of outcomes, i.e. $frac{1}{48}$.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Thank you. I forgot about factorials, at least I think that is what this is “!”
            $endgroup$
            – Unhealthy Individualist
            Jan 30 at 2:05










          • $begingroup$
            @UnhealthyIndividualist factorials can also be explained via multiplication principle. To choose the order of the cups, first pick which cup is on the left (3 options), then pick which cup is in the middle (2 options), and the remaining cup goes on the right, for a total of $3cdot 2=6$ options total.
            $endgroup$
            – JMoravitz
            Jan 30 at 2:36
















          0












          $begingroup$

          Approach via multiplication principle and counting.




          • Choose the order of the cups: $3!$ options


          • Pick a card from the left-most cup: $2$ options


          • Pick a card from the middle cup: $2$ options


          • Pick a card from the right-most cup: $2$ options


          • Pick the remaining card from the right-most cup: $1$ option



          Multiplying the number of options gives the number of possible outcomes being $48$. Assuming each outcome is equally likely, the probability of getting a particular possible outcome is simply $1$ divided by the number of outcomes, i.e. $frac{1}{48}$.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Thank you. I forgot about factorials, at least I think that is what this is “!”
            $endgroup$
            – Unhealthy Individualist
            Jan 30 at 2:05










          • $begingroup$
            @UnhealthyIndividualist factorials can also be explained via multiplication principle. To choose the order of the cups, first pick which cup is on the left (3 options), then pick which cup is in the middle (2 options), and the remaining cup goes on the right, for a total of $3cdot 2=6$ options total.
            $endgroup$
            – JMoravitz
            Jan 30 at 2:36














          0












          0








          0





          $begingroup$

          Approach via multiplication principle and counting.




          • Choose the order of the cups: $3!$ options


          • Pick a card from the left-most cup: $2$ options


          • Pick a card from the middle cup: $2$ options


          • Pick a card from the right-most cup: $2$ options


          • Pick the remaining card from the right-most cup: $1$ option



          Multiplying the number of options gives the number of possible outcomes being $48$. Assuming each outcome is equally likely, the probability of getting a particular possible outcome is simply $1$ divided by the number of outcomes, i.e. $frac{1}{48}$.






          share|cite|improve this answer









          $endgroup$



          Approach via multiplication principle and counting.




          • Choose the order of the cups: $3!$ options


          • Pick a card from the left-most cup: $2$ options


          • Pick a card from the middle cup: $2$ options


          • Pick a card from the right-most cup: $2$ options


          • Pick the remaining card from the right-most cup: $1$ option



          Multiplying the number of options gives the number of possible outcomes being $48$. Assuming each outcome is equally likely, the probability of getting a particular possible outcome is simply $1$ divided by the number of outcomes, i.e. $frac{1}{48}$.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Jan 29 at 22:04









          JMoravitzJMoravitz

          48.7k43988




          48.7k43988












          • $begingroup$
            Thank you. I forgot about factorials, at least I think that is what this is “!”
            $endgroup$
            – Unhealthy Individualist
            Jan 30 at 2:05










          • $begingroup$
            @UnhealthyIndividualist factorials can also be explained via multiplication principle. To choose the order of the cups, first pick which cup is on the left (3 options), then pick which cup is in the middle (2 options), and the remaining cup goes on the right, for a total of $3cdot 2=6$ options total.
            $endgroup$
            – JMoravitz
            Jan 30 at 2:36


















          • $begingroup$
            Thank you. I forgot about factorials, at least I think that is what this is “!”
            $endgroup$
            – Unhealthy Individualist
            Jan 30 at 2:05










          • $begingroup$
            @UnhealthyIndividualist factorials can also be explained via multiplication principle. To choose the order of the cups, first pick which cup is on the left (3 options), then pick which cup is in the middle (2 options), and the remaining cup goes on the right, for a total of $3cdot 2=6$ options total.
            $endgroup$
            – JMoravitz
            Jan 30 at 2:36
















          $begingroup$
          Thank you. I forgot about factorials, at least I think that is what this is “!”
          $endgroup$
          – Unhealthy Individualist
          Jan 30 at 2:05




          $begingroup$
          Thank you. I forgot about factorials, at least I think that is what this is “!”
          $endgroup$
          – Unhealthy Individualist
          Jan 30 at 2:05












          $begingroup$
          @UnhealthyIndividualist factorials can also be explained via multiplication principle. To choose the order of the cups, first pick which cup is on the left (3 options), then pick which cup is in the middle (2 options), and the remaining cup goes on the right, for a total of $3cdot 2=6$ options total.
          $endgroup$
          – JMoravitz
          Jan 30 at 2:36




          $begingroup$
          @UnhealthyIndividualist factorials can also be explained via multiplication principle. To choose the order of the cups, first pick which cup is on the left (3 options), then pick which cup is in the middle (2 options), and the remaining cup goes on the right, for a total of $3cdot 2=6$ options total.
          $endgroup$
          – JMoravitz
          Jan 30 at 2:36


















          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%2f3092784%2fstats-and-probability-three-cups-and-two-different-integers-in-each-combinatio%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

          MongoDB - Not Authorized To Execute Command

          How to fix TextFormField cause rebuild widget in Flutter

          in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith