document.write( "Question 345069: from past experience, the pass rate of students has been 70%. if 8 students are randomly selected.
\n" );
document.write( "a) what is the probability at least half will fail?
\n" );
document.write( "b) what is the standard deviation of the distribution?
\n" );
document.write( "c)what is the probability that no student will fail?
\n" );
document.write( "d0 state the name given to the probability distribution being described in the question and state one of its characteristics? \n" );
document.write( "
Algebra.Com's Answer #247078 by stanbon(75887) ![]() You can put this solution on YOUR website! from past experience, the pass rate of students has been 70%. if 8 students are randomly selected. \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 8 and p = 0.7 \n" ); document.write( "-------- \n" ); document.write( "a) what is the probability at least half will fail? \n" ); document.write( "P(4<= x <=8) = 1-binomcdf(8,0.7,3) = 0.9420 \n" ); document.write( "------------------------------------------------------- \n" ); document.write( "b) what is the standard deviation of the distribution? \n" ); document.write( "std = sqrt(npq) = sqrt(8*0.7*0.3) = 1.2961 \n" ); document.write( "------------------------------------------------------- \n" ); document.write( "c)what is the probability that no student will fail? \n" ); document.write( "P(x = 0) = 0.7^8 = 0.0576 \n" ); document.write( "------------------------------------------------------- \n" ); document.write( "d) state the name given to the probability distribution being described in the question and state one of its characteristics? \n" ); document.write( "binomial; n independent trials. \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |