document.write( "Question 571925: 5% of workers are absent.what is the probability that 10 of selected workers at rondom, and finding 2 of them are absent? \n" ); document.write( "
Algebra.Com's Answer #368265 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 5% of workers are absent.what is the probability that 10 of selected workers at random, and finding 2 of them are absent? \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 10 and p(absent) = 0.05 \n" ); document.write( "--- \n" ); document.write( "P(x = 2) = 10C2*0.05^2*0.95^8 = binompdf(10,0.05,2) = 0.0746 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |