document.write( "Question 924880: In a particular examination, taken by thousands of candidates, 80 percent of the candidates pass. For a random sample of seven candidates, obtain the probability that:
\n" );
document.write( "ai). Exactly 5 pass the examination \r
\n" );
document.write( "\n" );
document.write( "aii). Fewer than half pass the examination \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "For part ai I completed a binomial distribution
\n" );
document.write( "X~B(7, 0.8)
\n" );
document.write( "7C5 x 0.8^5 x 0.2^2 = 0.275 (to 3 sig fig)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I dont know how to attempt the next one because how do I do half of 7 people?
\n" );
document.write( "Thanks ahead for the response
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #561142 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(pass) = .8 , n = 7 \n" ); document.write( "P(x = 5) = 7C5(.8)^5(.2)^2 \n" ); document.write( "or \n" ); document.write( "Using a TI calculator 0r similarly a Casio fx-115 ES plus \n" ); document.write( "P(x = 5) = binompdf(7, .8, 5) = .275\r \n" ); document.write( "\n" ); document.write( "....... \n" ); document.write( "P(fewer than half pass) = P( x ≤ 3) 3 would be fewer than half \n" ); document.write( " Using a TI calculator 0r similarly a Casio fx-115 ES plus \n" ); document.write( "P( x ≤ 3) = binomcdf(7, .8,3) = .033 \n" ); document.write( "Highly Recommend Using a Calculator for cumulative binomial Probabilities \n" ); document.write( "...... \n" ); document.write( "0r by hand.. \n" ); document.write( "P( x ≤ 4) = P(0) + P(1) +P(2) +P(3) \n" ); document.write( "Using: \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |