document.write( "Question 1012410: It has been reported that a third of all credit card users pay their bills in full each month.
\n" );
document.write( "10 credit card users are selected. What is the probability that
\n" );
document.write( "(a)none of them pay their bills in full each month
\n" );
document.write( "(b)one of them pays their bills in full each month
\n" );
document.write( "(c)at least two of them pay their bills in full each month?
\n" );
document.write( "
\n" );
document.write( "Express your answers to 3 decimal places \n" );
document.write( "
Algebra.Com's Answer #628352 by stanbon(75887) ![]() 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. \n" ); document.write( "10 credit card users are selected. What is the probability that \n" ); document.write( "----- \n" ); document.write( "Binomial Problems with n = 10 and p(pay) = 1/3 ; p(not pay all) = 2/3 \n" ); document.write( "----------------------- \n" ); document.write( "(a)none of them pay their bills in full each month \n" ); document.write( "Ans: P(x = 0) = (2/3)^10 = 0.0173 \n" ); document.write( "----------------------- \n" ); document.write( "(b)one of them pays their bills in full each month \n" ); document.write( "P(x = 1) = 10C1*(1/3)(2/3)^9 = binompdf(10,1/3,1) = 0.0867 \n" ); document.write( "----------------------- \n" ); document.write( "(c)at least two of them pay their bills in full each month? \n" ); document.write( "P(2<= x <=10) = 1 - binomcdf(10,1/3,1) = 0.896 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |