Probability Flashcards
What is probability?
success / attempts
Random meaning
- every individual event is unpredictable
- the overall pattern is completely predictable
P(A)
Probability of A
P(not A)
1 - P(A)
Approximate rules
"or" = add "and" = multiply
Generalized rule P(A or B)
= P(A) + P(B) - P(A & B)
What does mutually exclusive?
- means that its disjoint
- its impossible for both A and B to happen at the same time
- possibilities:
a. A happens
b. B happens
c. neither A or B
P(A and B) = 0
used in dice, coins, cards
If A and B aren’t mutually exclusive…
A and B can happen together
What are independent events?
2 events that have no effect on each other
with replacement vs without replacement
with replacement:
- whatever choice happens, the choice is placed back in the pile
- each choice comes from newly randomized collection
without replacement:
- each choice comes from a smaller collection
What is the generalized “And” rule?
P(A & B) = P(A) x (P(A | B) )
= P(B) x (P(B | A) )
What are independent events?
2 events that have no effect on each other
Define the binomial situation:
- probability of success is given or obvious
- # trials n is decided beforehand
- what is the probability of r successes in n trials
When are conditions of “mutually exclusive” and “independent” most common?
Most common with dice, coins, cards, etc.
T/F Selection processes that are without replacement are never independent
TRUE
Suppose we roll a six-sided die 8 times. What is the probability that we will roll at least one six?
Need to think about it using combination formula: At least one 6 includes: 1 six 2 sixes 3 sixes 4 sixes 5 sixes 6 sixes 7 sixes exactly 8 sixes out of 9 possibilities
But you can use the complement rule here:
- probability that it’s not a 6 is 5/6
1 - (5/6)^8 = 0.76
When should you use the complement rule?
When there is a question contains an “at least scenerio”
In a class of 40 students, 12 are left-handed and the other 28 are right-handed. If two students are chosen at random, what’s the probability that one is left-handed and one is right-handed?
How do you approach this problem
Count the number of ways to get a L and R handed choice LL RR LR RL 2 ways out of 4
Solve for the specific probability of each of the two scenarios. Know that selections are not independent and there is no replacement.