Geometric Distribution Probability problem

Hiche
Messages
82
Reaction score
0

Homework Statement



We roll a fair die until we get a three or a four. Z denotes the number of rolls needed. What is the probability that Z >= 3? (replacement assumed)

Homework Equations



Geometric distribution seems logical here?

The Attempt at a Solution



Let p(A) = p(getting a three) = 1/6 and p(B) = p(getting a four) = 1/6. We want p(A U B) = 1/3 (a three OR a four). Correct?

Now, we know p(Z >= k) = (1 - p)^(k - 1). Is that enough for this question? I got 4/9.
 
Physics news on Phys.org
Hi Hiche! :smile:

Yes, 4/9.

Probably best to specifically say that Z ≥ 3 means that there is no 3 or 4 in the first two rolls, the probability of which is P(not A or B) squared. :wink:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top