Exam Questions and Answers
Permutation Equation - Correct Answers: n = objects total
r = objects selected
Here order is important
Combinations Equation - Correct Answers: n = objects total
r = objects selected
Here order is not important
Baye's Theorem - Correct Answers: P(B|A) = [P(B_r) P(A/B_r)]/[∑ P(B_i) P(A/B_i)]
B_i or B_r = is the % probability
P(A/B_r) = is the fraction of the event (which is given)
Conditional Probability - Correct Answers: Usually used when finding the probability of an event (A)
happening given that another event (B) has occurred.
Binomial Distribution - Correct Answers: b(x; n, p) = (n x) p^x (1-p)^(n-x)
x = # of successes
n = # of Bernoulli trials
p = probability of success
Note: If given B(x; n, p) then refer to the given table.
Used when finding the probability of observing "x" successes in a "n"# of trials. (Successes is the number
you count up to)
, Just a series of Bernoulli trials, used when their outcomes have no impact on future outcomes. The
probability for success or failure is the same for each trial.
For each trial:
success = p
failure = 1-p
Hypergeometric Distribution - Correct Answers: h(x; n, a, N) = [(a x)(N-a n-x)]/(N n)
x = probability of getting "x" successes (# we count up to)
n = sample size
a = # of successes in a lot
N = lot/population size
Used when you start sampling without replacement, this therefor changes the probability so trials are
not independent.
To check that your #'s are set up correctly:
a+ (n-a) = N
x+ (n-x) = n
When the problem says:
'x' or more
at least 'x'
Take: 1 - sum of the probabilities
Ex: for 2 more more:
1 - [P(x=0)+P(x=1)]
When the problem says:
anywhere from 'x' to 'x'