document.write( "Question 902107: A sample of 5 students is drawn. From experience it is known that the pass rate in English is 80%. What is the probability that no students passed English this year \n" ); document.write( "
Algebra.Com's Answer #547107 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(pass) = .80, n = 5
\n" ); document.write( "P(x=0) = binompdf(5, .8, 0)
\n" ); document.write( "
\n" );