SOLUTION: 60% of the patients at a clinic are children. 10% of the children and 1/4 of the adults use alternative medicine. A patient is selected at random. 1) what is the probability t
Algebra ->
Probability-and-statistics
-> SOLUTION: 60% of the patients at a clinic are children. 10% of the children and 1/4 of the adults use alternative medicine. A patient is selected at random. 1) what is the probability t
Log On
Question 189206: 60% of the patients at a clinic are children. 10% of the children and 1/4 of the adults use alternative medicine. A patient is selected at random. 1) what is the probability the slected patient uses alternative medicine? 2) what is the probability that the selected patient is a child that uses alternative medicine? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 60% of the patients at a clinic are children. 10% of the children and 1/4 of the adults use alternative medicine. A patient is selected at random. 1) what is the probability the slected patient uses alternative medicine? 2) what is the probability that the selected patient is a child that uses alternative medicine?
--------------
P(C) = 0.60 ; P(C') = 0.40 ;
P(A|C) = 0.10 ; P(A'|C) = 0.9;
P(A|C') = 0.25 ; P(A'|C') = 0.75
-----------------------------------
Question # 1:
P(A) = P(A and C) + P(A and C')
= P(A|C)P(C) + P(A|C')P(C')
Substitute from above to get answer = 0.1006
---------------------------------------------------
Question # 2
P(C and A) = P(A|C)P(C) = 0.10*0.60 = 0.0006
==================================================
Cheers,
Stan H.