What is the probability that the outcome 3 is first observed after 5 rolls given that it is observed exactly three times in 10 rolls? using a tetrahedron dice.
If there two events A = outcome 3 is first observed after 5 rolls and event B = outcome 3 is observed exactly three times in 10 rolls then what will be the probability.
Can I interpret this as P(3 observed 3 times in 10 rolls | 3 is first observed after 5 rolls)*P(3 is first observed after 5 rolls) / P(3 observed 3 times in 10 rolls)?
First, observe after 5th roll indicates that the first 3 we get is on 5th roll.
You need $$P (A \cap B)/P(B)$$ where $B$ is $3$ is observed $3$ times in $10$ rolls, and $A$ is $3$ appears first time on roll $5$. What you wrote is $$P(B|A) \cdot P(A)/P(B)$$ which equals the same thing.
We can calculate directly $$P(A\cap B) = (5/6)^4 \cdot (1/6) \cdot {5\choose 2}(1/6)^2 (5/6)^3$$ and $$P(B) = {10 \choose 3}(1/6)^3 (5/6)^7$$ which gives $$P(A\cap B)/P(B) = \frac{{5 \choose 2}}{{10 \choose 3}}=\frac{1}{12}$$
Note that even with a loaded die (or a tetrahedral one) you get the same result