document.write( "Question 1131782: In a school, three out of one thousand students reacted to a newly manufactured vaccine against an endemic disease. If 2000 students were treated with this vaccine, find the probability that:
\n" );
document.write( "(i) Exactly one student reacts to the vaccine
\n" );
document.write( "(ii) At most one student reacts to the vaccine \n" );
document.write( "
Algebra.Com's Answer #748466 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! For 2000, \n" ); document.write( "Binomial 2000C1(.003)^1*(0.997)^1999=0.0049\r \n" ); document.write( "\n" ); document.write( "At most 1 student reacts, get the probability of 0 students, which is 0.997^2000=0.0025 \n" ); document.write( "That is 0.0074 when added. \n" ); document.write( " |