Exercise
Answer
The minimum force required to break a particular type of cable is normally distributed with a mean [math]\mu = 12,432[/math] and a standard deviation [math]\sigma = 25[/math]. We need to determine the probability that a randomly selected cable will not break under a force of 12,400. This implies that the breaking strength ([math]Y[/math]) of the cable must be greater than 12,400. First, we standardize the value [math]Y = 12,400[/math] using the Z-score formula:
We have a random sample of [math]n = 400[/math] cables. From Step 1, the probability that any single cable in this sample will not break under a force of 12,400 is [math]p = 0.9[/math]. Let [math]N[/math] be the random variable representing the number of cables in the sample that will not break. Since each cable's outcome is independent, and there are a fixed number of trials ([math]n=400[/math]) with two possible outcomes (break or not break) and a constant probability of success ([math]p=0.9[/math]), [math]N[/math] follows a binomial distribution. Therefore, [math]N \sim \operatorname{Binomial}(n=400, p=0.9)[/math].
Given the large number of trials ([math]n = 400[/math]), the binomial distribution can be accurately approximated by a normal distribution. This approximation is generally considered appropriate when both [math]np \gt 5[/math] and [math]n(1-p) \gt 5[/math]. Let's check these conditions:
- [math]np = 400 \times 0.9 = 360[/math] (which is [math]\gt 5[/math])
- [math]n(1-p) = 400 \times (1 - 0.9) = 400 \times 0.1 = 40[/math] (which is [math]\gt 5[/math])
Since both conditions are met, we can use the normal approximation. The parameters for this approximating normal distribution are:
- Mean ([math]\mu_N[/math]):
- Standard Deviation ([math]\sigma_N[/math]):
We are asked to calculate the probability that at least 349 of the selected cables will not break, which is [math]\operatorname{P}(N \ge 349)[/math]. When approximating a discrete distribution (binomial) with a continuous distribution (normal), a continuity correction is applied. To approximate [math]\operatorname{P}(N \ge k)[/math] for a discrete variable [math]N[/math], we use [math]\operatorname{P}(N_{approx} \ge k - 0.5)[/math] for the continuous approximation. Applying the continuity correction to our target value [math]k=349[/math]:
- Understanding how to calculate probabilities for a normal distribution by standardizing values to Z-scores ([math]Z = \frac{X - \mu}{\sigma}[/math]).
- Recognizing the conditions under which a binomial distribution can be approximated by a normal distribution (large sample size [math]n[/math], and [math]np \gt 5[/math], [math]n(1-p) \gt 5[/math]).
- Knowing how to calculate the mean ([math]\mu = np[/math]) and standard deviation ([math]\sigma = \sqrt{np(1-p)}[/math]) for the normal approximation of a binomial distribution.
- Applying continuity correction when approximating a discrete probability (like [math]\operatorname{P}(N \ge k)[/math] from a binomial distribution) with a continuous distribution (normal distribution), specifically using [math]k - 0.5[/math] for [math]\ge k[/math] scenarios.