Sorry for bumping this thread but im still stuck. I've given a go at it in finding the pdf.
This is what i have so far:
Basically, if we draw the tree diagram we get a left-weighted binary-tree
We know that we need more girls then boys so we cannot have X = some even number.
Let
)
be our pdf.
So
 = 0)
, if x is even.
We just need to find the case where X = odd.
I've considered some cases for x = 1,3,5,7,9.....
 = f_x(1) = \frac{2}{3})
, this from case {F}
 = f_x(1) = (\frac{1}{3})(\frac{2}{3})^2)
, this is from case {MFF}
 = f_x(5) = 2(\frac{1}{3})^2(\frac{2}{3})^3)
, this is for case {MMFFF, MFMFF}
 = f_x(7) = 4(\frac{1}{3})^3(\frac{2}{3})^4)
, for cases {MMMFFFF,MFMMFFF,MMFMFFF,MMFFMFF}
Now, this is where i get stuck:
for general case:
 = f_x(n) = \bold{c_n}(\frac{1}{3})^{\frac{n-1}{2}}(\frac{2}{3})^{\frac{n+1}{2}})
, for n odd
I'm not sure how to find

. I guess it will be some kind of counting problem and may involve combinations.
Any ideas will be appreciated