Here's the question:
"A sales representative vows to keep knocking on doors until he makes two sales. Given that his probability of success is $u$, let $X$ = the number of doors he knocks on.
Find the probability mass function of $X$"
My thought is that $x$ cannot be less than $2$, since he would have to knock on two doors to make two sales.
I'm thinking the function would be $\displaystyle\binom{x}{2} (u^2)(1-u)^{x-2}.$
But when I go to find $E(x)$, that doesn't lend itself well to the geometric form I've learned to love.
Am I on the right track at least?
Thanks for any help.
nsuccesses $$\binom{x-1}{n-1}(1-u)^{x-n}u^n.$$ Interactive version here: https://www.desmos.com/calculator/ls9mbyrtul – Madacol Jan 14 '21 at 03:30