Solving Probability of A & B: Find P(B)

  • Thread starter Thread starter brendan
  • Start date Start date
AI Thread Summary
Given P(A) = 0.4 and P(A or B) = 0.9, the relationship between independent events A and B is established through the equations P(A and B) = P(A)P(B) and P(A or B) = P(A) + P(B) - P(A and B). By substituting the known values into the equation, it simplifies to 0.9 = 0.4 + P(B) - 0.4P(B). Solving this results in P(B) = 0.833 and P(A and B) = 0.33. The calculations demonstrate the application of probability rules for independent events effectively.
brendan
Messages
64
Reaction score
0
Hi Guys,
I have been given the following Question.
Given that P(A) = 0.4 and P(AorB) = 0.9 Find P(B) if A and B are independent.

I know That if the're independent

P(A&B) = P(A)P(B)

P(AorB) = P(A) + P(B) - P(A&B)

And as the're independent

P(A|B) = P(A)

and

P(A|B) = P(A&B)/P(B)


As P(A&B) = P(A) + P(B) - P(A&B)


I know P(A) = 0.4, P(A|B) = 0.4 P(AorB)= 0.9 and

P(AorB) <= P(A) + P(B)
0.9 <= 0.4 + P(B)
Which implies that P(B) <= 0.5

I'm Trying to find P(B) however I'm having a lot of difficulty finding P(A&B).

Could someone please point me in the right direction of finding P(A&B)?

Kindest regards
Brendan
 
Physics news on Phys.org
brendan said:
Hi Guys,
I have been given the following Question.
Given that P(A) = 0.4 and P(AorB) = 0.9 Find P(B) if A and B are independent.

I know That if the're independent

P(A&B) = P(A)P(B)

P(AorB) = P(A) + P(B) - P(A&B)

And as the're independent

P(A|B) = P(A)

and

P(A|B) = P(A&B)/P(B)


As P(A&B) = P(A) + P(B) - P(A&B)
Typo: that last "P(A&B)" should be P(AorB)


I know P(A) = 0.4, P(A|B) = 0.4 P(AorB)= 0.9 and

P(AorB) <= P(A) + P(B)
0.9 <= 0.4 + P(B)
Which implies that P(B) <= 0.5

I'm Trying to find P(B) however I'm having a lot of difficulty finding P(A&B).

Could someone please point me in the right direction of finding P(A&B)?

Kindest regards
Brendan
You have already said that P(A&B)= P(A)P(B) because they are independent.
P(AorB)= P(A)+ P(B)- P(A&B)= P(A)+ P(B)- P(A)P(B).

You are told that P(A)= 0.4 and P(AorB)= 0.9. That equation becomes
0.9= 0.4+ P(B)- 0.4P(B). Solve that equation.
 
Thanks a lot for your help I really appreciate it
0.9= 0.4+ P(B)- 0.4P(B). Solve that equation.

p(B) = .833 and p(A&B) = .33

I will be remembering that one!

regards
Brendan
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top