This is one question from an interview I have just taken:
Suppose there is a book full of typos. Tom and Jerry found $x$ and $y$ typos throughout the book, respectively. There are $z$ typos that they both found.
The question is how to estimate the total number of typos in this book?
I find this question quite interesting but do not know how to deal with it. Can anyone give me a hint on this? Thanks!
Assume Tom finds a typo with probability $p$ and Jerry with probability $q$. Let $T$ be the number of typos.
Then Tom finds $x=Tp$ typos, Jerry finds $y=Tq$ and the number of typos they expect to both find is $z=Tpq$. Solving for $p$, we get $p=\frac{z}{y}$. Then $T\approx\frac{x}{p}=\frac{xy}{z}$.
This assumes $z>0$, and it assumes the odds of the two finding a typo are independent (which is an unlikely assumption, but it might be a "good enough" model.)