Probability

The concept of probability is very important for managers to make judicious decisions.  The applications of this concept can be found in numerous areas like insurance, stock markets, medical diagnostics, Quality testing to name a few.  Learning this concept in a systematic way improves our decision making abilities apart from scoring good marks in exams.  Read every definition and try to understand even though your instinct easily get the answer with out these concepts.  This understanding helps you get solutions for some tough problems later.

Important concepts and formulas:

Experiment: Phenomenon where outcomes are un-certain. Single throw of a six-sided die is an experiment
Sample space**: Set of all outcomes of the experiment.  {1,2, 3,4, 5, 6} are the total outcomes of rolling a six faced dice.
Event**: A collection of outcomes; a subset of S Example: An event of occurrence of even number is {2,4,6}
Note: You must remember these two starred definitions

Equally likely Events: If each outcome of an experiment has equal chance of occurrence then we say, the outcomes are equally likely.  Getting heads or tail are equally likely.
Exhaustive Events: A set of events is jointly or collectively exhaustive if at least one of the events must occur. For example, when rolling a six-sided die, the outcomes 1, 2, 3, 4, 5, and 6 are collectively exhaustive, because they encompass the entire range of possible outcomes.

Another way to describe collectively exhaustive events, is that their union must cover all the events within the entire sample space. For example, events A and B are said to be collectively exhaustive if $(A \cup B = S)$

Probability: The ratio between the required outcomes to the total possible outcomes of an experiment.
Probability = $\dfrac{\text{Required Outcomes}}{\text{Possible Outcomes}}$

Types of probabilities:
Union probability: The probability of either of the two events is called as union probability.
If A and B are two events, then Union probability is ${{P}}({{A}} \cup {{B}})$
Example: What is the probability of getting a king or a diamond from a well shuffled pack of 52 cards.
Say, A is the event of drawing a king and B is the event of drawing a diamond and ${{A}} \cap {{B}}$ is drawing a diamond king and ${{A}} \cup {{B}}$ is drawing either diamond or king.
we know that ${{P(A}} \cup {{B) = P(A) + P(B) - P(A}} \cap {{B)}}$
${{P(A}} \cup {{B)}}$ = $\displaystyle\frac{4}{{52}}$ + $\displaystyle\frac{13}{{52}}$ - $\displaystyle\frac{1}{{52}}$ = $\displaystyle\frac{16}{{52}}$ = $\displaystyle\frac{4}{{13}}$

Intersection probability: The probability of the occurrence of both the events is called intersection probability. If A and B are two events, then intersection probability is ${{P}}({{A}} \cap {{B}})$
${{P}}({{A}} \cap {{B}})$ = ${{P}}({{A}}) \times {{P}}({{B|A}})$ = ${{P}}({{B}}) \times {{P}}({{A|B}})$

Example: What is the probability of getting a black king and red card from a well shuffled pack of 52 cards with replacement. 
We know that a suit contains four kings and 26 red cards. Say, P(A) is drawing a king and P(B|A) is drawing a red card given we have drawn a king in the first event.   So drawing a king from a suit $ \Rightarrow {{P}}(A){{ = }}\displaystyle\frac{4}{{52}} = \displaystyle\frac{1}{{13}}$
But this first event does not have any affect on the second event. so P(B|A) = P(B)
$ \Rightarrow P(B) = {{P}}(B|A){{ = }}\displaystyle\frac{{26}}{{52}} = \frac{1}{2}$
$ \Rightarrow P(A \cap B)$ = $P(A) \times {{P}}(B|A)$ = $\dfrac{1}{{13}} \times \dfrac{1}{2} = \dfrac{1}{{26}}$

Complement probability: The complement of a sample set A is denoted by ${{A}}^C $.  ${{A}}^C $ contains all the elements that doesn't contain in set A. So ${{P(A) + P(A}}^C {{) = 1}}$
Example: What is the probability of getting an even number when rolling a dice.
Let A is the event of getting an odd number. So A = {1,3,5}, then ${{{A}}^c }$ = {2,4,6}
Then ${{{P(A}}^c )}$ = 1/3

