document.write( "Question 426480: It is known that 20% of all the residents that take the FL DL test for the first time fail it. Suppose that 15 people on a given day are taking the test for the first time. What is the probability that exactly 5 people fail it? At least one person fails the test?\r
\n" );
document.write( "\n" );
document.write( "Binomial Distibution \n" );
document.write( "
Algebra.Com's Answer #296664 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nCr=combination of n things taken r at a time. Find the coefficient for a certain binomial expansion. \n" ); document.write( "p=.8, f=.2 \n" ); document.write( "1-.8^15=.9648 probability that at least one person fails the test. \n" ); document.write( ". \n" ); document.write( "15C5*f^5p^10 \n" ); document.write( "=3003*f^5p^10 \n" ); document.write( "=.1032 probability that exactly 5 people fail. \n" ); document.write( ". \n" ); document.write( "Ed\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |