professor-curious-logo

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

E(X)=npE(X) = n * p

Flip to see [answer/question]
Flip to see [answer/question]

All Flashcards

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

E(X)=npE(X) = n * p

What is the formula for the standard deviation of a binomial distribution?

σx=np(1p)σ_x = \sqrt{n * p * (1-p)}

What is the formula for the 10% condition?

n < 0.10N, where n is the sample size and N is the population size.

Explain the concept of independence in the context of binomial trials.

The outcome of one trial does not affect the outcome of any other trial.

Explain the importance of the 'Binary' condition in a binomial setting.

Each trial must have only two possible outcomes: success or failure. This is fundamental to the binomial model.

Explain why the 10% condition is important when sampling without replacement.

It ensures that removing one item from the population doesn't significantly change the probabilities for subsequent draws, allowing us to treat trials as approximately independent.

Explain the meaning of the expected value in a binomial distribution.

It represents the average number of successes you would expect over many repetitions of the experiment.

Explain what 'n' represents in the context of a binomial distribution.

'n' represents the number of independent trials performed in the experiment. This number must be fixed in advance.

Explain what 'p' represents in the context of a binomial distribution.

'p' represents the probability of success on a single trial. This probability must be the same for each trial.

What are the differences between the conditions when sampling with and without replacement?

With replacement: Trials are always independent. | Without replacement: Check the 10% condition (n < 0.10N) to approximate independence.

What are the differences between mean and standard deviation?

Mean: Average number of successes expected. | Standard Deviation: Typical variation of the number of successes from the mean.