Conditional probability: The probability of an event A, given event B has already happened is given by conditional probability.
${{P}}({{A|B}})$ = $\displaystyle\frac{{{{P}}({{A}} \cap {{B}})}}{{{{P}}({{B}})}}$ or ${{P}}({{B|A}})$ = $\displaystyle\frac{{{{P}}({{A}} \cap {{B}})}}{{{{P}}({{A}})}}$
${{P}}({{A|B}})$ means, The probability of A,  if event B has already happend.
${{P}}({{B|A}})$ means, The probability of B, if event A has already happend.
From above P(A$\cap$B)  =  P(A) $\times$ P(B | A) = P(B) $\times $ P(A | B)

Example:
On rolling a dice, what is the probability of getting 1, given that the number is odd.
Let the probability of getting 1 is P(A), the probability of getting an odd number is P(B) and the probability of getting 1 given the number is odd ${{P(A|B)}}$. We know that A = {1}, B= {1,3,5} So ${{A}} \cap {{B}}$ = {1} $ \Rightarrow {{P(A}} \cap {{B) = }}\displaystyle\frac{1}{6}$
${{P}}({{A|B}}) = \displaystyle\frac{{{{P}}({{A}} \cap {{B}})}}{{{{P}}({{B}})}} = \displaystyle\frac{{1/6}}{{1/2}} = \displaystyle\frac{1}{3}$

Mutually exclusive and Independent Events:

Mutually exclusive events:  If two events are mutually exclusive, the probability of occurrence of the two events at the same time is zero.  Or the happenning of one event prevents all other events from happenning. For example, the probability of getting both 1 and 6 with a single rolling of dice is impossible.   So occurrence of 1 and occurence of 6 both are mutually exclusive events.  (Have you seen, Exclusive livecast of the cricket match prevents other channels broadcasting the same cricket match!!)

If two events are mutually exclusive, ${{P(A}} \cap {{B)}}$ = 0; and ${{P(A}} \cup {{B) = P(A) + P(B)}}$

Independent events: It is a common practice to consider independent experiments and independent events are same. For example, the outcomes are independent when we roll a dice for two times.  The result of the first experiment may not effect the outcome of the second experiment.

From the definition, we know that an event is a subset of the sample space S. Say A and B are two events.
If two events are independent then ${{P(A) = P(A|B)}}$ or ${{P(B) = P(B|A)}}$
From conditional probability formula ${{P}}({{A|B}}) = \displaystyle\frac{{{{P}}({{A}} \cap {{B}})}}{{{{P}}({{B}})}}$
But ${{P(A) = P(A|B)}}$
So ${{P(A}} \cap {{B) = P(A) \times P(B)}}$
${{P}}({{A}} \cup {{B}}) = 1 - [({{1 - P}}({{A}})) \times ({{1 - P}}({{B}}))]$

Example: An event A is defined as getting either 1 or 2 on rolling a dice.  If An event B is getting an odd number on rolling the dice, Then what is the probaility of event A given B has occurred.
A = {1, 2}
B = {1, 3, 5}
${{A}} \cap {{B}}$ = {1}
P(B) = 3/ 6 = 1/2
${{P(A}} \cap {{B)}}$ = 1/6
${{P(A|B)}} = \displaystyle\frac{{{{P(A}} \cap {{B)}}}}{{{{P(B)}}}}{{ = }}\displaystyle\frac{{1/6}}{{3/6}}{{ = }}\displaystyle\frac{1}{3}$
But P(A) = 2/6 = 1/3
This is interesting.  Events A and B are independent as the additional information that B is odd does not change the probability of A.
If two events are independent then ${{P(A}} \cap {{B) = P(A) \times P(B)}}$
$ \Rightarrow {{P(A}} \cap {{B)}} = \displaystyle\frac{2}{6} \times \displaystyle\frac{3}{6}{{ = }}\displaystyle\frac{1}{6}$

Relation between Mutually exclusive and independent Events:
Firstly, never bother about the two above terms.  But remember if two events are mutually exclusive then they are not independent. and if two events are independent they cannot be mutually exclusive.
We know that ${{P}}({{A|B}}) = \displaystyle\frac{{{{P}}({{A}} \cap {{B}})}}{{{{P}}({{B}})}}$
If two events mutually exclusive ${{P(A}} \cap {{B)}}$ = 0 so ${{P(A|B)}} = \displaystyle\frac{0}{{{{P(B)}}}}{{ = 0}}$ and For A and B are independent P(A|B) = P(A)
and P(A).P(B) = 0, which is not possible.

If two events are independent P(A).P(B) = ${{P(A}} \cap {{B)}}$ so there must be common event.


Practice Problems (Level - 1)

1. If a fair dice is thrown twice, what is the probability of getting at least one six?
We can apply complement probability rule to solve this problem easily.  Assumed P(A) is the probability of getting atleast one six. then $P({A^C})$ is not getting a single six.  A = {6} and $P({A^C})$ = {1, 2, 3, 4, , 5} and S = {1, 2, 3, 4, 5, 6}. On throwing a dice two times the events are independent.  So the probability of not getting a six in the first throw is 5/6 and in the second throw is 5/6 as these two events are independent. 
So $P({A^C})$ = $\displaystyle\frac{5}{6} \times \frac{5}{6} = \displaystyle\frac{{25}}{{36}}$
we know that P(A) + $P({A^C})$ = 1 so P(A) = 1- 25/36 = 11/36

Alternate method: 
We can count the points in the event A as {(1,6), (2, 6), (3, 6), (4, 6), (5, 6), (6, 6), (6, 1), (6, 2), (6, 3), (6, 4), (6, 5)} = 11
S = 36
P(A) = 11/36

2. There are two positive integers a and b. What is the probability that a + b is odd?
The sample space S for adding two numbers is Even + Even, Even + Odd, Odd + Even, Odd + Odd 
If a + b has to be odd,  then Even + Odd, Odd + Even are the points in the event. So Probability = 2/4 = 1/2

3. A number is selected at random from the number 1, 2, ...,50. What is the probability that the  number is multiple of either 6 or 9?
Say the event A is getting multiples of 6, and the event B is getting multiples of 9.  
A = {6, 12, 18, .....48} = 8 $ \Rightarrow P(A) = \displaystyle\frac{8}{{50}}$
B = {9, 18, ...........45} = 5 $ \Rightarrow P(B) = \displaystyle\frac{5}{{50}}$
But events A and B have some common points 18, 36.  This can be calculated by taking LCM of 6, 9 and finding the multiples of the LCM below 50. 
So $A \cap B$ = 2 $ \Rightarrow P(A \cap B) = \displaystyle\frac{2}{{50}}$
 From union probability formula ${{P(A}} \cup {{B) = P(A) + P(B) - P(A}} \cap {{B)}}$
$ \Rightarrow P(A \cup B) = \displaystyle\frac{8}{{50}} + \displaystyle\frac{5}{{50}} - \displaystyle\frac{2}{{50}} = \displaystyle\frac{{11}}{{50}}$

4. There are 6 men and 7 women in a committee. 2 people need to be selected as representatives of this committee. What is the probability, that out of these 2 people, 1 is a man and another is a woman?
Number of ways of selecting 2 persons out of 13 persons is $13{C_2}$
Number of ways of selecting 1 man out of 6 is $6{C_1}$
Number of ways of selecting 1 woman out of 6 is $7{C_1}$
As the above two events are independent, the number of ways of selecting one man and one women = $6{C_1} \times 7{C_1}$
So the probability of selecting one man and one women from a group of 13 = $\displaystyle\frac{{6{C_1} \times 7{C_1}}}{{13{C_2}}}$

5. Anil’s age is currently between 15-25 years (exclusive of 15, 25). What is the probability that after 15 years, he is 37 years or above in age?
Anil's age after 15 years is in between 30 and 40 exclusive of 30, 40.  Number of points in the sample space are {31, 32, ........39}= 9 and number of points in the event are {37, 38, 39} = 3
So required probability = 3/9 = 1/3

6. The probability that A, B and C will live for more than 60 years is $\displaystyle\frac{1}{2},\displaystyle\frac{1}{3}and \displaystyle\frac{1}{4}$  respectively. What is the probability that atleast 1 of them will be alive after 60 yrs of age?
We use complement probability to solve this question easily. Let A is the event of atleast one of them will be alive.  Then ${{{A}}^{{C}}}$ is the probability that nobody lives. 
As the three persons lifes are independent of each other, we use product rule to get total probability
The probability of A dies = ${{1 - }}\displaystyle\frac{1}{2} = \displaystyle\frac{1}{2}$
The probability of B dies = ${{1 - }}\displaystyle\frac{1}{3} = \displaystyle\frac{2}{3}$
The probability of C dies = ${{1 - }}\displaystyle\frac{1}{4} = \displaystyle\frac{3}{4}$
So the probability that all of them die = $\displaystyle\frac{1}{2} \times \frac{2}{3} \times \frac{3}{4} = \frac{1}{4}$
The probability that atleast one person will be alive = 1 - $\displaystyle\frac{1}{4}$ = $\displaystyle\frac{3}{4}$

7. In the last question, what is the probability that atleast 2 are alive?
 Any 2 are alive = (A + B) alive and C dead OR (B + C) alive and A dead OR (A + C) alive and B dead. Let $\overline A $ is the probability A dies. The the probability of atleast two will be alive will be given as
${A^1} \cap B \cap C $ + $A \cap {B^1} \cap C$ + $A \cap B \cap {C^1}$ + $A \cap B \cap C$
From above we have already calculated the probabilities of A, B, C not alive and the events are independent.
So by substituting in the above equation and by applying the product rule $\displaystyle\frac{1}{2} \times \frac{1}{3} \times \frac{1}{4} + \frac{1}{2} \times \frac{2}{3}$ $\times$ $\displaystyle\frac{1}{4} + \frac{1}{2} \times \frac{1}{3} \times \frac{3}{4} + \frac{1}{2} \times \frac{1}{3} \times \frac{1}{4} = $ $\displaystyle\frac{1}{4}$

8. What is the probability that when 3 cards are pulled from a pack of cards, without replacement, that we get 1 King, 1 Queen and 1 Jack?
Here the order of picking up is not specified and the events are dependent. Total possibility of picking up the given cards are
1st Pick    2nd Pick    3rd Pick
   K                   Q            J
   K                    J            Q
   Q                    K           J
   Q                    J            K
   J                     Q           K
   J                     K           Q
The probability of Picking up a king in the first attempt = 4/52
The probability of Picking up a queen in the second attempt = 4/51
The probability of Picking up a Jack in the third attempt = 4/50
and total probability = $\left( {\displaystyle\frac{4}{{52}} \times \frac{4}{{51}} \times \frac{4}{{50}}} \right) \times 6 = \displaystyle\frac{{16}}{{5525}}$

Conditional Probability:
9. A bag contains 5 black and 3 red balls.  A ball is taken out of the bag and is not replaced. 
(a)  What is the probability of drawing a red ball in the second draw if the ball in the first draw is red?
(b)  What is the probability of drawing a black ball in the second draw if the ball in the first draw is red?
Sol:
A: Drawing red in 1st draw
B: Drawing red in 2nd draw
C: Drawing black in 2nd draw
(a) If one ball is drawn already and it is a red ball, the remaining balls are 7 and only 2 red balls left in the bag.  So P(B|A) = $\displaystyle\frac{2}{7}$
(b) Similarly P(C|A) = $\displaystyle\frac{5}{7}$

Alternatively: 
$P(B|A) = \displaystyle\frac{{P(A \cap B)}}{{P(A)}} = \displaystyle\frac{{n(A \cap B)}}{{n(A)}}$
n(A) =RR + RB =  ${}^3{C_1}.{}^2{C_1} + {}^3{C_1}.{}^5{C_1} = 21$
$n(A \cap B)$ = RR = ${}^3{C_1} \times {}^2{C_1}$ = 6
a. $P(B|A)$ = $\dfrac{{n(A \cap B)}}{{n(A)}}$ = $\dfrac{6}{{21}} = \dfrac{2}{7}$
b. $P(C|A)$ = $\dfrac{{n(A \cap C)}}{{n(A)}}$ = $\dfrac{{^3{C_1}{.^5}{C_1}}}{{21}}$ = $\dfrac{{15}}{{21}} = \dfrac{5}{7}$

10. A coin is flipped twice.  What is the probability that both flips result in heads given that first flip does?
A = First flip lands heads
B = Second flips is head
$P(B|A) = \displaystyle\frac{{n(A \cap B)}}{{n(A)}}$ = $\dfrac{{P(H,H)}}{{P\left[ {(H,H),(H,T)} \right]}}$ = $\dfrac{1}{2}$

11. A family has two children.  What is the probability that both boys are boys given that one of the children is boy?
Sol: A = One of the children is boy = (BB, BG, GB)
B = Second one is boy = (BB)
Probability = 1/3

12. Ten cards numbered 1 to 10 are placed in a box.  And one card is drawn randomly.  If is it is known that the drawn card is more than 3, what is the probability that it is an even number?
A = Drawn card is more than 3 = (4, 5, 6, 7, 8, 9, 10) $ \Rightarrow $ n(A) = 7
B = It is an even number = (2, 4, 6, 8, 10)
P(B | A) = 4 / 7

Multiplication Theorem: 
$P(B|A)$ = $\displaystyle\frac{{P(A \cap B)}}{{P(A)}}$ $\Rightarrow$ $P(A \cap B) = P(B|A) \times P(A)$
$P(A|B)$ = $\displaystyle\frac{{P(A \cap B)}}{{P(B)}}$ $\Rightarrow $ $P(A \cap B) = P(A|B) \times P(B)$
$P(A \cap B)$ = $P(A|B) \times P(B)$ = $P(B|A) \times P(A)$

13. Suppose that an Urn contains 8 red balls and 4 white balls.  We draw 2 balls without replacement.  What is the probability that both balls are red?
Sol: $P({R_1} \cap {R_2}) = \displaystyle\frac{{{}^8{C_2}}}{{{}^{12}{C_2}}} = \frac{{14}}{{33}}$
Alternatively: $P({R_1} \cap {R_2}) = P({R_1}) \times P({R_2}|{R_1})$ = $\displaystyle\frac{8}{{12}} \times \frac{7}{{11}}$ = $\dfrac{{14}}{{33}}$

14.  A bag contains 15 items, of which 4 are defective.  The items are selected at random, not put back.  What is the probability that 10th one examined is last defective?
In this problem, we should get 3 defects in the first 9 examination and last defect one should be 10th one.
A = {Exactly 3 defects in 9 examined}
B = { 10th one is defective}
$P(A) = \displaystyle\frac{{{}^4{C_3} \times {}^{11}{C_6}}}{{{}^{15}{C_9}}} = \frac{{24}}{{65}}$
Once 3 defects are drawn in 9 examinations, last defect should be in 10th one. So this one is 1 out of remaining 6.
So $P(B|A) = \displaystyle\frac{1}{6}$
$P(A \cap B)$ = $P(A).P(B|A)$ = $\dfrac{{24}}{{65}} \times \dfrac{1}{6} = \dfrac{4}{{65}}$

