Probability Flashcards
for overlapping venn diagrams, what does P(A u B) equal
P(A u B) = P(A) + P(B) - P(A n B)
what does it mean if events A and B are mutually exclusive
A and B cant happen at the same time, AKA there’s no P(A n B)
what does P(A u B) equal for mutually exclusive events
P(A u B) = P(A) + P(B)
for independent events, what does P(A n B) equal
P(A n B) = P(A) + P(B)
how do you denote the probability of A happening given that B happens
P(A|B)
what does P(A|B) equal
P(A|B) = P(A n B) / P(B)
what is the relationship between the events A and B if P(A|B) = P(A|B’) and why (B’ = not B)
- the events A and B are independent
- because the probability of A happening if not influenced by whether B happens
what is the permutations formula for permuting r objects from a total of 10
nPr = n! / (n - r)!
when do you use the permutations formula
when the order that events happen matters
what is the combinations formula for combining r articles from n
nCr = n! / [(n - r)!*r!]
what is the formula for the mean, μ, of a total sample size N
μ = Σ(i = 1 to N) of x(i) / N
using the same symbols for the formula of the mean, what is the formula for the variance, σ^2
σ^2 = Σ(i = 1 to N) of (x(i) - μ)^2) / N
what is the formula for the standard deviation, σ
the square root of the variance
how would you calculate what percentage of data lies within x standard deviations of the mean, x being an arbitrary number
- multiply the standard deviation σ by x
- add and subtract this number to / from the mean to get the mean range
- count the number of data values that lie within this range
- calculate the percentage relative to all the data values
what is the formula for the mean, m, of an actual sample (fraction of the total sample) with size n
m = Σ(i = 1 to n) of x(i) / n