Answer:
a.) 0.1028
b.) 0.6477
c.) 0.0388
d.) 3
e.) 2.55
Step-by-step explanation:
To create a binomial probability distribution
n = 20
Probability for Weld metal to fail = 85%
Probability for base metal to fail = 15%
The problem can be solved through the formula for probability distribution and combinations.
P(x=r) = nCr * p^r * q^n-r
a.) For exactly 5 base metal failures, p = 15 and our calculation is:
P(x=5) = 20C5 * 0.15^5 * 0.85^15
P(x=5) = 0.1028
b.) To calculate the probability of fewer than 4 base metal failures: P(x=0) + P(x=1) + P(x=2) + P(x=3)
P(x=0) = 20C0 * 0.15^0 * 0.85^20 = 0.0388
P(x=1) = 20C1 * 0.15¹ * 0.85^19 = 0.1368
P(x=2) = 20C2 * 0.15² * 0.85^18 = 0.2293
P(x=3) = 20C3 * 0.15³ * 0.85^17 = 0.2428
The total probability for fewer than 4 base metal failures is: 0.038 + 0.1368 + 0.2293 + 0.2428 = 0.6477
c.) The probability that none are due to base metal failure is represented by P(x=0). As calculated earlier,
P(x=0) = 0.0388
d.) The average number of base metal failures is = np = 20*0.15 = 3
e.) The standard deviation for base metal failures is calculated as √np(1-p)
=3 * (1 - 0.15) = 3 * 0.85
= 2.55