|
|
|
|
|
by turaw
3740 days ago
|
|
Did anyone else learn how to compute probabilities by drilling through the algebra? Like, if asked how to convert a plain English probabilistic query (e.g. "what is the chance of picking two red candies from a mixed bowl") into a formula, I would focus on the 'and', mentally recite something to the effect of 'conjunctions multiply probabilities', then write p(red)*p(red). There's no intuition or understanding, just rote memorization. I've been trying to recognize and account for this deficiency by drawing mental decision trees enumerating probabilities instead ... anyone else doing anything similar? |
|
If you start w/ 50 red candies and 50 non-red candies, the chance of the first one red is 1/2 (from 50/100) but the chance the second one is red after first drawing a red candy is now 49/99. After removing one red candy, there are now 49 red candies and 99 total candies.
So, P(red) * P(red | removed 1 red) = 49/198