Conditional Probability Question given 3 Coins












0












$begingroup$


I had this question as a bonus problem on a previous exam and thought it was interesting, but I had no idea how to tackle it.



There are three coins in a box. One is a two-headed coin, another is a fair coin, and the third is a biased coin that comes up heads 75% of the time. When one of the three coins is selected at random and flipped, it shows heads. What is the probability that it was the first coin?










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    This is a problem for Bayes' theorem. No more no less.
    $endgroup$
    – Makina
    Dec 7 '18 at 0:46
















0












$begingroup$


I had this question as a bonus problem on a previous exam and thought it was interesting, but I had no idea how to tackle it.



There are three coins in a box. One is a two-headed coin, another is a fair coin, and the third is a biased coin that comes up heads 75% of the time. When one of the three coins is selected at random and flipped, it shows heads. What is the probability that it was the first coin?










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    This is a problem for Bayes' theorem. No more no less.
    $endgroup$
    – Makina
    Dec 7 '18 at 0:46














0












0








0





$begingroup$


I had this question as a bonus problem on a previous exam and thought it was interesting, but I had no idea how to tackle it.



There are three coins in a box. One is a two-headed coin, another is a fair coin, and the third is a biased coin that comes up heads 75% of the time. When one of the three coins is selected at random and flipped, it shows heads. What is the probability that it was the first coin?










share|cite|improve this question









$endgroup$




I had this question as a bonus problem on a previous exam and thought it was interesting, but I had no idea how to tackle it.



There are three coins in a box. One is a two-headed coin, another is a fair coin, and the third is a biased coin that comes up heads 75% of the time. When one of the three coins is selected at random and flipped, it shows heads. What is the probability that it was the first coin?







probability statistics






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Dec 7 '18 at 0:24









HDemaHDema

12




12








  • 1




    $begingroup$
    This is a problem for Bayes' theorem. No more no less.
    $endgroup$
    – Makina
    Dec 7 '18 at 0:46














  • 1




    $begingroup$
    This is a problem for Bayes' theorem. No more no less.
    $endgroup$
    – Makina
    Dec 7 '18 at 0:46








1




1




$begingroup$
This is a problem for Bayes' theorem. No more no less.
$endgroup$
– Makina
Dec 7 '18 at 0:46




$begingroup$
This is a problem for Bayes' theorem. No more no less.
$endgroup$
– Makina
Dec 7 '18 at 0:46










2 Answers
2






active

oldest

votes


















0












$begingroup$

One possibility to think about it "in a very naive way" is as follows. The coins are numbered as 1, 2, 3 - say. Instead of the given experiment, we can imagine an equivalent one. Consider a hat with $12$ tickets in it, labeled as
$$
1H, 1H, 1H, 1H;
2H, 2H, 2T, 2T;
3H, 3H, 3H, 3T.
$$

Choosing a coin $k$ has the same probability as choosing a ticket $k?$ from the hat. For each fixed $k$, getting head (H) for the coin $k$ has the same probability as picking the ticket $kH$.



Now we pass to the conditional probability. We have only



$$color{red}{1H, 1H, 1H, 1H}; 2H, 2H; 3H, 3H, 3H
$$

at our disposal. Picking $1H$ has then probability $$frac 49 .$$






share|cite|improve this answer









$endgroup$





















    0












    $begingroup$

    Bayes' theorem approach:



    $P(A_1), P(A_2)$ and $P(A_3) = frac{1}{3}$ - choice of coins



    $P(B)$ = get heads



    You are asked a question to find $P(A_1 | B)$



    $P(A_1 | B) = frac{P(A_1)*P(B | A_1)}{P(B)} = frac{P(A_1)*P(B | A_1)}{P(B | A_1)*P(A_1) + P(B | A_2)*P(A_2) + P(B | A_3)*P(A_3)} = frac{4}{9} $






    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%2f3029272%2fconditional-probability-question-given-3-coins%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









      0












      $begingroup$

      One possibility to think about it "in a very naive way" is as follows. The coins are numbered as 1, 2, 3 - say. Instead of the given experiment, we can imagine an equivalent one. Consider a hat with $12$ tickets in it, labeled as
      $$
      1H, 1H, 1H, 1H;
      2H, 2H, 2T, 2T;
      3H, 3H, 3H, 3T.
      $$

      Choosing a coin $k$ has the same probability as choosing a ticket $k?$ from the hat. For each fixed $k$, getting head (H) for the coin $k$ has the same probability as picking the ticket $kH$.



      Now we pass to the conditional probability. We have only



      $$color{red}{1H, 1H, 1H, 1H}; 2H, 2H; 3H, 3H, 3H
      $$

      at our disposal. Picking $1H$ has then probability $$frac 49 .$$






      share|cite|improve this answer









      $endgroup$


















        0












        $begingroup$

        One possibility to think about it "in a very naive way" is as follows. The coins are numbered as 1, 2, 3 - say. Instead of the given experiment, we can imagine an equivalent one. Consider a hat with $12$ tickets in it, labeled as
        $$
        1H, 1H, 1H, 1H;
        2H, 2H, 2T, 2T;
        3H, 3H, 3H, 3T.
        $$

        Choosing a coin $k$ has the same probability as choosing a ticket $k?$ from the hat. For each fixed $k$, getting head (H) for the coin $k$ has the same probability as picking the ticket $kH$.



        Now we pass to the conditional probability. We have only



        $$color{red}{1H, 1H, 1H, 1H}; 2H, 2H; 3H, 3H, 3H
        $$

        at our disposal. Picking $1H$ has then probability $$frac 49 .$$






        share|cite|improve this answer









        $endgroup$
















          0












          0








          0





          $begingroup$

          One possibility to think about it "in a very naive way" is as follows. The coins are numbered as 1, 2, 3 - say. Instead of the given experiment, we can imagine an equivalent one. Consider a hat with $12$ tickets in it, labeled as
          $$
          1H, 1H, 1H, 1H;
          2H, 2H, 2T, 2T;
          3H, 3H, 3H, 3T.
          $$

          Choosing a coin $k$ has the same probability as choosing a ticket $k?$ from the hat. For each fixed $k$, getting head (H) for the coin $k$ has the same probability as picking the ticket $kH$.



          Now we pass to the conditional probability. We have only



          $$color{red}{1H, 1H, 1H, 1H}; 2H, 2H; 3H, 3H, 3H
          $$

          at our disposal. Picking $1H$ has then probability $$frac 49 .$$






          share|cite|improve this answer









          $endgroup$



          One possibility to think about it "in a very naive way" is as follows. The coins are numbered as 1, 2, 3 - say. Instead of the given experiment, we can imagine an equivalent one. Consider a hat with $12$ tickets in it, labeled as
          $$
          1H, 1H, 1H, 1H;
          2H, 2H, 2T, 2T;
          3H, 3H, 3H, 3T.
          $$

          Choosing a coin $k$ has the same probability as choosing a ticket $k?$ from the hat. For each fixed $k$, getting head (H) for the coin $k$ has the same probability as picking the ticket $kH$.



          Now we pass to the conditional probability. We have only



          $$color{red}{1H, 1H, 1H, 1H}; 2H, 2H; 3H, 3H, 3H
          $$

          at our disposal. Picking $1H$ has then probability $$frac 49 .$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Dec 7 '18 at 1:07









          dan_fuleadan_fulea

          6,4781312




          6,4781312























              0












              $begingroup$

              Bayes' theorem approach:



              $P(A_1), P(A_2)$ and $P(A_3) = frac{1}{3}$ - choice of coins



              $P(B)$ = get heads



              You are asked a question to find $P(A_1 | B)$



              $P(A_1 | B) = frac{P(A_1)*P(B | A_1)}{P(B)} = frac{P(A_1)*P(B | A_1)}{P(B | A_1)*P(A_1) + P(B | A_2)*P(A_2) + P(B | A_3)*P(A_3)} = frac{4}{9} $






              share|cite|improve this answer











              $endgroup$


















                0












                $begingroup$

                Bayes' theorem approach:



                $P(A_1), P(A_2)$ and $P(A_3) = frac{1}{3}$ - choice of coins



                $P(B)$ = get heads



                You are asked a question to find $P(A_1 | B)$



                $P(A_1 | B) = frac{P(A_1)*P(B | A_1)}{P(B)} = frac{P(A_1)*P(B | A_1)}{P(B | A_1)*P(A_1) + P(B | A_2)*P(A_2) + P(B | A_3)*P(A_3)} = frac{4}{9} $






                share|cite|improve this answer











                $endgroup$
















                  0












                  0








                  0





                  $begingroup$

                  Bayes' theorem approach:



                  $P(A_1), P(A_2)$ and $P(A_3) = frac{1}{3}$ - choice of coins



                  $P(B)$ = get heads



                  You are asked a question to find $P(A_1 | B)$



                  $P(A_1 | B) = frac{P(A_1)*P(B | A_1)}{P(B)} = frac{P(A_1)*P(B | A_1)}{P(B | A_1)*P(A_1) + P(B | A_2)*P(A_2) + P(B | A_3)*P(A_3)} = frac{4}{9} $






                  share|cite|improve this answer











                  $endgroup$



                  Bayes' theorem approach:



                  $P(A_1), P(A_2)$ and $P(A_3) = frac{1}{3}$ - choice of coins



                  $P(B)$ = get heads



                  You are asked a question to find $P(A_1 | B)$



                  $P(A_1 | B) = frac{P(A_1)*P(B | A_1)}{P(B)} = frac{P(A_1)*P(B | A_1)}{P(B | A_1)*P(A_1) + P(B | A_2)*P(A_2) + P(B | A_3)*P(A_3)} = frac{4}{9} $







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited Dec 7 '18 at 1:08

























                  answered Dec 7 '18 at 1:03









                  MakinaMakina

                  1,1581316




                  1,1581316






























                      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%2f3029272%2fconditional-probability-question-given-3-coins%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

                      Bundesstraße 106

                      Verónica Boquete

                      Ida-Boy-Ed-Garten