Tips Flashcards
1
Q
Tip:
Remember that how you define S, it might help you to use some tools rather than others.
A
Example:
6 Green and 4 Red marbles:
S = {R,G}
OR
S={1,2,3,4,5,6,7,8,9,10}
where numbers 1-4 are red and 5-10 are green.
2
Q
Tip:
How to find P(A inter B)
A
- A and B are disjoint so P(A inter B) = 0
- A and B are independent P(A inter B) = P(A) P(B)
- A and B are dependent and you know P(A|B) or P(B|A) P(A inter B) = P(A|B) P(B) or P(A inter B) = P(B|A) P(A)
3
Q
Tip: Sampling without replacement
Then the events are dependent
A