What is the probability that the outcome 3 is observed exactly three times in 10 rolls given that it is first observed after 5 rolls?

82 Views Asked by At

What is the probability that the outcome 3 is observed exactly three times in 10 rolls given that it is first observed after 5 rolls? using a tetrahedron dice.

If there two events $A$ = outcome $3$ is observed exactly three times in 10 rolls and event $B$ = first observed after 5 rolls then what will be the probability. A tetrahedron dice has 4 faces. Considering the scenario given I assume it is :

When $B$ is a subset of $A$: If $B\subset A$, then whenever $B$ happens, $A$ also happens. Thus, given that $B$ occurred, we expect that the probability of $A$ be one. In this case $A\cap B=B$, so $$P(A\mid B)=\frac{P(A\cap B)}{P(B)}=\frac{P(B)}{P(B)}=1.$$

Is my assumption correct?

First, observe after 5th roll indicates that the first 3 we get is on 5th roll.

2

There are 2 best solutions below

0
On BEST ANSWER

I interpret your question as follows: We want to find the conditional probability that in total there are exactly three 3's rolled given that the first four rolls are not equal 3, but the fifth is equal 3.

To stick with your notation, let $A$ be the event that there are exactly three 3's in total and $B$ the event that the first 4 rolls are not 3's and the fifth is a 3. Then, $$P(A\mid B)=\frac{P(A\cap B)}{P(B)}=\frac{(3/4)^4(1/4) {5\choose 2}(1/4)^2(3/4)^{5-2}}{(3/4)^4(1/4)}=10(1/4)^2(3/4)^{3}=\frac{270}{4^5}=\frac{135}{512}.$$

0
On

If the first "3" occurs on the fifth roll, then those first five rolls can be ignored. (The question said this was "given", so it's already happened, with 100% certainty.)

Knowing that, we can reduce the question to finding the probability of rolling exactly two "3"s in the next five rolls.

And that much simpler situation, you should be able to analyze quite easily.