SOLUTION: Given: P(good)= 0.70 and P(defective)= 0.30 In a sample of five items, find P(exactly four are good)

Algebra ->  Probability-and-statistics -> SOLUTION: Given: P(good)= 0.70 and P(defective)= 0.30 In a sample of five items, find P(exactly four are good)      Log On


   



Question 578817: Given: P(good)= 0.70 and P(defective)= 0.30

In a sample of five items, find P(exactly four are good)

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Given: P(good)= 0.70 and P(defective)= 0.30
In a sample of five items, find P(exactly four are good)
-----
P(x = 4) = 5C4*0.7^4*0.3 = binompdf(5,0.7,4) = 0.3601
==============
Cheers,
Stan H.
=============