Question 522937
Fifty faculty travel expense vouchers were submitted to the statistics department during the summer. Of these 20 contained errors. If five vouchers are selected at random what is the probability that:
---
Binomial Problem with n = 5 and p(error) = (20/50) = 2/5 p(no error) = 3/5
-----------------------
a. None contain errors.::::(3/5)^5
--------------------------------------
b. One contains an error:::5C1*(2/5)(3/5)^4
-----------------------------------------------
c. Three or more contain errors::: 1 - binomcdf(5,2/5,2)
------------------------------------------------
d. What kind of probability distribution did you use to solve this problem?
Binomial
--------
e. Make a graph of the PDF
If you have a TI calculator use the binompdf function key
to find P(x = 0), P(x=1)....,P(x=5)
where P(x=k) = nCk*p^k*q*(n-k)
======================================
Cheers,
Stan H.