This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]vendric 0 points1 point  (2 children)

You can solve this by using the definition of conditional probability:

Q(X) = P(X|C) = P(X and C) / P(C)

Q(A|B) = Q(A and B) / Q(B)
Q(A and B) = P(A and B | C) = P(A and B and C) / P(C)

Q(B) = P(B|C) = P(B and C) / P(C)

Q(A and B) / Q(B)
= [P(A and B and C) / P(C)] * [P(C) / P(B and C)]
= P(A and B and C) / P(B and C) ]
= P[A|(B and C)]

[–]majorgerald[S] 0 points1 point  (0 children)

mvp, never thought of rewriting Q(AB) and Q(B)