Q. A fair coin is tossed untill head appears for the first time. What is probability that the number of tosses required is odd?
My work:
suppose that head comes in first toss so probability of getting head in the first toss $=\dfrac{1}{2}$
suppose that first & second tosses show tails & third toss shows head so probability of getting head in the third toss $=(1-\dfrac12)(1-\dfrac12)\dfrac{1}{2}$ $=\dfrac1{2^3}$
suppose that first 4 tosses show tails & fifth toss shows head so probability of getting head in the fifth toss $=(1-\dfrac12)^4\dfrac{1}{2}$ $=\dfrac1{2^5}$
suppose that first 6 tosses show tails & seventh toss shows head so probability of getting head in the fifth toss $=(1-\dfrac12)^6\dfrac{1}{2}$ $=\dfrac1{2^7}$
…………….
and so on
But I am not able to find the final probability of getting head first time so that the number of tosses required is odd. what should do I next to it? please help me.
You have a geometric series,
$$\frac12+\frac1{2^3}+\frac1{2^5}+\frac1{2^7}+\ldots=\sum_{n\ge 0}\frac12\cdot\left(\frac14\right)^n=\frac{\frac12}{1-\frac14}=\frac23\;.$$
Alternatively, if $p$ is the desired probability, then $p=\frac12+\frac14p$: with probability $\frac12$ you get a head on the first toss, and with probability $\frac14$ you start with two tails and are now in exactly the same position that you were in at the beginning. Solving this for $p$ again yields $p=\frac23$.