1
$\begingroup$

Probability of A = $87\%$ Probability of B = $37\%$ Probability of both A and B = $25\%$

I've determined that the probability of A or B = $97\%$, the probability of not A and not b = $3\%$

I'm not quite sure how to proceed to determine the probably of "not A or not B". I have a feeling it's equal to $1 - P( A \text{ and } B)$ but don't really understand if this is right, and if yes, why?

  • 0
    De Morgan's law: $A^C \cup B^C = (A \cap B)^C$.2017-01-29
  • 0
    I Understand De Morgans law, but in stats does simply stating not mean that nota= 1 - (theProbability of A)? In this case I obtained 75%, but to me' if you don't want A or B to happen then Should it not also be 3% where is this extra 72% coming from?2017-01-29
  • 0
    Yes, $P(X^C)=1-P(X)$ for every measurable set $X$. So if you put $X=A \cap B$, you get $$P(A^C \cup B^C)=1-P(A \cap B)$$ since by de Morgan's law, $X^C=A^C \cup B^C$.2017-01-29
  • 0
    In your comment you say "you don't want A or B to happen". That sounds to me like you are thinking "A doesn't happen" and "B doesn't happen", that is, "not A and not B", which isn't what your question asked. Perhaps this is causing confusion.2017-01-29
  • 0
    @David I also think that is what is causing confusion. I don't understand what the difference is.2017-01-30

1 Answers 1

1

This is sort of a reply to the OP's comment, but I believe it addresses the confusion in the question.

IMHO the best way to understand basic logic is to think about common language situations - though always remembering that common language is not always as precise as we need for mathematics.

Suppose you are interested in taking two subjects,say MAT234 and CSC567, but they are scheduled at the same time and you can't do both. Then you have to skip one or the other.

Now notice that in the previous paragraph we have described the same situation in two ways. If M means "I will take MAT234" and C means "I will take CSC567", we have

not (M and C)

and

(not M) or (not C)

These mean the same thing, which is one of De Morgan's laws. Note that it includes the possibility that you change your mind and do neither subject: this works fine with the above formulae since in mathematics we always take "or" to mean the inclusive or, unless clearly specified otherwise.

If you say as in your comment "you don't want M or C to happen", that means you won't take either of the subjects, that is,

not ( M or C )

which is the same as saying you will do neither,

(not M) and (not C)

  • this is De Morgan's other law. Note it is not the same as saying you won't take both subjects as we discussed above.

Hope this helps.

  • 0
    Nice answer, +1.2017-01-30
  • 0
    @David I think my problem goes deeper then that. I understand De Morgans. What I'm having issue is the difference between not A and not B, and, not A or not B. I'm trying to find a Diagram of it so I can visually Picture it, but I'm not having any luck. Edit: I've been doing my stats work by picturing diagrams in my head, but I can't picture what not a or not b represents. If I look at this diagram, I can't seem to locate not A or not B. Where is it?! I can't seem to locate not (A and B) https://astarmathsandphysics.com/igcse-maths/the-regions-on-a-two-set-venn-diagram-html-m5bebdd77.gif2017-01-30
  • 0
    (1) "not A or not B" consists of regions which are outside the A region, or outside the B region, or both, while (2) "not (A and B)" consists of everything except the $A\cap B$ region. Regions (1) and (2) are the same.2017-01-30