SOLUTION: It has been reported that a third of all credit card users pay their bills in full each month.
10 credit card users are selected. What is the probability that
(a)none of them p
Algebra ->
Probability-and-statistics
-> SOLUTION: It has been reported that a third of all credit card users pay their bills in full each month.
10 credit card users are selected. What is the probability that
(a)none of them p
Log On
Question 1012410: It has been reported that a third of all credit card users pay their bills in full each month.
10 credit card users are selected. What is the probability that
(a)none of them pay their bills in full each month
(b)one of them pays their bills in full each month
(c)at least two of them pay their bills in full each month?
Express your answers to 3 decimal places Found 2 solutions by stanbon, Fombitz:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! It has been reported that a third of all credit card users pay their bills in full each month.
10 credit card users are selected. What is the probability that
-----
Binomial Problems with n = 10 and p(pay) = 1/3 ; p(not pay all) = 2/3
-----------------------
(a)none of them pay their bills in full each month
Ans: P(x = 0) = (2/3)^10 = 0.0173
-----------------------
(b)one of them pays their bills in full each month
P(x = 1) = 10C1*(1/3)(2/3)^9 = binompdf(10,1/3,1) = 0.0867
-----------------------
(c)at least two of them pay their bills in full each month?
P(2<= x <=10) = 1 - binomcdf(10,1/3,1) = 0.896
==============
Cheers,
Stan H.
---------------