binomial distribution unfair coin












0












$begingroup$


I'm working on two bionmial distribution questions about unfair coin, where I got confused for one of em by its wording.



Unfair coin: You have a coin with which you are 2 times more likely to get heads than tails.
You flip the coin 100 times.
What is the probability of getting 20 tails? What is the probability of getting
at least one heads?



for 20 tails:



P(x=20) = 100!/(20!)(80!) * (1/3)^20 * (2/3)^80



anything wrong here?



for 'at least one head':



This is where I feel little lost.
do I get the sum of probability from getting 1 head to getting 100 heads? Is there any other trick to find the answer?










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    I'm working on two bionmial distribution questions about unfair coin, where I got confused for one of em by its wording.



    Unfair coin: You have a coin with which you are 2 times more likely to get heads than tails.
    You flip the coin 100 times.
    What is the probability of getting 20 tails? What is the probability of getting
    at least one heads?



    for 20 tails:



    P(x=20) = 100!/(20!)(80!) * (1/3)^20 * (2/3)^80



    anything wrong here?



    for 'at least one head':



    This is where I feel little lost.
    do I get the sum of probability from getting 1 head to getting 100 heads? Is there any other trick to find the answer?










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      I'm working on two bionmial distribution questions about unfair coin, where I got confused for one of em by its wording.



      Unfair coin: You have a coin with which you are 2 times more likely to get heads than tails.
      You flip the coin 100 times.
      What is the probability of getting 20 tails? What is the probability of getting
      at least one heads?



      for 20 tails:



      P(x=20) = 100!/(20!)(80!) * (1/3)^20 * (2/3)^80



      anything wrong here?



      for 'at least one head':



      This is where I feel little lost.
      do I get the sum of probability from getting 1 head to getting 100 heads? Is there any other trick to find the answer?










      share|cite|improve this question









      $endgroup$




      I'm working on two bionmial distribution questions about unfair coin, where I got confused for one of em by its wording.



      Unfair coin: You have a coin with which you are 2 times more likely to get heads than tails.
      You flip the coin 100 times.
      What is the probability of getting 20 tails? What is the probability of getting
      at least one heads?



      for 20 tails:



      P(x=20) = 100!/(20!)(80!) * (1/3)^20 * (2/3)^80



      anything wrong here?



      for 'at least one head':



      This is where I feel little lost.
      do I get the sum of probability from getting 1 head to getting 100 heads? Is there any other trick to find the answer?







      probability statistics binomial-distribution






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Dec 19 '18 at 5:21









      Daniel KimDaniel Kim

      111




      111






















          2 Answers
          2






          active

          oldest

          votes


















          1












          $begingroup$

          Your expression for $P(x = 20)$ looks good to me.



          Hint For the other question: The complement of the event "at least one head" is the event "no heads".






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 5:27










          • $begingroup$
            Looks good to me!
            $endgroup$
            – Travis
            Dec 19 '18 at 5:45










          • $begingroup$
            thank you Travis!
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 6:22










          • $begingroup$
            You're welcome, I'm glad you found it useful!
            $endgroup$
            – Travis
            Dec 19 '18 at 6:43










          • $begingroup$
            Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 6:47



















          1












          $begingroup$

          What you can do is calculate the probability there is absolutely no head, then do one minus the probability of no head.
          $$P(text{no head}) = left(frac13right)^{100},$$
          so
          $$P(text{at least 1 head}) = 1 - P(text{no head}).$$






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            thank you! I was also working on same thing via Travis's hint.
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 5:28











          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%2f3046029%2fbinomial-distribution-unfair-coin%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$

          Your expression for $P(x = 20)$ looks good to me.



          Hint For the other question: The complement of the event "at least one head" is the event "no heads".






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 5:27










          • $begingroup$
            Looks good to me!
            $endgroup$
            – Travis
            Dec 19 '18 at 5:45










          • $begingroup$
            thank you Travis!
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 6:22










          • $begingroup$
            You're welcome, I'm glad you found it useful!
            $endgroup$
            – Travis
            Dec 19 '18 at 6:43










          • $begingroup$
            Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 6:47
















          1












          $begingroup$

          Your expression for $P(x = 20)$ looks good to me.



          Hint For the other question: The complement of the event "at least one head" is the event "no heads".






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 5:27










          • $begingroup$
            Looks good to me!
            $endgroup$
            – Travis
            Dec 19 '18 at 5:45










          • $begingroup$
            thank you Travis!
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 6:22










          • $begingroup$
            You're welcome, I'm glad you found it useful!
            $endgroup$
            – Travis
            Dec 19 '18 at 6:43










          • $begingroup$
            Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 6:47














          1












          1








          1





          $begingroup$

          Your expression for $P(x = 20)$ looks good to me.



          Hint For the other question: The complement of the event "at least one head" is the event "no heads".






          share|cite|improve this answer









          $endgroup$



          Your expression for $P(x = 20)$ looks good to me.



          Hint For the other question: The complement of the event "at least one head" is the event "no heads".







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Dec 19 '18 at 5:24









          TravisTravis

          60.6k767147




          60.6k767147












          • $begingroup$
            P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 5:27










          • $begingroup$
            Looks good to me!
            $endgroup$
            – Travis
            Dec 19 '18 at 5:45










          • $begingroup$
            thank you Travis!
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 6:22










          • $begingroup$
            You're welcome, I'm glad you found it useful!
            $endgroup$
            – Travis
            Dec 19 '18 at 6:43










          • $begingroup$
            Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 6:47


















          • $begingroup$
            P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 5:27










          • $begingroup$
            Looks good to me!
            $endgroup$
            – Travis
            Dec 19 '18 at 5:45










          • $begingroup$
            thank you Travis!
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 6:22










          • $begingroup$
            You're welcome, I'm glad you found it useful!
            $endgroup$
            – Travis
            Dec 19 '18 at 6:43










          • $begingroup$
            Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 6:47
















          $begingroup$
          P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
          $endgroup$
          – Daniel Kim
          Dec 19 '18 at 5:27




          $begingroup$
          P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
          $endgroup$
          – Daniel Kim
          Dec 19 '18 at 5:27












          $begingroup$
          Looks good to me!
          $endgroup$
          – Travis
          Dec 19 '18 at 5:45




          $begingroup$
          Looks good to me!
          $endgroup$
          – Travis
          Dec 19 '18 at 5:45












          $begingroup$
          thank you Travis!
          $endgroup$
          – Daniel Kim
          Dec 19 '18 at 6:22




          $begingroup$
          thank you Travis!
          $endgroup$
          – Daniel Kim
          Dec 19 '18 at 6:22












          $begingroup$
          You're welcome, I'm glad you found it useful!
          $endgroup$
          – Travis
          Dec 19 '18 at 6:43




          $begingroup$
          You're welcome, I'm glad you found it useful!
          $endgroup$
          – Travis
          Dec 19 '18 at 6:43












          $begingroup$
          Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
          $endgroup$
          – Daniel Kim
          Dec 19 '18 at 6:47




          $begingroup$
          Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
          $endgroup$
          – Daniel Kim
          Dec 19 '18 at 6:47











          1












          $begingroup$

          What you can do is calculate the probability there is absolutely no head, then do one minus the probability of no head.
          $$P(text{no head}) = left(frac13right)^{100},$$
          so
          $$P(text{at least 1 head}) = 1 - P(text{no head}).$$






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            thank you! I was also working on same thing via Travis's hint.
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 5:28
















          1












          $begingroup$

          What you can do is calculate the probability there is absolutely no head, then do one minus the probability of no head.
          $$P(text{no head}) = left(frac13right)^{100},$$
          so
          $$P(text{at least 1 head}) = 1 - P(text{no head}).$$






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            thank you! I was also working on same thing via Travis's hint.
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 5:28














          1












          1








          1





          $begingroup$

          What you can do is calculate the probability there is absolutely no head, then do one minus the probability of no head.
          $$P(text{no head}) = left(frac13right)^{100},$$
          so
          $$P(text{at least 1 head}) = 1 - P(text{no head}).$$






          share|cite|improve this answer











          $endgroup$



          What you can do is calculate the probability there is absolutely no head, then do one minus the probability of no head.
          $$P(text{no head}) = left(frac13right)^{100},$$
          so
          $$P(text{at least 1 head}) = 1 - P(text{no head}).$$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Dec 19 '18 at 6:23









          Saad

          19.7k92352




          19.7k92352










          answered Dec 19 '18 at 5:26









          Muser_HaoMuser_Hao

          142




          142












          • $begingroup$
            thank you! I was also working on same thing via Travis's hint.
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 5:28


















          • $begingroup$
            thank you! I was also working on same thing via Travis's hint.
            $endgroup$
            – Daniel Kim
            Dec 19 '18 at 5:28
















          $begingroup$
          thank you! I was also working on same thing via Travis's hint.
          $endgroup$
          – Daniel Kim
          Dec 19 '18 at 5:28




          $begingroup$
          thank you! I was also working on same thing via Travis's hint.
          $endgroup$
          – Daniel Kim
          Dec 19 '18 at 5:28


















          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%2f3046029%2fbinomial-distribution-unfair-coin%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

          To store a contact into the json file from server.js file using a class in NodeJS

          Redirect URL with Chrome Remote Debugging Android Devices

          Dieringhausen