Conditional Probability & Independence

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 7K views
exitwound
Messages
291
Reaction score
1

Homework Statement



One satellite is scheduled to be launched form Cape Canaveral in Florida, and another launching is scheduled for Vandenberg AFB in California. Let A denote the event that the Vandenberg launch goes off on schedule, and let B represent the event that the Cape Canaveral launch goes off on schedule. If A and B are independent events with P(A)>P(B) and P(A u B) = .626, P(A ∩ B) = .144, determine the values of P(A) and P(B).

The Attempt at a Solution



This is a practice problem. I have the answers of .45 & .32. I have no idea how to get them.

I know that if P(A|B) = P(A), then the two probabilities are independent.

I also know that P(A|B)P(B) = P(A ∩ B) .

I don't know how to do this problem.
 
Physics news on Phys.org
exitwound said:

The Attempt at a Solution



I know that if P(A|B) = P(A), then the two probabilities are independent.

I also know that P(A|B)P(B) = P(A ∩ B) .

I don't know how to do this problem.

Well then you know that P(A|B)P(B) = P(A ∩ B) simplifies to P(A∩B)=P(A)P(B).

P(A u B) should be the same as P(A)+P(B)
 
I actually got those two equations:

[itex] P(A \cup B)=P(A)+P(B)-P(A \cap B)[/itex]
and
[itex] P(A\cap B)=P(A)P(B)[/itex]

I end up with two equations with two unknowns, but I can't come up with any answers that work.
 
Yup. And it comes out with no solutions. I've tried like 10 times.
 
[itex] P(A \cup B)=P(A)+P(B)-P(A \cap B)[/itex]
and
[itex] P(A\cap B)=P(A)P(B)[/itex]

[tex] P(A)=\frac{P(A\cap B)}{P(B)}[/tex]

[tex] P(A \cup B)=\frac{P(A\cap B)}{P(B)}+P(B)-P(A \cap B)[/tex]

[tex] P(A \cup B)=P(A\cap B)+P(B)^2-P(A \cap B)P(B)[/tex]

[itex] .626=.144+P(B)^2-.144P(B)[/itex]

[itex]P(B)^2-.144P(B)-.770=0[/itex]
 
[tex] P(B)P(A \cup B)=P(A\cap B)+P(B)^2-P(A \cap B)P(B)[/tex]

[tex].626P(B)=.144+P(B)^2-.144P(B)[/tex]
[tex]0 = .144+P(B)^2-.770P(B)[/tex]

Still no solutions.
 
Oh. I'm a doofus. The coefficient of P(B)^2 is 1, not 0. Thanks for the help.