SOLUTION: John and Peter are playing tennis until someone wins n games. It is known that in each game, Jonas wins with probability p. What is the probability that the winner of the competiti

Algebra ->  Probability-and-statistics -> SOLUTION: John and Peter are playing tennis until someone wins n games. It is known that in each game, Jonas wins with probability p. What is the probability that the winner of the competiti      Log On


   



Question 1201095: John and Peter are playing tennis until someone wins n games. It is known that in each game, Jonas wins with probability p. What is the probability that the winner of the competition loses k games? (p = 0.84, n = 3, k = 1)
Answer by ikleyn(52835) About Me  (Show Source):
You can put this solution on YOUR website!
.
John and Peter are playing tennis until someone wins n games.
It is known that in each game, Jonas wins with probability p.
What is the probability that the winner of the competition loses k games?
(p = 0.84, n = 3, k = 1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


        It is a standard problem to calculate the binomial distribution probability.


The number of trials n= 3; the number of wins is 2 (the number of losses is 1);
the probability to win each individual game is p= 0.84.


Use the standard formula of binomial distribution with given parameters

    P = P(n=3; k=2; p=0.84) = C%5B3%5D%5E1%2Ap%5E2%2A%281-p%29%5E%283-2%29 = 3%2A0.84%5E2%2A%281-0.84%29 = 0.3387 (rounded).    ANSWER

Solved.

-----------------

To see many other similar solved problems,  look into the lessons
    - Simple and simplest probability problems on Binomial distribution
    - Typical binomial distribution probability problems
in this site.

Learn the entire subject from there.