Steven K. answered 05/14/20
Statistics and Probability Tutor with Masters in Data Science
3.
| Take Interpretive Dance P(D|S)=(.50) | ||||
| Take Statistics P(S)=(.90) | ||||
| Don’t Take Interpretive Dance P(D’|S)=(.50) | ||||
| Freshmen | ||||
| Take Interpretive Dance P(D|S’)=(.80) | ||||
| Don’t Take Statistics P(S’)=(.10) | ||||
| Don’t Take Interpretive Dance P(D’|S’)=(.20) |
1.The probability that a freshmen takes Interpretive Dance is computed using the Law of Total Probability.
P(D) = P(S)P(D|S) + P(S’)P(D|S’) = (.90)(.50) + (.10)(.80) = .45 + .08 = .53
2. This probability is computed using Bayes Theorem.
P(S’|D) = P(D|S’)P(S’)/P(D) = .08/.53 = .1509