Independence and conditional probability

island-boy
Messages
93
Reaction score
0
if X and Y are events which are independent of each other, but neither are independent with A,

is this equality true for conditional probabilities:
P( X, Y | A) = P(X|A) * P(Y|A)

if not,
how do you solve for P(A | X,Y)
given that you only know P (A) and P(X|A) and P(Y|A)?

The reason I came up with the above probability where I have:
P(A| X, Y) = \frac {P(X, Y | A) P(A)}{P(X, Y |A) P(A) + P(X, Y | A^c) P (A^c)}
is that I used Baye's Thm.

Note: P(X, Y |A) is not given.
 
Physics news on Phys.org
First, by P(X,Y) do you mean P(X and Y) or do you mean P(X or Y)?

Assuming that you mean P(X and Y) then, yes, since X and Y are independent, P(X)= P(Y) so P(X and Y| A)= P(X|A)P(Y|A).
 
Cheers for the help, HallsofIvy.

well, this is how it is stated in the problem:
X is the event of testing negative in a drug test
Y is the event of testing positive in the drug test
A is the event of having a disease.

Given that a person went to have a drug test three times, testing positive once and negative twice. What is the probability he has a disease?

here, X and Y are mutually exclusive events. However, are X_1 and X_2 mutually exclusive? It would seem that testing thrice would mean the question is asking for the union of the 3 events. Is this correct?

so would the solution be
P(A| X, X, Y) = \frac {P(X|A)P(X|A)P(Y|A)P(A)}{P(X|A^c)P(X|A^c)P(Y|A^c)P(A^c)} ?
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top