Explain The Prosecutor’s Fallacy
The Prosecutor’s Fallacy happens when it is assumed that the probability of innocence given that the evidence matches is equal to the probability of evidence matches given the innocence.
Actually, it is not equal.
Explain chance and sample space
Explain conditional probability
Explain independence, dependence, and how multiplication principle is applied in both cases
Explain mutually exclusive events and how additional principle is applied
When is factorial used?
Factorial is used to figure out the number of ways arranging n distinct objects in a row
What is binomial coefficient?
Binomial coefficients calculate the number of ways arranging n objects of 2 types (x and n-x) in a row.
Or the number of ways we can pick a combination of x objects out of n objects
\binom {n}{k}=\frac {n!}{k!(n-k)!}
What is binary trial?
Binary trial is when ONLY 2 outcomes/things can occue
P(event) = p and P(not event) = 1-p
Describe the binomial theorem
Binomial Theorem is the probability of exactly x events occur in n independent, binary trials given the probability of event occuring is p
(n chooses x)p^x(1-p)^(n-x)