SOLUTION: Topic : Discrete Random Variable (Geometric Distribution) A coin is biased such that the probability of obtaining heads with each toss is equal to 5/11. The coin is tossed until

Algebra ->  Test -> SOLUTION: Topic : Discrete Random Variable (Geometric Distribution) A coin is biased such that the probability of obtaining heads with each toss is equal to 5/11. The coin is tossed until       Log On


   



Question 1203340: Topic : Discrete Random Variable (Geometric Distribution)
A coin is biased such that the probability of obtaining heads with each toss is equal to 5/11.
The coin is tossed until the first head is obtained. Find the probability that the coin is tossed:
(a) At least six times
(b) Fewer than eight times

Answer by ikleyn(52754) About Me  (Show Source):
You can put this solution on YOUR website!
.
Topic : Discrete Random Variable (Geometric Distribution)
A coin is biased such that the probability of obtaining heads with each toss is equal to 5/11.
The coin is tossed until the first head is obtained. Find the probability that the coin is tossed:
(a) At least six times
(b) Fewer than eight times
~~~~~~~~~~~~~~~~~

(a) "At least six times" in this problem means that coin can be tossed 

     6 or more times until the first  head is obtained (i.e. the first head is obtained 
         at 6th, or 7th, or 8th and so on toss).

    
     It gives us an infinite sequence of disjoint events

         1st      2nd       3rd         . . . 
         TTTTTH   TTTTTTH   TTTTTTTH   . . . 

      where "T" denotes "tail" and "H" denotes "head".


      The probability is an infinite sum of these terms

          P = %286%2F11%29%5E5%2A%285%2F11%29 + %286%2F11%29%5E6%2A%285%2F11%29 + %286%2F11%29%5E7%2A%285%2F11%29 + . . . 

   
       It is the sum of a geometric progression with the first term  a= %286%2F11%29%5E5%2A%285%2F11%29 and the common ratio  6%2F11.
       Hence, the infinite sum is

           P = a%2F%281-r%29 = %28%286%2F11%29%5E5%2A%285%2F11%29%29%2F%28%281-6%2F11%29%29 = %28%286%2F11%29%5E5%2A%285%2F11%29%29%2F%28%285%2F11%29%29 = %286%2F11%29%5E5.    ANSWER to question (a)



(b)  "Fewer than eight times" in this problem means that coin can be tossed 0 times, or 1 time, or 2 times, 
      or 3 times, . . . , or 7 times until the first  head is obtained (i.e. the first head is obtained 
      at 0th, or 1st, or 2nd and so on toss).


     It gives us a finite sequence of disjoint events

         1st    2nd     3rd    4th    . . .  7th
         H      TH      TTH    TTTH   . . .  TTTTTTH

      where "T" denotes "tail" and "H" denotes "head".


      The probability is a finite sum of these terms

          P = 5%2F11 + %286%2F11%29%2A%285%2F11%29 + %286%2F11%29%5E2%2A%285%2F11%29 + . . . + %286%2F11%29%5E6%2A%285%2F11%29.


      It is the sum of first 7 terms of a geometric progression with the first term  a= 5%2F11 and the common ratio  r = 6%2F11.
      Hence, the sum is

          P = a%2A%28%281+-+r%5E7%29%2F%281-r%29%29 = %285%2F11%29%2A%28%281-%286%2F11%29%5E7%29%2F%281-6%2F11%29%29 = %285%2F11%29%2A%28%281-%286%2F11%29%5E7%29%2F%28%285%2F11%29%29%29 = 1-%286%2F11%29%5E7.    ANSWER to question (b)


      Notice that this final probability is the complement of %286%2F11%29%5E7 to 1, as it is should be, 
      so this solution is correct.

Solved.