Conditional Probability & Independence

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)
 
rock.freak667 said:
P(A u B) should be the same as P(A)+P(B)
That's not correct. You'd be double-counting when A and B occur simultaneously. It should be

P(A \cup B)=P(A)+P(B)-P(A \cap B).
 
I actually got those two equations:

<br /> P(A \cup B)=P(A)+P(B)-P(A \cap B)<br />
and
<br /> P(A\cap B)=P(A)P(B)<br />

I end up with two equations with two unknowns, but I can't come up with any answers that work.
 
Solve for P(A) in the second equation and plug it into the first, then multiply through by P(B). You'll end up with a quadratic equation.
 
Yup. And it comes out with no solutions. I've tried like 10 times.
 
You must be making an algebra error somewhere. I did the same thing and got the expected answer. Why don't you post your work so we can see where you might have gone astray?
 
<br /> P(A \cup B)=P(A)+P(B)-P(A \cap B)<br />
and
<br /> P(A\cap B)=P(A)P(B)<br />

<br /> P(A)=\frac{P(A\cap B)}{P(B)}<br />

<br /> P(A \cup B)=\frac{P(A\cap B)}{P(B)}+P(B)-P(A \cap B)<br />

<br /> P(A \cup B)=P(A\cap B)+P(B)^2-P(A \cap B)P(B)<br />

<br /> .626=.144+P(B)^2-.144P(B)<br />

P(B)^2-.144P(B)-.770=0
 
You forgot to multiply the lefthand side by P(B).
 
  • #10
<br /> P(B)P(A \cup B)=P(A\cap B)+P(B)^2-P(A \cap B)P(B)<br />

.626P(B)=.144+P(B)^2-.144P(B)
0 = .144+P(B)^2-.770P(B)

Still no solutions.
 
  • #11
Well, your equation is correct, and it has the aforementioned solutions. All I can suggest is you check your work again carefully.
 
  • #12
Oh. I'm a doofus. The coefficient of P(B)^2 is 1, not 0. Thanks for the help.
 
Back
Top