In a 12 hour period, there can be 0, 1, or 2 new mutations with probabilities 0.8, 0.15, 0.05 respectively. Suppose that testing stops as soon as a cell becomes malignant. What is the expected number of mutations that have occurred at this time? The no of tests to malignancy is geometric with parameter $p = 1/20$
My thoughts:
Let $E[X_i] = 0.8*0 + 0.15*1 + 0.05*2 = 0.25$
I have a feeling I can use Wald's equation here, but am not sure how to find my $E[N]$