Question 1117695
You are given two events, A and B with the following conditions.
P(A | B) = 0.30, P(B | A) = 0.60, P(A ∩ B) = 0.18. 
a) Find P(B)
<pre> 
P(A&#8745;B) = 0.18 = P(B&#8745;A)

P(A|B) = P(A&#8745;B)/P(B) = 0.18/P(B) = 0.30
             
                            0.18 = (0.30)P(B)

                       0.18/0.30 = P(B)

                             .60 = P(B)
</pre>                            
b) Are A and B independent? Why?
<pre>
Let's find out.  A and B will be independent  
if and only if P(A&#8745;B) = P(A)&#8729;P(B), so we substitute:
                 0.18 = (0.30)(0.60)
                 0.18 = 0.18

Yes they are equal so A and B are independent.
</pre>
c) Find P(B&#8745;A’)
<pre>
P(A') = 1-P(A) = 1-0.30 = 0.70

Since B and A are independent so are B and A' (proved below) 

so

P(B&#8745;A’) = P(B)&#8729;P(A’) = (0.60)(0.70) = 0.42.

------------------
For your information here is how we prove that 

if B and A are independent so are B and A'

P(B&#8745;A) = P(B)&#8729;P(A)  by the definition of independence

= P(B)[1-P(A')]   since P(A) = 1-P(A')

= P(B)-P(B)&#8729;P(A')  

So,
 
(1)   P(B)P(A') = P(B)-P(B&#8745;A) 
 
Since B&#8745;A' =  B-B&#8745;A and B&#8745;A &#8834; B, 
 
(2)   P(B&#8745;A') = P(B)-P(B&#8745;A)
 
From (1) and (2), P(B&#8745;A') = P(B)&#8729;P(A'), so B and A' are independent.

Edwin</pre>