document.write( "Question 1075191: Please I'm asking for your help to solve the problem.\r
\n" );
document.write( "\n" );
document.write( "Question\r
\n" );
document.write( "\n" );
document.write( "The records of a department store show that 10% of their customers who make a purchase return the merchandise in order to exchange it. What is the probability that in the next eight purchases at least three customers return the merchandise for exchange?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #690034 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Use the binomial probability distribution \n" ); document.write( ": \n" ); document.write( "Probability(P) (k successes out of n trials) = nCk * p^k * (1-p)^(n-k), where n is the number of trials, k is the number of successes, p is probability of success, nCk is combination of n trials taken k at a time( n! / k! * (n-k)!) \n" ); document.write( ": \n" ); document.write( "P(in 8 purchases at least 3 customers return purchases) = 1 -P(0 purchase returned) -P(1 purchase returned) - P(2 purchases returned) \n" ); document.write( ": \n" ); document.write( "Note that n = 8, p = 0.10, k is 0, 1, 2 \n" ); document.write( ": \n" ); document.write( "******************************************************************************* \n" ); document.write( "P(in 8 purchases at least 3 customers return purchases) = 1 -0.43 -0.38 -0.15 = 0.04 \n" ); document.write( "******************************************************************************* \n" ); document.write( ": \n" ); document.write( "Note this solution assumes that each customer makes 1 purchase \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |