document.write( "Question 428120: Thirty percent of people enrolled in stats class miss class following an exam. In a random sample what is the probability that exactly one will miss? \n" ); document.write( "
Algebra.Com's Answer #297635 by stanbon(75887) ![]() You can put this solution on YOUR website! Thirty percent of people enrolled in stats class miss class following an exam. In a random sample what is the probability that exactly one will miss? \n" ); document.write( "----- \n" ); document.write( "Assuming the sample has size = n, \n" ); document.write( "P(x = 1) = nC1(0.30)*(0.70)^(n-1) \n" ); document.write( " \n" ); document.write( "============= \n" ); document.write( "If sample size = 13 \n" ); document.write( "P(x=1) = 13C1(0.3)*(0.7)^12 = 0.0540 \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |