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
Algebra: Probability and statistics
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Probability-and-statistics
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)
(
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.
=============