How to find P(B)?

Harry_the_cat

Elite Member
Joined
Mar 16, 2016
Messages
3,782
I think my brain is fried. I have a problem which I thought would be easy but am missing something.

The problem boils down to knowing that P(A) = 0.25, P(B!A) = 0.8, P(B!A') = 0.1.

I have calculated P(A and B) = 0.2 and P(A' and B')=0.675.

Also calculated P(A' and B) = 0.075 and P(A and B') = 0.05.

Can someone please point me to the path to find P(B)?
 
P(B and A) + P(B and A') = P(B) right?

Yes it does.

So P(B) = 0.2 + 0.075 = 0.275. Correct?

I think my brain works again! ??
 
P(B  A)=P(B & A)P(A)    P(B & A)=0.250.8=0.2.P(¬A)=1P(A)=10.25=0.75.P(B  ¬A)=P(B & ¬A)P(¬A)    P(B & ¬A)=0.750.1=0.075.P(B)=P(B  A)+P(B  ¬A)=0.2+0.075=0.275.P(B \ | \ A) = \dfrac{P(B \ \& \ A)}{P(A)} \implies P(B \ \& \ A) = 0.25 * 0.8 = 0.2.\\ P(\neg A) = 1 - P(A) = 1 - 0.25 = 0.75.\\ P(B \ | \ \neg A) = \dfrac{P(B \ \& \ \neg A)}{P(\neg A)} \implies P(B \ \& \ \neg A) = 0.75 * 0.1 = 0.075.\\ P(B) = P(B \ | \ A) + P(B \ | \ \neg A) = 0.2 + 0.075 = 0.275.
You deserve a saucer of cream.
 
The problem boils down to knowing that P(A) = 0.25, P(B!A) = 0.8, P(B!A') = 0.1.
Here is my short way.
P(BA)=P(BA)P(A)=0.8\mathcal{P}(B|A)=\dfrac{\mathcal{P}(B\cap A)}{\mathcal{P}(A)}=0.8. Because P(A)=0.25\mathcal{P}(A)=0.25 we get P(AB)=0.2\mathcal{P}(A\cap B)=0.2.
Likewise from P(BAc)=0.1\mathcal{P}(B|A^c)=0.1 we get P(AcB)=0.075\mathcal{P}(A^c\cap B)=0.075.
So P(B)=P(AB)+P(AcB)=0.2+0.075=0.275\mathcal{P}(B)=\mathcal{P}(A\cap B)+\mathcal{P}(A^c\cap B)=0.2+0.075=0.275

P\mathcal{P}
 
Top