Question 1206244: Suppose that
P(A) = 0.3
and
P(A ∩ B) = 0.06.
Find
P(B|A). Found 3 solutions by Theo, ikleyn, greenestamps:Answer by Theo(13342) (Show Source):
P(B|A) is the conditional probability that event B will happen given that event A happens.
P(A ∩ B)
By the definition, P(B|A) = ----------.
P(A)
Substitute the numbers and get P(B|A) = = = 0.2. ANSWER
The basic definition of probability is this:
# of ways event can happen
P(event) = ------------------------------
total # of possible outcomes
By definition, P(B|A) is the probability that B happens, given that A happens.
With that definition, the denominator of the probability fraction is the probability that A happens, because the only part of the sample space you are concerned with is the outcomes in which A happens. And the numerator is the probability that both A and B happen:
P(A ∩ B)
P(B|A) = ----------
P(A)
In your problem, the given information is the numerator and denominator of this fraction, so
.06
P(B|A) = ----- = 0.2
0.3