Module 5 Flashcards

1
Q

What do you need to calculate probability?

A

The number of trials (n) and the number of outcomes per trial (k).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the formula for multistep probability?

A

Multiply the number of outcomes per trial for all trials. Example: For 3 coins, (2)(2)(2)=8.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is 5!?

A

5!=5×4×3×2×1=120.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a discrete uniform distribution?

A

A distribution where all outcomes are equally likely, like rolling a die.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you validate a probability distribution?

A
  • Probabilities must be between 0 and 1.
  • The sum of probabilities must equal 1.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the probability of rolling two 6’s with two dice?

A

Total outcomes = 6×6=36.
Probability of two 6’s = 1/36
.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How many possible outcomes are there when rolling 5 dice?

A

(6)(6)(6)(6)(6) = 6^5 =7776

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the conditions for a discrete probability distribution?

A

0<P(X=x)<1 for all outcomes.
∑P(X=x)=1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a random variable?

A

A variable that takes on numerical values based on the outcomes of a random event

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a probability mass function (PMF)?

A

A function that assigns probabilities to each value of a discrete random variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the relationship between trials and outcomes in probability?

A

Multiply the number of outcomes for each trial to find total outcomes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the four types of probability distributions?

A

Discrete distributions
Binomial
Poisson

Continuous distributions
Normal
Exponential

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are some examples of a binomial distribution?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the components of a binomial distribution?

A

n: Number of trials.

x: Number of successes.

P: Probability of success.

1−P: Probability of failure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the formula for a binomial probability?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the properties of a binomial experiment?

A

Fixed number of trials (n).

Each trial is independent.

Only two possible outcomes (success/failure).

The probability of success (P) is the same for each trial.

17
Q

What is the difference between discrete and continuous probability distributions?

A

Discrete: Outcomes are countable (e.g., Binomial, Poisson).

Continuous: Outcomes are uncountable and measured over a range (e.g., Normal, Exponential).

18
Q

Binomial Distribution

A

Discrete probability distribution for a fixed number of independent trials, each with two possible outcomes.

19
Q

Poisson Distribution

A

Describes the number of successes in a fixed time or space.
Examples:

Spam emails in a month.
Cars in line at McDonald’s in an hour.

20
Q

Expected Value

A

The weighted average of all possible values for a random variable.

21
Q

Variance

A

Measures spread around the mean.

22
Q

Risk Preferences

A

Risk-Averse: Avoid risk without positive gain.

Risk-Neutral: Focus on expected gain only.

Risk-Loving: Willing to accept risk, even with negative gain.

23
Q

Definition of the Poisson Distribution

A

Used for counting the number of occurrences (successes) of an event over a specific interval of time or space.

A Poisson process satisfies these conditions:

The number of successes in an interval can be any integer from 0 to infinity.

Successes in non-overlapping intervals are independent.

The probability of success is proportional to the size of the interval.

24
Q

Excel Formula for Poisson Distribution

A

Syntax: POISSON.DIST(x, mean, cumulative)

x: The number of occurrences (successes).

mean: The expected value (average rate of occurrence).

Cumulative:
-TRUE: Returns cumulative probability P(X ≤ x).
-FALSE: Returns probability mass P(X = x).

25
Q

Example: Mean = 15, Find P(X=10)

A

Use the formula: POISSON.DIST(10, 15, FALSE).

26
Q

Key Properties of Poisson Random Variable

A

Discrete probability distribution.
Expected value (mean): λ
Variance: λ.

27
Q

Binomial vs. Poisson

A

Binomial Probability: P(6≤X≤11)=P(X≤11)−P(X≤5).
Used for finite trials with success probability (e.g., graduate degree example).

Poisson:
Used for events occurring over time or space (e.g., foreclosures).