(New page: Category:ECE302Spring2013Boutin Category:ECE Category:ECE302 Category:probability problem solving Category:conditional probability A black box contains ...) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:ECE302Spring2013Boutin]] [[Category:ECE]] [[Category:ECE302]] [[Category:probability]] [[Category | + | [[Category:ECE302Spring2013Boutin]] [[Category:ECE]] [[Category:ECE302]] [[Category:probability]] [[Category:problem solving]] |
[[Category:conditional probability]] | [[Category:conditional probability]] | ||
+ | |||
+ | =Conditional Probability Problem= | ||
A black box contains 15 identical balls but in different color. They are 2 red and 13 black balls. (a) What is the probability that you grab a ball twice and they are both red if you never put the ball back into the box? (b) What is the probability that you get two red balls if you put the first ball back into the box and then grab the second one? | A black box contains 15 identical balls but in different color. They are 2 red and 13 black balls. (a) What is the probability that you grab a ball twice and they are both red if you never put the ball back into the box? (b) What is the probability that you get two red balls if you put the first ball back into the box and then grab the second one? | ||
---- | ---- | ||
+ | Solution: | ||
(a) Ai = {the ith time grab a red ball} | (a) Ai = {the ith time grab a red ball} | ||
Line 19: | Line 22: | ||
---- | ---- | ||
+ | ==Comments/discussion== | ||
+ | *Where did you use conditional probability? | ||
+ | **Answer here. | ||
+ | *I think your problem involves independence. Do you know where? -pm | ||
[[Bonus_point_1_ECE302_Spring2012_Boutin|Back to first bonus point opportunity, ECE302 Spring 2013]] | [[Bonus_point_1_ECE302_Spring2012_Boutin|Back to first bonus point opportunity, ECE302 Spring 2013]] |
Latest revision as of 10:45, 28 January 2013
Conditional Probability Problem
A black box contains 15 identical balls but in different color. They are 2 red and 13 black balls. (a) What is the probability that you grab a ball twice and they are both red if you never put the ball back into the box? (b) What is the probability that you get two red balls if you put the first ball back into the box and then grab the second one?
Solution:
(a) Ai = {the ith time grab a red ball}
P(A1) = 2/15 (Because there are two red balls and totally 15 balls) P(A2|A1) = 1/14 (Because |A2∩A1| = 1 and there are 14 balls totally) P(A1∩A2) = (2/15) * (1/14) = 1/105
(b) Ai = {the ith time grab a red ball}
P(A1) = P(A2) = 2/15 P(A1∩A2) = (2/15) * (2/15) = 4/225
Comments/discussion
- Where did you use conditional probability?
- Answer here.
- I think your problem involves independence. Do you know where? -pm