Other models:
15. Three groups of children contain 3 girls and one boy; 2 girls and 2 boys, one girl and 3 boys.  One child is selected at random from each group.  What is the probability that the three selected consists of 1 girl and 2 boys?
1 girls and 2 boys can be selected as GBB, BGB, BBG from each of the three given groups. 
GBB: $\displaystyle\frac{3}{4} \times \frac{2}{4} \times \frac{3}{4} = \frac{9}{{32}}$
BGB: $\displaystyle\frac{1}{4} \times \frac{2}{4} \times \frac{3}{4} = \frac{3}{{32}}$
BBG: $\displaystyle\frac{1}{4} \times \frac{2}{4} \times \frac{1}{4} = \frac{1}{{32}}$
Since above three are mutually exclusive cases, therefore the required probability = $\displaystyle\frac{9}{{32}} + \frac{3}{{32}} + \frac{1}{{32}} = \frac{{13}}{{32}}$

16. A student is given a true - false exam with 10 questions. If he gets 8 or more correct answers he passes the exam.  Given that he guesses at the answer to each question, what is the probability that he passes the exam.
As this exam is a true false exam, every question has two answers. So total ways of answering the paper = ${{2 \times 2 \times }}..........{{2 (10 times)  =  }}{{{2}}^{10}}$ = 1024
Now he can pass the exam, if his correct answers are 8, 9 or 10.
Number of ways of answering 8 questions correctly = $10{C_8}$ (Think that there are 10 blanks where we need to put either T or F. Selecting 8 places to put 8 T's is $10{C_8}$) = 45
Number of ways of answering 9 questions correctly = $10{C_9}$ = 10
Number of ways of answering 10 questions correctly = $10{C_{10}}$ = 1
Total possible ways of getting 8, 9 or 10 questions correctly is = 56
So the probability to pass the exam = $\displaystyle\frac{{56}}{{1024}}{{ = }}\frac{7}{{128}}$

17. A Bag contains 2 white and 2 black balls.  A ball is drawn at random.  If it is white, it is not replaced into the urn, otherwise it is replaced along with another ball of the same color.  The process is repeated. Find the probability that the third ball drawn is black
The first ball can be drawn in the following for possible ways
1. Both the first and the second balls drawn are white (2B)
2. The first ball drawn is white adn the second ball drawn is black (1W + 3B)
3. The first ball drawn is black and the second ball drawn is white (1W + 3B)
4. Both the first and the second balls drawn are black (2W + 4B)
The values in the brackets indicates the number of balls after two ball have drawn and made necessary changes required.
Let the above 4 cases are denoted by ${{{E}}_{{1}}}{{, }}{{{E}}_{{{2,}}}}{{ }}{{{E}}_{{3}}}{{ and }}{{{E}}_{{4}}}$ respectively. Also E denote the event that the third ball drawn is black.
Now ${{P(}}{{{E}}_{{1}}}{{)}}$ = $\displaystyle\frac{2}{4} \times \frac{1}{3} = \frac{1}{6}$
${{P(}}{{{E}}_{{2}}}{{)}}$ = $\displaystyle\frac{2}{4} \times \frac{2}{3} = \frac{1}{3}$
${{P(}}{{{E}}_{{3}}}{{)}}$ = $\displaystyle\frac{2}{4} \times \frac{2}{5} = \frac{1}{5}$
${{P(}}{{{E}}_{{4}}}{{)}}$ = $\displaystyle\frac{2}{4} \times \frac{3}{5} = \frac{3}{10}$
Now ${{P(E|}}{{{E}}_{{1}}}{{)}}$ = $\displaystyle\frac{2}{2}$ = 1 as there left only black balls after ${{{E}}_{{1}}}$ has happened
${{P(E|}}{{{E}}_{{2}}}{{)}}$ = $\displaystyle\frac{3}{4}$
${{P(E|}}{{{E}}_{{3}}}{{)}}$ = $\displaystyle\frac{3}{4}$
${{P(E|}}{{{E}}_{{2}}}{{)}}$ = $\displaystyle\frac{4}{6}$ = $\displaystyle\frac{2}{3}$
Now from total probability theorem, P(E) = $P({E_1}).P(E|{E_1})$ + $P({E_2}).P(E|{E_2})$ + $P({E_3}).P(E|{E_3})$ +  $P({E_4}).P(E|{E_4})$
 = $\dfrac{1}{6} \times 1 + \dfrac{1}{3} \times \dfrac{3}{4}$ + $\dfrac{1}{5} \times \dfrac{3}{4} + \dfrac{3}{{10}} \times \dfrac{2}{3}$ = $\dfrac{{23}}{{30}}$

18. A  and B roll a pair of dice.  A wins if he roll 6 and B wins if he rolls 7.   They continue starting with A till one of them throws their respective number.  What is the probability that A wins?
Let ${{{E}}_{{1}}}$ denote the event of A's rolling "6" and ${{{E}}_{{2}}}$ the event of B's rolling "7" with a pair of dice.  Then $\overline {{{{E}}_{{1}}}} $, $\overline {{{{E}}_{{2}}}} $ are the complementary events.
There are 5 ways of obtaining 6 {(1,5), (5, 1), (2, 4), (4, 2), (3, 3)}
and Sample space while throwing 2 dice = $6 \times 6$ = 36
So $P({E_1}) = \dfrac{5}{{36}}$ and $P(\overline {{E_1}} ) = 1 - \dfrac{5}{{36}} = \dfrac{{31}}{{36}}$
$P({E_2}) = \dfrac{6}{{36}}$ and $P(\overline {{E_2}} ) = 1 - \dfrac{1}{6} = \dfrac{5}{6}$
It is given that A starts the game and he will win in the following mutually exclusive ways.
(1) ${E_1}$ happens i.e., A wins at the first roll
(2) $\overline {{E_1}}  \cap \overline {{E_2}}  \cap {E_1}$ happens. i.e., A wins at the third roll of the dice after A, B fails in the first two rolls
(3) $\overline {{E_1}}  \cap \overline {{E_2}}  \cap \overline {{E_1}}  \cap \overline {{E_2}}  \cap {E_1}$ happens i.e., A, B fails in the first 4 rounds, and A throws 6 in the 5 th round
.....................
Hence the probability of A winning say P(A) is given by
P(A) = $P({E_1})$ + $P(\overline {{E_1}}  \cap \overline {{E_2}}  \cap {E_1})$ + $P(\overline {{E_1}}  \cap \overline {{E_2}}  \cap \overline {{E_1}}  \cap \overline {{E_2}}  \cap {E_1})$ + ......
= $\displaystyle\frac{5}{{36}}$ + $\dfrac{{31}}{{36}}.\dfrac{5}{6}.\dfrac{{31}}{{36}}$ + $\dfrac{{31}}{{36}}.\dfrac{5}{6}.\dfrac{{31}}{{36}}.\dfrac{5}{6}.\dfrac{{31}}{{36}}$ + .........
= $\displaystyle\frac{5}{{36}}$ + $\left( {\dfrac{{31}}{{36}}.\dfrac{5}{6}} \right).\dfrac{{31}}{{36}}$ + ${\left( {\dfrac{{31}}{{36}}.\dfrac{5}{6}} \right)^2}.\dfrac{5}{{36}}$ + .........
Taking $\displaystyle\frac{5}{{36}}$ common
= $\dfrac{5}{{36}} \times $$\left( {1 + \left( {\dfrac{{31}}{{36}}.\dfrac{5}{6}} \right) + {{\left( {\dfrac{{31}}{{36}}.\dfrac{5}{6}} \right)}^2} + .......} \right)$
Above is in the Geometric progression with common difference of ${\left( {\displaystyle\frac{{31}}{{36}}.\frac{5}{6}} \right)}$
Formula for infinite geometric progression is = $\displaystyle\frac{{{a}}}{{{{1 - r}}}}$
Here 'a' is the starting term, and r is the common difference.
= $\displaystyle\frac{5}{{36}}.\frac{1}{{1 - \left( {\frac{{31}}{{36}}.\frac{5}{6}} \right)}}$ = $\displaystyle\frac{5}{{36}}.\dfrac{{216}}{{61}}$ = $\dfrac{{30}}{{61}}$