Binomial Distribution Mixed Review

Binomial Distribution Mixed Review

Assessment

Flashcard

Mathematics

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a binomial distribution?

Back

A binomial distribution is a probability distribution that summarizes the likelihood that a value will take one of two independent states and is defined by two parameters: the number of trials (n) and the probability of success (p).

2.

FLASHCARD QUESTION

Front

What are the parameters of a binomial distribution?

Back

The parameters of a binomial distribution are n (the number of trials) and p (the probability of success on each trial).

3.

FLASHCARD QUESTION

Front

How do you calculate the probability of getting exactly k successes in n trials?

Back

Use the formula: P(X = k) = (n choose k) * p^k * (1-p)^(n-k), where (n choose k) = n! / (k!(n-k)!).

4.

FLASHCARD QUESTION

Front

What is the difference between binompdf and binomcdf?

Back

binompdf(n, p, k) calculates the probability of getting exactly k successes in n trials, while binomcdf(n, p, k) calculates the cumulative probability of getting k or fewer successes.

5.

FLASHCARD QUESTION

Front

How do you find the probability of getting at least k successes?

Back

To find the probability of getting at least k successes, use: P(X >= k) = 1 - binomcdf(n, p, k-1).

6.

FLASHCARD QUESTION

Front

How do you find the probability of getting less than k successes?

Back

To find the probability of getting less than k successes, use: P(X < k) = binomcdf(n, p, k-1).

7.

FLASHCARD QUESTION

Front

What is the probability of getting at least 2 successes in 10 trials with p = 0.11?

Back

Use: P(X >= 2) = 1 - binomcdf(10, 0.11, 1).

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?