There are 4 identical balls in a bag, numbered 1, 2, 3 and 4 respectively. Pick one ball out of the bag at random and then put it back, repeat this action once. Add up the two figures you just got.
Obviously, the sum ranges from 2 to 8. In a series of independent trials, what is the probability that "sum is 3" appears before "sum is 5"? (The number of trials is sufficient to ensure at least one "3" or "5" occurs.)
Remember to keep three significant digits.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let
event A={"3" occurs in the first experiment}, event B={"5" occurs in the first experiment}
event C={neither "3" nor "5" occurs in the first experiment}, event D={"3" occurs before "5" in a row of experiments}
It is simple to know:
P ( A ) = 4 × 4 2 = 8 1 , P ( B ) = 4 × 4 4 = 4 1 , P ( C ) = 1 − P ( A ) − P ( B ) = 8 5
since:
A ⋃ B ⋃ C = S , A ⋂ B = A B = ∅ , A ⋂ C = ∅ , B ⋂ C = ∅
we get:
( A ⋃ B ⋃ C ) ⋂ D = A D ⋃ B D ⋃ C D = S ⋂ D = D , A D ⋂ B D = ∅ , A D ⋂ C D = ∅ , B D ⋂ C D = ∅
finally,
P ( D ) = P ( A D ) + P ( B D ) + P ( C D ) = P ( A ) ∗ P ( D ∣ A ) + P ( B ) ∗ P ( D ∣ B ) + P ( C ) ∗ P ( D ∣ C )
Here S represents a certain event.
In fact, it's not complicated to get this formula just using your intuition.
Also,
P ( D ∣ A ) = 1 , P ( D ∣ B ) = 0 , P ( D ∣ C ) = P ( D )
Note that different trails are independent, so the first time you didn't obtain a "3" or "5"(that is, event C happens), the probably that D happens remains the same. P ( D ) = 8 1 × 1 + 4 1 × 0 + 8 5 × P ( D ) → P ( D ) = 3 1 ≈ 0 . 3 3 3
Problem Loading...
Note Loading...
Set Loading...
The probability that 3 occurs before 5 , with 3 occurring on the n th trial, is ( 8 5 ) n − 1 × 8 1 . Thus the probability that 3 occurs before 5 is n = 1 ∑ ∞ ( 8 5 ) n − 1 × 8 1 = 3 1