Drawing marked balls from an urn

  • #1
Hamiltonian
296
190
Homework Statement
Imagine you have an urn with 200 balls, of which 20 are marked. You draw the balls from the urns one by one, randomly, without putting them back in.
What is the probability of the following events:
(a) The first ball drawn is marked.
(b) The 20th ball drawn is marked.
(c) The 100th ball drawn is marked.
(d) The last ball drawn is marked.
Relevant Equations
##P_{n,k} = \frac{n!}{(n-k)!}##
##\mathcal{P}(E) = \frac{|E|}{|\Omega|}##
part (a) was straightforward ##\mathcal{P} = \frac{20}{200} = 0.1##. Instead of directly trying to find the probability of the 20th drawn ball being marked I decided to start with finding the probability of the second ball drawn being marked and then after figuring that out moving to the cases in parts (b)-(d). After the first draw, there are a ##199## balls left hence ##|\Omega| = 199## but there could either be 19 marked balls left in the urn or 20 marked balls left, there is no way of knowing. This is where I am confused and stuck.
 
Physics news on Phys.org
  • #2
The probability that there are 19 marked balls left in the urn is the same as the probability that the first ball drawn is marked. The probability that there are 20 marked balls left is 1- the previous probability. Then you can calculate for each case and add.
 
  • #3
are u trying to say the probability that the second ball is marked = the probability first ball drawn was not marked + the probability that the first ball drawn was marked?
That doesn't make much sense unless I am misinterpreting what you are saying.
 
  • #4
No, I am saying that the probability that the second ball is marked = (the probability first ball was not marked) x (the probability second is marked when the first was not) + (the probability first was marked) x (the probability second is marked when the first was).
 
  • Like
Likes FactChecker
  • #5
Hill said:
No, I am saying that the probability that the second ball is marked = (the probability first ball was not marked) x (the probability second is marked when the first was not) + (the probability first was marked) x (the probability second is marked when the first was).
so you are saying,

$$\mathcal{P}(2^{nd}\text{ ball drawn is marked}) = \mathcal{P}(1^{st}\text{ ball not marked})\mathcal{P}(2^{nd}\text{ ball marked when }1^{st}\text{ was not}) + \mathcal{P}(1^{st}\text{ ball is marked})\mathcal{P}(2^{nd}\text{ ball is marked when first also is}) $$
$$=\frac{180}{200}\frac{20}{199} + \frac{20}{200}\frac{19}{199}$$
but I still don't understand why this is correct and how this will extend to calculating the probability of the 20th drawn ball being marked.
 
  • #6
1. "Why this is correct".
Let's call the event "first ball marked", A, and the event "second ball marked", B.
P(B) = P(B ∧ ¬A) + P(B ∧ A),
P(B ∧ ¬A) = P(¬A) · P(B | ¬A),
P(B ∧ A) = P(A) · P(B | A).
Thus,
P(B) = P(¬A) · P(B | ¬A) + P(A) · P(B | A).

2. "How this will extend ..."
Calculate that number. It will give you a hint.

Alternatively, ask yourself, "after the first ball has been drawn, does the probability of the next ball to be marked go up or down?"

Yet, another way of thinking about it: 10% of all balls are marked; then 10% of any random subset of all balls are marked.
 
Last edited:
  • Like
Likes scottdave and FactChecker
  • #7
Hamiltonian said:
Homework Statement: Imagine you have an urn with 200 balls, of which 20 are marked. You draw the balls from the urns one by one, randomly, without putting them back in.
What is the probability of the following events:
(a) The first ball drawn is marked.
(b) The 20th ball drawn is marked.
(c) The 100th ball drawn is marked.
(d) The last ball drawn is marked.
If you had to bet in this, which ball would you bet has the best chance of being marked? The first, 20th, 100th or 200th?

Or, if you handed each ball to a different person as you drew them, which 20 people out of the 200 would be most likely to get the marked balls?
 
  • Like
Likes pbuk
  • #8
Hamiltonian said:
Homework Statement: Imagine you have an urn with 200 balls, of which 20 are marked. You draw the balls from the urns one by one, randomly, without putting them back in.
What is the probability of the following events:
(a) The first ball drawn is marked.
(b) The 20th ball drawn is marked.
(c) The 100th ball drawn is marked.
(d) The last ball drawn is marked.
Relevant Equations: ##P_{n,k} = \frac{n!}{(n-k)!}##
##\mathcal{P}(E) = \frac{|E|}{|\Omega|}##

part (a) was straightforward ##\mathcal{P} = \frac{20}{200} = 0.1##. Instead of directly trying to find the probability of the 20th drawn ball being marked I decided to start with finding the probability of the second ball drawn being marked and then after figuring that out moving to the cases in parts (b)-(d). After the first draw, there are a ##199## balls left hence ##|\Omega| = 199## but there could either be 19 marked balls left in the urn or 20 marked balls left, there is no way of knowing. This is where I am confused and stuck.
Yes, the question is ambiguous. Hence the fine art of figuring out what the teacher wants.

And I'm really not sure! I can think of several reasonable interpretations. In such a case I suppose it is best to say you couldn't figure out what the question was assuming, then state your assumptions and solution. My best guess is that they are assuming you know what all the balls previously drawn were and they want an equation, not a number. But...I'm not sure of that.
 
  • Skeptical
Likes pbuk and PeroK
  • #9
I fail to see any ambiguity in the question.
 
  • Like
Likes pbuk
  • #10
PeroK said:
I fail to see any ambiguity in the question.
I could reasonably respond that the answer to each question is 0.1. This is consistent with these four questions being posed before the drawing of balls begins. That's what I would think that it meant if it didn't run afoul of the "that's too easy" and "not educational" heuristics.

Another interpretation is that the questions are cumulative. (b) is answered with the assumption that the first ball was marked, (c) is answered with the assumption that the first and twentieth were known as marked, and so forth. That could be correct but seems weird to me, that certain balls are known but most of the others not.

If all the results are known then all we can offer is an equation, which falls afoul of the usual practice of calculating a specific number.

If getting the questions out of a textbook usually the author has a certain style the student can come to recognize. One can expect the assumptions to be the same as in other similar questions. For example it's common for "select at random" to mean from a finite uniform distribution without specifically stating such.

In lieu of this, if the question were important enough I'd do the problem all three ways, explain what I was up to, and hope there isn't a fourth interpretation that the author feels is obvious.
 
Last edited:
  • Like
Likes Hamiltonian
  • #11
Hamiltonian said:
so you are saying,

$$\mathcal{P}(2^{nd}\text{ ball drawn is marked}) = \mathcal{P}(1^{st}\text{ ball not marked})\mathcal{P}(2^{nd}\text{ ball marked when }1^{st}\text{ was not}) + \mathcal{P}(1^{st}\text{ ball is marked})\mathcal{P}(2^{nd}\text{ ball is marked when first also is}) $$
$$=\frac{180}{200}\frac{20}{199} + \frac{20}{200}\frac{19}{199}$$
but I still don't understand why this is correct and how this will extend to calculating the probability of the 20th drawn ball being marked.
Did you work out that calculation? How does it compare to the probability of pulling the first ball?

There is an easier way to think about this problem - pull all the balls, placing them in numbered bins without looking at them.

What is the probability that bin # 50 has a marked ball, for example? Or any other chosen position.
 
  • Informative
Likes SammyS

1. How does drawing marked balls from an urn work?

When drawing marked balls from an urn, you randomly select balls from a container (urn) that contain a mixture of marked and unmarked balls. The probability of selecting a marked ball depends on the total number of marked and unmarked balls in the urn.

2. What is the probability of drawing a marked ball from an urn?

The probability of drawing a marked ball from an urn can be calculated by dividing the number of marked balls by the total number of balls in the urn. This gives you the likelihood of selecting a marked ball on any given draw.

3. How does the number of marked balls affect the probability of drawing one?

The more marked balls there are in the urn, the higher the probability of drawing a marked ball. Conversely, if there are fewer marked balls in the urn, the probability of drawing one decreases.

4. Can the probability of drawing a marked ball change as balls are drawn from the urn?

Yes, the probability of drawing a marked ball can change as balls are drawn from the urn. This is because the total number of balls in the urn decreases with each draw, which can affect the ratio of marked to unmarked balls and therefore the probability of drawing a marked ball.

5. Are there any strategies to increase the likelihood of drawing a marked ball from an urn?

There are no strategies that can guarantee a higher probability of drawing a marked ball from an urn, as the process is based on random selection. However, you can increase the chances by ensuring that there are more marked balls relative to unmarked balls in the urn.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
10
Views
983
  • Precalculus Mathematics Homework Help
Replies
5
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
3K
  • Precalculus Mathematics Homework Help
Replies
3
Views
3K
  • Precalculus Mathematics Homework Help
Replies
5
Views
4K
  • Precalculus Mathematics Homework Help
Replies
3
Views
3K
  • Introductory Physics Homework Help
Replies
34
Views
701
  • Precalculus Mathematics Homework Help
Replies
5
Views
5K
Back
Top