1 Answers
๐ Quick Study Guide
- ๐ข Definition: The binomial distribution models the probability of obtaining exactly $k$ successes in $n$ independent Bernoulli trials, where each trial has the same probability $p$ of success.
- ๐งช Formula: The probability mass function (PMF) is given by: $P(X = k) = {n \choose k} * p^k * (1-p)^{(n-k)}$, where ${n \choose k} = \frac{n!}{k!(n-k)!}$ is the binomial coefficient.
- ๐ Assumptions:
- ๐ Fixed number of trials ($n$).
- โ Each trial is independent.
- ๐ฒ Two possible outcomes (success or failure).
- ๐ Constant probability of success ($p$) for each trial.
- ๐ Mean: The expected value (mean) of a binomial distribution is $\mu = np$.
- ๐ Variance: The variance is $\sigma^2 = np(1-p)$.
- ๐ก Standard Deviation: The standard deviation is $\sigma = \sqrt{np(1-p)}$.
Practice Quiz
-
A fair coin is tossed 5 times. What is the probability of getting exactly 3 heads?
- 0.250
- 0.3125
- 0.500
- 0.625
-
A multiple-choice test has 20 questions. Each question has 4 options, with only one correct answer. If a student randomly guesses the answer to each question, what is the probability that they will answer exactly 5 questions correctly?
- 0.2023
- 0.1561
- 0.0000
- 0.1029
-
It is known that 30% of the products from a manufacturing process are defective. If 10 products are randomly selected, what is the probability that exactly 2 of them are defective?
- 0.2335
- 0.3000
- 0.0000
- 0.2668
-
A basketball player makes 70% of their free throws. If they attempt 8 free throws in a game, what is the probability they make exactly 6?
- 0.2965
- 0.2541
- 0.5282
- 0.0808
-
A certain medication is effective in 80% of patients. If 12 patients are given the medication, what is the probability that it will be effective for at least 10 patients?
- 0.2835
- 0.5580
- 0.8000
- 0.9313
-
Suppose a die is tossed 9 times. What is the probability of getting a '3' exactly twice?
- 0.2791
- 0.2341
- 0.1000
- 0.3021
-
If $X \sim B(15, 0.4)$, find $P(X = 6)$.
- 0.2066
- 0.0000
- 0.4000
- 0.6000
Click to see Answers
- B
- A
- A
- A
- D
- A
- A
Join the discussion
Please log in to post your answer.
Log InEarn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! ๐