Chapter 6: Problem 8
Check each binomial distribution to see whether it can be approximated by a normal distribution (i.e., are \(n p \geq 5\) and \(n q \geq 5 ?\) ). a. \(n=50, p=0.2\) b. \(n=30, p=0.8\) c. \(n=20, p=0.85\)
Short Answer
Expert verified
Binomials a and b can be approximated by a normal distribution, but c cannot.
Step by step solution
01
Define Parameters and Conditions
In a binomial distribution, we have \( n \) (number of trials) and \( p \) (probability of success). The mean \( \mu \) of the distribution is \( n \times p \) and \( q = 1 - p \) is the probability of failure. We check if \( n \times p \geq 5 \) and \( n \times q \geq 5 \) to determine if we can approximate the distribution with a normal distribution.
02
Calculate for Exercise a
For \( n = 50 \) and \( p = 0.2 \): - Calculate \( n \times p = 50 \times 0.2 = 10 \). - Calculate \( q = 1 - 0.2 = 0.8 \) and \( n \times q = 50 \times 0.8 = 40 \). Both calculations give results greater than 5, so it can be approximated by a normal distribution.
03
Calculate for Exercise b
For \( n = 30 \) and \( p = 0.8 \): - Calculate \( n \times p = 30 \times 0.8 = 24 \). - Calculate \( q = 1 - 0.8 = 0.2 \) and \( n \times q = 30 \times 0.2 = 6 \). Both calculations give results greater than 5, so it can be approximated by a normal distribution.
04
Calculate for Exercise c
For \( n = 20 \) and \( p = 0.85 \): - Calculate \( n \times p = 20 \times 0.85 = 17 \). - Calculate \( q = 1 - 0.85 = 0.15 \) and \( n \times q = 20 \times 0.15 = 3 \). Since \( n \times q = 3 \) is less than 5, it cannot be approximated by a normal distribution.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Normal Approximation
The normal approximation is a useful technique when working with binomial distributions. Sometimes, especially with large sample sizes, calculating exact probabilities for a binomial distribution can be tedious. This is where the normal approximation comes into play. By using a normal distribution to approximate a binomial distribution, we can simplify our calculations significantly.
To decide if a binomial distribution can be approximated by a normal distribution, we check two conditions:
To decide if a binomial distribution can be approximated by a normal distribution, we check two conditions:
- The product of the number of trials \( n \) and the probability of success \( p \) should be at least 5, \( n \times p \geq 5 \).
- The product of the number of trials \( n \) and the probability of failure \( q \) (which is \( 1 - p \)) should also be at least 5, \( n \times q \geq 5 \).
Probability of Success
In a binomial experiment, the probability of success \( p \) plays a crucial role. It represents the likelihood of a desired outcome occurring in a single trial. For instance, if we flip a fair coin, the probability of success for landing heads might be \( p = 0.5 \).
To employ the normal approximation, the multiplication of this probability of success \( p \) by the total number of trials \( n \) should result in at least 5. This ensures that there are enough expected successes to justify the use of the normal distribution. For example, if we have 100 trials and a \( p = 0.1 \), then \( n \times p = 10 \), which satisfies our condition, making it ripe for normal approximation usage.
To employ the normal approximation, the multiplication of this probability of success \( p \) by the total number of trials \( n \) should result in at least 5. This ensures that there are enough expected successes to justify the use of the normal distribution. For example, if we have 100 trials and a \( p = 0.1 \), then \( n \times p = 10 \), which satisfies our condition, making it ripe for normal approximation usage.
Number of Trials
The number of trials, denoted by \( n \), is simply the total count of attempts or experiments in a binomial distribution. It determines the scale on which your success and failure probabilities shoot. The larger the \( n \), the more accurate your normal approximation becomes.
When calculating whether to use a normal approximation, both \( n \times p \) and \( n \times q \) are multiplied by \( n \) to check if both products are greater than or equal to 5. This step ensures that our sample has enough data points to use the normal distribution safely. It acts as a check that both successes and failures are well-represented in our experiment.
When calculating whether to use a normal approximation, both \( n \times p \) and \( n \times q \) are multiplied by \( n \) to check if both products are greater than or equal to 5. This step ensures that our sample has enough data points to use the normal distribution safely. It acts as a check that both successes and failures are well-represented in our experiment.
Probability of Failure
Once you know the probability of success \( p \), determining the probability of failure \( q \) is straightforward. It is simply \( q = 1 - p \). This probability is crucial in experiments where we need to account for not just the successes but also the misses or alternate outcomes.
For a normal approximation to be valid, you must have enough failures to make the distribution symmetric. This means ensuring \( n \times q \), the expected number of failures, is at least 5.
For a normal approximation to be valid, you must have enough failures to make the distribution symmetric. This means ensuring \( n \times q \), the expected number of failures, is at least 5.
- If \( p = 0.7 \), then \( q = 0.3 \).
- If you have 50 trials, the expected failures can be calculated as \( n \times q = 50 \times 0.3 = 15 \).