document.write( "Question 476620: Question 1:It is known that one out of every three people entering a particular department will make at least one purchase.
\n" );
document.write( "a)if a random sample of n=5 persons is selected,what is the probability that:
\n" );
document.write( "i)two or more of them will make at least one purchase?
\n" );
document.write( "ii)at most four of them will make at least one purchase\r
\n" );
document.write( "\n" );
document.write( "b)If a random sample of n=81 persons is selected,what is the approximate probability that:
\n" );
document.write( "i)30 or more of them will make at least one purchase?
\n" );
document.write( "ii)at most 40 of them will make at least one purchase? \n" );
document.write( "
Algebra.Com's Answer #326812 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Question 1: It is known that one out of every three people entering a particular department will make at least one purchase. \n" ); document.write( "Binomial Problem with p = 1/3 \n" ); document.write( "-------------------------------------- \n" ); document.write( "a)if a random sample of n=5 persons is selected,what is the probability that: \n" ); document.write( "i)two or more of them will make at least one purchase?::1 - binomcdf(5,1/3,1) \n" ); document.write( "= 0.5391 \n" ); document.write( "---------------------------- \n" ); document.write( "ii)at most four of them will make at least one purchase::binomcdf(5,1/3,4) \n" ); document.write( "= 0.9959 \n" ); document.write( "---------------------------- \n" ); document.write( "b)If a random sample of n=81 persons is selected,what is the approximate probability that: \n" ); document.write( "i)30 or more of them will make at least one purchase?:::1-binomcdf(81,1/3,29) \n" ); document.write( "= 0.2751 \n" ); document.write( "---------------------------- \n" ); document.write( "ii)at most 40 of them will make at least one purchase?:::binomcdf(81,1/3,40) \n" ); document.write( "= 0.9990 \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |