The number of person coming through a blood bank until the first person with type A is found is a random variable Y with gemetric distribution, I.e.:
P (y)=(1-p)^(y-1)*p 0 <=p <=1
If p denotes the probability that any one randomly selected person will posses type A blood, then E(Y)=1/p and V (Y)=(1-p)/p^2. Find a function of Y that is n unbiased estimator of V (y).
I know how to justfy which estimators are unbised when they are given, but do t know how to find unbiased estimators.
Thank you in advance!