document.write( "Question 934905:
\n" );
document.write( "The workers' union at a particular university is quite strong. About 96% of all workers employed by the university belong to the workers' union. Recently, the workers went on strike, and now a local TV station plans to interview 5 workers (chosen at random) at the university to get their opinions on the strike. What is the probability that exactly 4 of the workers interviewed are union members?\r
\n" );
document.write( "\n" );
document.write( "Round your response to at least three decimal places\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #567945 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The workers' union at a particular university is quite strong. About 96% of all workers employed by the university belong to the workers' union. Recently, the workers went on strike, and now a local TV station plans to interview 5 workers (chosen at random) at the university to get their opinions on the strike. What is the probability that exactly 4 of the workers interviewed are union members? \n" ); document.write( " Round your response to at least three decimal places \n" ); document.write( "--------------- \n" ); document.write( "Binomial Problem with n = 5 and p(union) = 0.96 \n" ); document.write( "-------------- \n" ); document.write( "P(x = 4) = 5C4*0.96^4*0.06 = binompdf(5,0.96,4) = 0.1700 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------ \n" ); document.write( " |