document.write( "Question 137564: There are eight people in an office. Each shows independently for a picture with probability 0.8. Let X denote the number that shows. This is a biomial problem.
\n" );
document.write( " What is the probability that only one shows?
\n" );
document.write( " What is the probability that everyone shows?
\n" );
document.write( " What is the brobability that two or more show? \n" );
document.write( "
Algebra.Com's Answer #100631 by stanbon(75887) ![]() You can put this solution on YOUR website! There are eight people in an office. Each shows independently for a picture with probability 0.8. Let X denote the number that shows. This is a binomial problem. \n" ); document.write( " probability that only one shows?: P(x=1)=8C1(0.8)(0.2)^7 = 0.00008192 \n" ); document.write( " probability that everyone shows?: P(x=8)=8C8(0.8)^8(0.2)^0 = 0.1678 \n" ); document.write( " probability that two or more show?P(2<=x<=8)= 1-[prob(x=0)+p(x=1)]= 0.9999 \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |