Probability high school math competition problem The Next CEO of Stack OverflowRanking probability taskProbability…why are they different?Can this conditional probability be answered using Bayesian Theorem (or at all) with the information givenProbability Question, choosing a favorable caseExpected Exponential Times: Extended Memoryless Property?Poor Luck in Fantasy FootballConditional Probability going wrongCan someone explain to me why hot hand phenomenon is considered a fallacy?Probability of final outcome of a game of two halvesTwo random sets, how to formulate what percent of set A is bigger than set B.

"In the right combination" vs "with the right combination"?

Received an invoice from my ex-employer billing me for training; how to handle?

Sending manuscript to multiple publishers

Can I run my washing machine drain line into a condensate pump so it drains better?

If the heap is initialized for security, then why is the stack uninitialized?

How to safely derail a train during transit?

Inappropriate reference requests from Journal reviewers

If/When UK leaves the EU, can a future goverment conduct a referendum to join the EU?

How do scammers retract money, while you can’t?

What is the result of assigning to std::vector<T>::begin()?

How does the mv command work with external drives?

Unreliable Magic - Is it worth it?

In the bitcoin scripting language, how can I access other outputs of the transaction? Or how else can I limit how the coins may be spent?

Is it possible to search for a directory/file combination?

What benefits would be gained by using human laborers instead of drones in deep sea mining?

Contours of a clandestine nature

Return the Closest Prime Number

How to avoid supervisors with prejudiced views?

Bold, vivid family

Would a completely good Muggle be able to use a wand?

What connection does MS Office have to Netscape Navigator?

Real integral using residue theorem - why doesn't this work?

Several mode to write the symbol of a vector

What flight has the highest ratio of time difference to flight time?



Probability high school math competition problem



The Next CEO of Stack OverflowRanking probability taskProbability…why are they different?Can this conditional probability be answered using Bayesian Theorem (or at all) with the information givenProbability Question, choosing a favorable caseExpected Exponential Times: Extended Memoryless Property?Poor Luck in Fantasy FootballConditional Probability going wrongCan someone explain to me why hot hand phenomenon is considered a fallacy?Probability of final outcome of a game of two halvesTwo random sets, how to formulate what percent of set A is bigger than set B.










2












$begingroup$


Team A and Team B are playing basketball.
Team A starts with the ball, and the ball alternates between the two teams.
When a team has the ball, they have a 50% chance of scoring 1 point.
Regardless of whether or not they score, the ball is given to the other team after they attempt to score.
What is the probability that team A will score 5 points before Team B scores any?
So far I got (1/2)^9 + (1/2)^11 * ((6 choose 1) - 1) + (1/2)^13 * ((7 choose 2) - 1) + ...
I don’t know how to simplify this infinite series or maybe there is better way to solve it










share|cite|improve this question









$endgroup$
















    2












    $begingroup$


    Team A and Team B are playing basketball.
    Team A starts with the ball, and the ball alternates between the two teams.
    When a team has the ball, they have a 50% chance of scoring 1 point.
    Regardless of whether or not they score, the ball is given to the other team after they attempt to score.
    What is the probability that team A will score 5 points before Team B scores any?
    So far I got (1/2)^9 + (1/2)^11 * ((6 choose 1) - 1) + (1/2)^13 * ((7 choose 2) - 1) + ...
    I don’t know how to simplify this infinite series or maybe there is better way to solve it










    share|cite|improve this question









    $endgroup$














      2












      2








      2





      $begingroup$


      Team A and Team B are playing basketball.
      Team A starts with the ball, and the ball alternates between the two teams.
      When a team has the ball, they have a 50% chance of scoring 1 point.
      Regardless of whether or not they score, the ball is given to the other team after they attempt to score.
      What is the probability that team A will score 5 points before Team B scores any?
      So far I got (1/2)^9 + (1/2)^11 * ((6 choose 1) - 1) + (1/2)^13 * ((7 choose 2) - 1) + ...
      I don’t know how to simplify this infinite series or maybe there is better way to solve it










      share|cite|improve this question









      $endgroup$




      Team A and Team B are playing basketball.
      Team A starts with the ball, and the ball alternates between the two teams.
      When a team has the ball, they have a 50% chance of scoring 1 point.
      Regardless of whether or not they score, the ball is given to the other team after they attempt to score.
      What is the probability that team A will score 5 points before Team B scores any?
      So far I got (1/2)^9 + (1/2)^11 * ((6 choose 1) - 1) + (1/2)^13 * ((7 choose 2) - 1) + ...
      I don’t know how to simplify this infinite series or maybe there is better way to solve it







      probability probability-theory probability-distributions conditional-probability






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 18 at 21:58









      user653261user653261

      411




      411




















          1 Answer
          1






          active

          oldest

          votes


















          2












          $begingroup$

          There is a nice way to solve this recursively. Let $a_n$ be the probability that team $A$ scores $n$ points before team $B$ scores any. You want $a_5$.



          There are two ways this can occur; either $A$ makes the basket, $B$ misses, and then $A$ makes $n-1$ baskets before $B$ makes any, or $A$ misses, $B$ misses, and then $A$ makes $n$ baskets before $B$ makes any. Therefore,
          $$
          a_n=frac14a_n-1+frac14a_n,tag1
          $$

          holds for all $nge 2$. However, $a_1$ behaves a little differently; you instead have
          $$
          a_1=frac12+frac14 a_1tag2
          $$

          $(2)$ lets you solve for $a_1$, and then you can use that with $(1)$ to get $a_2$, then $a_3$, then $a_4$, then $a_5.$




          Here is a more direct method. Initially, there are four possibilities for how the first two shots go:



          1. Both teams make it.

          2. A misses, B makes it.

          3. A makes it, B misses.

          4. Both teams miss.

          If $1$ or $2$ occurs, then team $A$ immediately fails to make $5$ baskets before $B$ makes $1$. If $4$ occurs, then we try again. Since this is repeated until $4$ does not occur, we can ignore $4$; effectively, there are three equally likely options, and we need option $3$.



          So, with probability $1/3$, $A$ makes a basket and $B$ misses. Repeat this three more times, and we see there is a $(1/3)^4$ chance that $A$ makes four baskets before $B$ makes any. For the last basket, both options $1$ and $3$ are favorable to $A$, so the probability is $2/3$ for the last basket. Overall, the probability is $(1/3)^4cdot (2/3)$.






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Thx a lot for both answers especially the direct method. Great solution since easy to understand
            $endgroup$
            – user653261
            Mar 19 at 22:33











          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%2f3153374%2fprobability-high-school-math-competition-problem%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2












          $begingroup$

          There is a nice way to solve this recursively. Let $a_n$ be the probability that team $A$ scores $n$ points before team $B$ scores any. You want $a_5$.



          There are two ways this can occur; either $A$ makes the basket, $B$ misses, and then $A$ makes $n-1$ baskets before $B$ makes any, or $A$ misses, $B$ misses, and then $A$ makes $n$ baskets before $B$ makes any. Therefore,
          $$
          a_n=frac14a_n-1+frac14a_n,tag1
          $$

          holds for all $nge 2$. However, $a_1$ behaves a little differently; you instead have
          $$
          a_1=frac12+frac14 a_1tag2
          $$

          $(2)$ lets you solve for $a_1$, and then you can use that with $(1)$ to get $a_2$, then $a_3$, then $a_4$, then $a_5.$




          Here is a more direct method. Initially, there are four possibilities for how the first two shots go:



          1. Both teams make it.

          2. A misses, B makes it.

          3. A makes it, B misses.

          4. Both teams miss.

          If $1$ or $2$ occurs, then team $A$ immediately fails to make $5$ baskets before $B$ makes $1$. If $4$ occurs, then we try again. Since this is repeated until $4$ does not occur, we can ignore $4$; effectively, there are three equally likely options, and we need option $3$.



          So, with probability $1/3$, $A$ makes a basket and $B$ misses. Repeat this three more times, and we see there is a $(1/3)^4$ chance that $A$ makes four baskets before $B$ makes any. For the last basket, both options $1$ and $3$ are favorable to $A$, so the probability is $2/3$ for the last basket. Overall, the probability is $(1/3)^4cdot (2/3)$.






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Thx a lot for both answers especially the direct method. Great solution since easy to understand
            $endgroup$
            – user653261
            Mar 19 at 22:33















          2












          $begingroup$

          There is a nice way to solve this recursively. Let $a_n$ be the probability that team $A$ scores $n$ points before team $B$ scores any. You want $a_5$.



          There are two ways this can occur; either $A$ makes the basket, $B$ misses, and then $A$ makes $n-1$ baskets before $B$ makes any, or $A$ misses, $B$ misses, and then $A$ makes $n$ baskets before $B$ makes any. Therefore,
          $$
          a_n=frac14a_n-1+frac14a_n,tag1
          $$

          holds for all $nge 2$. However, $a_1$ behaves a little differently; you instead have
          $$
          a_1=frac12+frac14 a_1tag2
          $$

          $(2)$ lets you solve for $a_1$, and then you can use that with $(1)$ to get $a_2$, then $a_3$, then $a_4$, then $a_5.$




          Here is a more direct method. Initially, there are four possibilities for how the first two shots go:



          1. Both teams make it.

          2. A misses, B makes it.

          3. A makes it, B misses.

          4. Both teams miss.

          If $1$ or $2$ occurs, then team $A$ immediately fails to make $5$ baskets before $B$ makes $1$. If $4$ occurs, then we try again. Since this is repeated until $4$ does not occur, we can ignore $4$; effectively, there are three equally likely options, and we need option $3$.



          So, with probability $1/3$, $A$ makes a basket and $B$ misses. Repeat this three more times, and we see there is a $(1/3)^4$ chance that $A$ makes four baskets before $B$ makes any. For the last basket, both options $1$ and $3$ are favorable to $A$, so the probability is $2/3$ for the last basket. Overall, the probability is $(1/3)^4cdot (2/3)$.






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Thx a lot for both answers especially the direct method. Great solution since easy to understand
            $endgroup$
            – user653261
            Mar 19 at 22:33













          2












          2








          2





          $begingroup$

          There is a nice way to solve this recursively. Let $a_n$ be the probability that team $A$ scores $n$ points before team $B$ scores any. You want $a_5$.



          There are two ways this can occur; either $A$ makes the basket, $B$ misses, and then $A$ makes $n-1$ baskets before $B$ makes any, or $A$ misses, $B$ misses, and then $A$ makes $n$ baskets before $B$ makes any. Therefore,
          $$
          a_n=frac14a_n-1+frac14a_n,tag1
          $$

          holds for all $nge 2$. However, $a_1$ behaves a little differently; you instead have
          $$
          a_1=frac12+frac14 a_1tag2
          $$

          $(2)$ lets you solve for $a_1$, and then you can use that with $(1)$ to get $a_2$, then $a_3$, then $a_4$, then $a_5.$




          Here is a more direct method. Initially, there are four possibilities for how the first two shots go:



          1. Both teams make it.

          2. A misses, B makes it.

          3. A makes it, B misses.

          4. Both teams miss.

          If $1$ or $2$ occurs, then team $A$ immediately fails to make $5$ baskets before $B$ makes $1$. If $4$ occurs, then we try again. Since this is repeated until $4$ does not occur, we can ignore $4$; effectively, there are three equally likely options, and we need option $3$.



          So, with probability $1/3$, $A$ makes a basket and $B$ misses. Repeat this three more times, and we see there is a $(1/3)^4$ chance that $A$ makes four baskets before $B$ makes any. For the last basket, both options $1$ and $3$ are favorable to $A$, so the probability is $2/3$ for the last basket. Overall, the probability is $(1/3)^4cdot (2/3)$.






          share|cite|improve this answer











          $endgroup$



          There is a nice way to solve this recursively. Let $a_n$ be the probability that team $A$ scores $n$ points before team $B$ scores any. You want $a_5$.



          There are two ways this can occur; either $A$ makes the basket, $B$ misses, and then $A$ makes $n-1$ baskets before $B$ makes any, or $A$ misses, $B$ misses, and then $A$ makes $n$ baskets before $B$ makes any. Therefore,
          $$
          a_n=frac14a_n-1+frac14a_n,tag1
          $$

          holds for all $nge 2$. However, $a_1$ behaves a little differently; you instead have
          $$
          a_1=frac12+frac14 a_1tag2
          $$

          $(2)$ lets you solve for $a_1$, and then you can use that with $(1)$ to get $a_2$, then $a_3$, then $a_4$, then $a_5.$




          Here is a more direct method. Initially, there are four possibilities for how the first two shots go:



          1. Both teams make it.

          2. A misses, B makes it.

          3. A makes it, B misses.

          4. Both teams miss.

          If $1$ or $2$ occurs, then team $A$ immediately fails to make $5$ baskets before $B$ makes $1$. If $4$ occurs, then we try again. Since this is repeated until $4$ does not occur, we can ignore $4$; effectively, there are three equally likely options, and we need option $3$.



          So, with probability $1/3$, $A$ makes a basket and $B$ misses. Repeat this three more times, and we see there is a $(1/3)^4$ chance that $A$ makes four baskets before $B$ makes any. For the last basket, both options $1$ and $3$ are favorable to $A$, so the probability is $2/3$ for the last basket. Overall, the probability is $(1/3)^4cdot (2/3)$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Mar 18 at 22:40

























          answered Mar 18 at 22:05









          Mike EarnestMike Earnest

          26.2k22151




          26.2k22151











          • $begingroup$
            Thx a lot for both answers especially the direct method. Great solution since easy to understand
            $endgroup$
            – user653261
            Mar 19 at 22:33
















          • $begingroup$
            Thx a lot for both answers especially the direct method. Great solution since easy to understand
            $endgroup$
            – user653261
            Mar 19 at 22:33















          $begingroup$
          Thx a lot for both answers especially the direct method. Great solution since easy to understand
          $endgroup$
          – user653261
          Mar 19 at 22:33




          $begingroup$
          Thx a lot for both answers especially the direct method. Great solution since easy to understand
          $endgroup$
          – user653261
          Mar 19 at 22:33

















          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%2f3153374%2fprobability-high-school-math-competition-problem%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

          Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

          Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

          Method to test if a number is a perfect power? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Detecting perfect squares faster than by extracting square rooteffective way to get the integer sequence A181392 from oeisA rarely mentioned fact about perfect powersHow many numbers such $n$ are there that $n<100,lfloorsqrtn rfloor mid n$Check perfect squareness by modulo division against multiple basesFor what pair of integers $(a,b)$ is $3^a + 7^b$ a perfect square.Do there exist any positive integers $n$ such that $lfloore^nrfloor$ is a perfect power? What is the probability that one exists?finding perfect power factors of an integerProve that the sequence contains a perfect square for any natural number $m $ in the domain of $f$ .Counting Perfect Powers