A box contains a very large number of balls, so that the probability of choosing a white or red (initially at equal numbers) remains at 1/2 as balls are chosen. Let X be the number of balls chosen at random until a red ball is chosen. Determine the cumulative probability distribution of X.
I've tried with the idea that this might be a geometric progression, so the cumulative function will have p*(1-p)^k for the kth term, and p = 0.5, and summed that from 1->x to give a cumulative distribution function of 1-2^(-n). However, I'm not sure this is correct...
Thanks!