Solving for P(A) in Probability of Events: A^c U B = 0.6 and A^c U B^c = 0.8

  • Thread starter Thread starter notorious9000
  • Start date Start date
  • Tags Tags
    Events Probability
notorious9000
Messages
11
Reaction score
0
I'm having difficulty time of trying to figure out answer.

Question:
P(A^c U B) = 0.6
P((A^c U B^C) = 0.8
Find P(A) ?

Sol:
P(A^c U B) = P(A^c) + P(B) - P(A^c Intersection B)
P(A^c U B^c) = P(A^c) + P(B^c) - P(A^c Intersection B^c)
0.6 + 0.8 = 2*P(A^c) + 1 - P(A^c) <==== HOW ?
P(A^c)=0.4, P(A)=1-P(A^c)=0.6

PROBLEM:
I have the solution, but I don't get how he got "- P(A^c)"
I think my instructor skipped some steps.
 
Last edited:
Physics news on Phys.org
it should be clear it you write out the steps
P(A^c \cup B) = P(A^c) + P(B) - P(A^c \cap B)
P(A^c \cup B^c) = P(A^c) + P(B^c) - P(A^c \cap B^c)

now add them together
P(A^c \cup B^c) + P(A^c \cup B) = 2P(A^c) + (P(B^c)+P(B)) - (P(A^c \cap B^c) +P(A^c \cap B) )

now see if you can fill in the last bit
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top