document.write( "Question 494106: It is found that 20% of the students failed an IELTS test. suppose 25 students are randomly selected from the total pool. Answer the following question
\n" );
document.write( "a) what is the probability that exactly 4 students failed the test?
\n" );
document.write( "b) what is the probability that more than 4 students failed the test? \n" );
document.write( "
Algebra.Com's Answer #335533 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! It is found that 20% of the students failed an IELTS test. suppose 25 students are randomly selected from the total pool. Answer the following question \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 25 and p = 0.20 \n" ); document.write( "------ \n" ); document.write( "a) what is the probability that exactly 4 students failed the test? \n" ); document.write( "P(x=4) = 25C4(0.2)^4*(0.8)^21 = 0.1867 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "b) what is the probability that more than 4 students failed the test? \n" ); document.write( "P(5<= x <= 25) = 1 - P(0<= x <=4) = 1-0.4207 = 0.5793 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " \n" ); document.write( " |