|
|
|
|
|
by maytc
864 days ago
|
|
Never liked the way these problems are worded. `You take a random ball out of the urn—it’s red—and discard it.` How normal people read it:
Given this specific instance where you just discarded a red ball from this urn, what's the probability of the next ball? How it expects you to read it:
Given infinitely many random samples from the urn. For cases where you get red, remove it, then take a second sample. What's the probability of the next ball, given all the samplings? |
|