document.write( "Question 792386: At the end of 2010, 31% of the households in the Us had a Blu-ray player. If eight households are chosen at random, find the probability that
\n" );
document.write( "a.Exactly five of them have a Blu-ray.
\n" );
document.write( "b. At least five of them have a Blu-ray player.
\n" );
document.write( "c. At most four of them have a Blu-ray player. \n" );
document.write( "
Algebra.Com's Answer #480058 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! At the end of 2010, 31% of the households in the Us had a Blu-ray player. If eight households are chosen at random, \n" ); document.write( "------- \n" ); document.write( "Binomial Problem with n = 8 and p(have) = 0.31 \n" ); document.write( "---------- \r \n" ); document.write( "\n" ); document.write( "find the probability that \n" ); document.write( "a.Exactly five of them have a Blu-ray. \n" ); document.write( "P(x = 5) = 8C5(0.31)^5*(0.69)^3 = binompdf(8,0.31,5) = 0.0527 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "b. At least five of them have a Blu-ray player. \n" ); document.write( "P(5<= x <=8) = 1 - P(0<= x <=4) = 1 - binomcdf(8,0.31,4) = 0.0661 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "c. At most four of them have a Blu-ray player. \n" ); document.write( "Ans: 1-binomcdf(8,0.31,3) = 0.2126 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " \n" ); document.write( " |