Module 5 Flashcards
What do you need to calculate probability?
The number of trials (n) and the number of outcomes per trial (k).
What is the formula for multistep probability?
Multiply the number of outcomes per trial for all trials. Example: For 3 coins, (2)(2)(2)=8.
What is 5!?
5!=5×4×3×2×1=120.
What is a discrete uniform distribution?
A distribution where all outcomes are equally likely, like rolling a die.
How do you validate a probability distribution?
- Probabilities must be between 0 and 1.
- The sum of probabilities must equal 1.
What is the probability of rolling two 6’s with two dice?
Total outcomes = 6×6=36.
Probability of two 6’s = 1/36
.
How many possible outcomes are there when rolling 5 dice?
(6)(6)(6)(6)(6) = 6^5 =7776
What are the conditions for a discrete probability distribution?
0<P(X=x)<1 for all outcomes.
∑P(X=x)=1.
What is a random variable?
A variable that takes on numerical values based on the outcomes of a random event
What is a probability mass function (PMF)?
A function that assigns probabilities to each value of a discrete random variable.
What is the relationship between trials and outcomes in probability?
Multiply the number of outcomes for each trial to find total outcomes.
What are the four types of probability distributions?
Discrete distributions
Binomial
Poisson
Continuous distributions
Normal
Exponential
What are some examples of a binomial distribution?
A customer defaults or does not default on a loan.
A consumer reacts positively or negatively to a social media campaign.
A drug is either effective or ineffective.
What are the components of a binomial distribution?
n: Number of trials.
x: Number of successes.
P: Probability of success.
1−P: Probability of failure.
What is the formula for a binomial probability?
P(X=x)= (n x) P^x (1– P)^n-x
(n x) = number of ways to choose x successes out of n trials
P^z = probability of x successes
(1 – P)^n-x = probability of n–x failures