Probability of not getting a prize

  • Thread starter Thread starter vcsharp2003
  • Start date Start date
  • Tags Tags
    Probability
Click For Summary
The discussion focuses on calculating the probability of not winning a prize when purchasing two tickets from a total of 10,000, where 10 are winning tickets. The probability of winning at least one prize, denoted as P(W), is derived from the combinations of selecting winning tickets, while the probability of not winning, denoted as p(not W), is calculated as 1 minus the probability of winning. The correct formulation for p(not W) is established as p(not W) = C(9990, 2) / C(10000, 2), indicating the number of ways to choose two losing tickets. The conversation emphasizes the importance of understanding dependent and independent events in probability calculations.
  • #31
erobz said:
Either way will get you the appropriate probabilities as long as you are consistent in using combinations OR permutations throughout the computation.
I see. I have to figure that out. I thought only combinations was the right approach in this example.
 
Last edited:
Physics news on Phys.org
  • #32
vcsharp2003 said:
But the random experiment is to buy 2 tickets.
Sure, but I was asking that as a step to the second question.
vcsharp2003 said:
##p(2 ~ losing ~ tickets) =\dfrac { {}^{9990}C_2 } { {}^{10000}C_2}##
Right.. isn't that what you were trying to show, or have I misunderstood your issue?
 
  • Like
Likes vcsharp2003
  • #33
haruspex said:
Sure, but I was asking that as a step to the second question.
Then the random experiment would be to buy 1 ticket. The number of ways for losing 1 ticket would then be ## {}^{9990}C_1##.
haruspex said:
Right.. isn't that what you were trying to show, or have I misunderstood your issue?
Yes, you're correct. I could have directly found the number of ways of 2 tickets being losing tickets in order to find the probability of not getting a prize. If even 1 ticket is a win out of 2 purchased tickets, the person would still get a prize.

Thankyou for the help. It's solved.
 
  • #34
vcsharp2003 said:
I see. I have to figure that out. I thought only combinations was the right approach in this example.
If you are going to reach into the bag pull three marbles, what the probability of getting 2 red 1 green marble?

Using Combinations:

$$ P(2r,1g) = \frac{C(4,2)C(2,1)}{C(6,3)} = \frac{3}{5}$$

Using Permutations:

$$ P(2r,1g) = \frac{ 4 \cdot 3 \cdot C(3,2) \cdot 2}{ 6 \cdot 5 \cdot 4} = \frac{3}{5}$$

Combinations are computationally superior...I guess. Both work.
 
  • #35
erobz said:
Combinations are computationally superior...I guess. Both work.
It depends whether order matters. In the present case, it makes no difference whether you pick a winner, then a loser, or the other way around. So for k selections, the factor k! appears in the denominator for both the number of successful combinations and the total number of combinations.

In a random walk with an absorbing barrier the order does matter. If one step away from the barrier, what is the probability of reaching it in three goes (with 50:50 at each step)?
You only need two of the three in the right direction: an evens chance.
But if the first step is in the right direction it doesn’t matter about the other two: so 5/8.
 
  • Like
Likes vcsharp2003
  • #36
haruspex said:
It depends whether order matters. In the present case, it makes no difference whether you pick a winner, then a loser, or the other way around. So for k selections, the factor k! appears in the denominator for both the number of successful combinations and the total number of combinations.

In a random walk with an absorbing barrier the order does matter. If one step away from the barrier, what is the probability of reaching it in three goes (with 50:50 at each step)?
You only need two of the three in the right direction: an evens chance.
But if the first step is in the right direction it doesn’t matter about the other two: so 5/8.
I guess I didn't realize that might not be the case for all classes of problems. I don't have any formal coursework in the subject.
 
  • #37
erobz said:
If you are going to reach into the bag pull three marbles, what the probability of getting 2 red 1 green marble?

Using Combinations:

$$ P(2r,1g) = \frac{C(4,2)C(2,1)}{C(6,3)} = \frac{3}{5}$$

Using Permutations:

$$ P(2r,1g) = \frac{ 4 \cdot 3 \cdot C(3,2) \cdot 2}{ 6 \cdot 5 \cdot 4} = \frac{3}{5}$$

Combinations are computationally superior...I guess. Both work.
As pointed out by @haruspex, when probability is determined, a common factor appears in numerator as well as denominator when taking permutations in this example according to the identity below. That's why using either permutations or combinations to determine probability gives the same value in the example of selecting marbles.

$${}^nP_r =r! \times {}^nC_r $$
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 24 ·
Replies
24
Views
3K
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K