How Do You Calculate P(A∩B) in Probability Theory?

  • Context:
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Probability
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
View attachment 1135
this is an image of the problem as given, mostly to avoid typo's, but (b) seems to contain a notation that I don't recognize.

well for $$(a)$$ find $$p(A\cap B)$$

from the counting Formula:
$$n(A\cup B)=n(A)+n(B)-n(A\cap B)$$

replacing $n$ for $p$ and isolating $$p(A\cap B)$$
$$p(A\cup B)-p(A)-p(B)=p(A\cap B)$$
so..
$1-0.6-0.8=-0.4=p(A\cap B)$

(b) ?
 
Physics news on Phys.org
Hi karush,

For (a) you have the right idea but mixed up your signs a bit.

$P[A \cup B]=P[A]+P-P[A \cap B]$. We want to solve for $P[A \cap B]$.

$P[A \cap B]=P[A]+P-P[A \cup B]$.

Can you solve it from there?

(b) I'm going to guess that the "C" means "compliment". Normally we write this as $P[A' \cup B']$ or $P[A^c \cup B^c]$. There are some special and useful rules, called De Morgan's laws, that allow us to manipulate expressions like this. Have you seen these before?
 
$$P[A \cap B]=P[A]+P-P[A \cup B]$$

$$0.4=0.6+0.8-1$$

i am am looking at De Morgan's laws it new to me...

I did see this

https://www.physicsforums.com/attachments/1136
 
Exactly! :)

Notice that $P[A' \cup B']=P[A \cap B]'=1-P[A \cap B]$ and you'll be done.
 
Jameson said:
Exactly! :)

Notice that $P[A' \cup B']=P[A \cap B]'=1-P[A \cap B]$ and you'll be done.

$$P[A' \cup B']=P[A \cap B]'=1-P[A \cap B]$$
$$

0.6=1-0.4$$

really that it!