2.5.2 Binomial Flashcards

1
Q

What is a binomial distribution?

A

A discrete probability distribution that counts the number of successes in a fixed number of independent Bernoulli trials.

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

What conditions must be met for a binomial distribution?

A
  1. A fixed number of trials (n).
  2. Each trial has only two outcomes (success or failure).
  3. The probability of success (p) is constant across trials.
  4. The trials are independent of each other.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do we denote that a random variable X follows a binomial distribution?

A

X ∼ Binomial(n, p), meaning X counts the number of successes in n trials with success probability p.

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

What is the probability mass function (PMF) of a binomial random variable?

A

The probability of getting exactly k successes in n trials is:
P(X = k) = \binom{n}{k} p^k (1 - p)^{n - k}
where \binom{n}{k} is the number of ways to arrange k successes in n trials.

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

What is the sum of all probabilities in a binomial distribution?

A

The total probability must always add up to 1, meaning:
\sum_{k=0}^{n} P(X = k) = 1

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

What is the mean (expected value) of a binomial distribution?

A

The expected number of successes in n trials is:
E[X] = n p

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

What is the variance of a binomial distribution?

A

The formula for variance is:
Var(X) = n p (1 - p)

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

What happens to the binomial distribution when n = 1?

A

It becomes a Bernoulli distribution, which is just a single success/failure trial.

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

What happens if you sum multiple binomial random variables?

A

The sum of binomial random variables with the same success probability is also binomial, where the new n is the total number of trials.

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

When can we assume trials are independent in a binomial setting?

A

When sampling with replacement.
When sampling without replacement from a very large population.

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

When is the binomial distribution not valid?

A

When sampling without replacement from a small population, because the probability of success changes with each trial.

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