A fair coin is to be tossed repeatedly. For integers r and s, not both zero, let P(r,s) be the probability that a total of r heads are tossed before a total of s tails are tossedso that P(0,1) = 1 and P(1,0) = 0.
(i) Explain why, for r, s≥1,
P(r,s)=½P(r-1,s)+½P(r,s-1).
(ii)Find P(2,3) by using part (i).
(iii)By using induction on n=r+s-1, or otherwise, prove that
P(r,s)=[1/2ⁿ]{(nC0)+(nC1)+.....+(nC(s-1))}
for s≥1.
(i) Explain why, for r, s≥1,
P(r,s)=½P(r-1,s)+½P(r,s-1).
(ii)Find P(2,3) by using part (i).
(iii)By using induction on n=r+s-1, or otherwise, prove that
P(r,s)=[1/2ⁿ]{(nC0)+(nC1)+.....+(nC(s-1))}
for s≥1.