Find how likely the event will occur?

  • Thread starter Thread starter brorsonyao
  • Start date Start date
brorsonyao
Messages
4
Reaction score
0

Homework Statement


P(A) = 0.3
P(B) = 0.5
P (A and B) = 0.2

Find P (Not A, given not A or/and not B)?

The Attempt at a Solution


So I think
P (Not A, given not A or/and not B)=
P (Not A and (Not A or/and Not B)) / P (Not A or/and Not B)

Is this correct? But I don't understand how to calculate P (Not A and (Not A or/and Not B)). Could someone help with this part?
 
Physics news on Phys.org
What you have done so far is correct. To make further progress, it's easier to see what is going on if you use more formal notation.

"not A or/and not B" is better known as

\overline{A} \cup \overline{B}

There is an elementary property that you can use to express this in terms of

A \cap B

That will take care of the denominator. For the numerator,

"not A and (not A or/and not B)"

is more formally written as

\overline{A} \cap (\overline{A} \cup \overline{B})

What sort of distributive laws do you know that will allow you to simplify this?
 
Hi, yeah I didn't know how to write those signs on the forums..

So, could this expression (Not A and (Not A or/and Not B)) then be simplified to (Not A and Not A) and ( Not A and Not B)? This part is what I don't understand..
 
brorsonyao said:
Hi, yeah I didn't know how to write those signs on the forums..

So, could this expression (Not A and (Not A or/and Not B)) then be simplified to (Not A and Not A) and ( Not A and Not B)? This part is what I don't understand..

That's not quite right. The distributive property for sets works like the distributive property for arithmetic. For numbers x, y, and z, you have

x*(y+z) = (x*y) + (x*z)

and analogously if A, B, and C are sets,

A \cap (B \cup C) = (A \cap B) \cup (A \cap C)

Unlike the arithmetic distributive law, which is false if you interchange the * and + symbols, the set distributive law is true if you switch the \cap and \cup:

A \cup (B \cap C) = (A \cup B) \cap (A \cup C)

So in your case, you can write

\overline{A} \cap (\overline{A} \cup \overline{B}) = (\overline{A} \cap \overline{A}) \cup (\overline{A} \cap \overline{B})

which can be further simplified from here. Hint: first simplify (\overline{A} \cap \overline{A}), then apply the appropriate distributive property.

There's also a quicker way to simplify \overline{A} \cap (\overline{A} \cup \overline{B}) without using the distributive law, if you recognize that (\overline{A} \cap \overline{B}) is a set which contains \overline{A} as a subset. But even if you don't notice this shortcut, you will get the same answer either way.

P.S. If you want to learn how to typeset an equation in these forums, you can click on any equation in anyone's message and a popup window will show you exactly what to type.
 
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